Skip to content

Instantly share code, notes, and snippets.

@dpgraham
Created March 9, 2017 18:04
Show Gist options
  • Save dpgraham/4a994de495b245f6c2262441ff8e8a46 to your computer and use it in GitHub Desktop.
Save dpgraham/4a994de495b245f6c2262441ff8e8a46 to your computer and use it in GitHub Desktop.
Explicit Wait
C:\selenium\client>client-nexus5x-no-hub.bat
C:\selenium\client>appium --address localhost --port 9001 --bootstrap-port 9101 --local-timezone --platform-name Android --platform-version 25 --autom
ation-name uiautomator2 --log-no-color --udid 01097a726c732bd8
[Appium] Welcome to Appium v1.6.3
[Appium] Non-default server args:
[Appium] address: 'localhost'
[Appium] port: 9001
[Appium] bootstrapPort: 9101
[Appium] localTimezone: true
[Appium] logNoColors: true
[Appium] platformName: 'Android'
[Appium] platformVersion: '25'
[Appium] automationName: 'uiautomator2'
[Appium] udid: '01097a726c732bd8'
[Appium] Deprecated server args:
[Appium] --platform-name => --default-capabilities '{"platformName":"Android"}'
[Appium] --platform-version => --default-capabilities '{"platformVersion":"25"}'
[Appium] --automation-name => --default-capabilities '{"automationName":"uiautomator2"}'
[Appium] -U,--udid => --default-capabilities '{"udid":"01097a726c732bd8"}'
[Appium] Default capabilities, which will be added to each request unless overridden by desired capabilities:
[Appium] platformName: 'Android'
[Appium] platformVersion: '25'
[Appium] automationName: 'uiautomator2'
[Appium] udid: '01097a726c732bd8'
[Appium] Appium REST http interface listener started on localhost:9001
[HTTP] --> POST /wd/hub/session {"capabilities":{"desiredCapabilities":{"appPackage":"at.oebb.ts","noReset":true,"noSign":true,"appWaitActivity":".Mai
nActivity","deviceName":"01097a726c732bd8","appActivity":".SplashActivity","newCommandTimeout":600,"platformVersion":"7.1.1","automationName":"uiautom
ator2","takesScreenshot":true,"platformName":"Android","udid":"01097a726c732bd8"},"requiredCapabilities":{}},"desiredCapabilities":{"appPackage":"at.o
ebb.ts","noReset":true,"noSign":true,"appWaitActivity":".MainActivity","deviceName":"01097a726c732bd8","appActivity":".SplashActivity","newCommandTime
out":600,"platformVersion":"7.1.1","automationName":"uiautomator2","takesScreenshot":true,"platformName":"Android","udid":"01097a726c732bd8"},"require
dCapabilities":{}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"appPackage":"at.oebb.ts","noReset":true,"noSign":true,"appWaitActivity":".MainAct
ivity","deviceName":"01097a726c732bd8","appActivity":".SplashActivity","newCommandTimeout":600,"platformVersion":"7.1.1","automationName":"uiautomator
2","takesScreenshot":true,"platformName":"Android","udid":"01097a726c732bd8"},{},{"desiredCapabilities":{"appPackage":"at.oebb.ts","noReset":true,"noS
ign":true,"appWaitActivity":".MainActivity","deviceName":"01097a726c732bd8","appActivity":".SplashActivity","newCommandTimeout":600,"platformVersion":
"7.1.1","automationName":"uiautomator2","takesScreenshot":true,"platformName":"Android","udid":"01097a726c732bd8"},"requiredCapabilities":{}},null,nul
l]
[Appium] Creating new AndroidUiautomator2Driver session
[Appium] Capabilities:
[Appium] appPackage: 'at.oebb.ts'
[Appium] noReset: true
[Appium] noSign: true
[Appium] appWaitActivity: '.MainActivity'
[Appium] deviceName: '01097a726c732bd8'
[Appium] appActivity: '.SplashActivity'
[Appium] newCommandTimeout: 600
[Appium] platformVersion: '7.1.1'
[Appium] automationName: 'uiautomator2'
[Appium] takesScreenshot: true
[Appium] platformName: 'Android'
[Appium] udid: '01097a726c732bd8'
[BaseDriver] The following capabilities were provided, but are not recognized by appium: takesScreenshot.
[BaseDriver] Session created with session id: b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a
[UiAutomator2] UIAutomator2 Driver version:0.2.3
[debug] [AndroidDriver] Getting Java version
[AndroidDriver] Java version is: 1.8.0_121
[ADB] Checking whether adb is present
[ADB] Using adb.exe from D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[AndroidDriver] Using device: 01097a726c732bd8
[ADB] Checking whether adb is present
[ADB] Using adb.exe from D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe
[debug] [ADB] Setting device id to 01097a726c732bd8
[AndroidDriver] No app sent in, not parsing package/activity
[ADB] Getting device platform version
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","getpr
op","ro.build.version.release"]
[debug] [ADB] Attempting to kill all io.appium.uiautomator2.server processes
[debug] [ADB] Getting all processes with io.appium.uiautomator2.server
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","ps"]
[ADB] No io.appium.uiautomator2.server process found to kill, continuing...
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","wait-for-devi
ce"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","echo"
,"ping"]
[debug] [Logcat] Starting logcat capture
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","install","D:\
\Users\\l027926\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\io.appium.settings\\bin\\settings_apk-debug.apk"]
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","install","D:\
\Users\\l027926\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\io.appium.settings\\bin\\settings_apk-debug.apk"]
[debug] [ADB] Application 'D:\Users\l027926\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\bin\settings_apk-debug.apk' alread
y installed. Continuing.
[debug] [AndroidDriver] Pushing unlock helper app to device...
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","install","D:\
\Users\\l027926\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-unlock\\bin\\unlock_apk-debug.apk"]
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","install","D:\
\Users\\l027926\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-unlock\\bin\\unlock_apk-debug.apk"]
[debug] [ADB] Application 'D:\Users\l027926\AppData\Roaming\npm\node_modules\appium\node_modules\appium-unlock\bin\unlock_apk-debug.apk' already insta
lled. Continuing.
[debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 8200
[debug] [ADB] Forwarding system: 8200 to device: 6790
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","forward","tcp
:8200","tcp:6790"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","dumps
ys","window"]
[AndroidDriver] Screen already unlocked, doing nothing
[debug] [AndroidDriver] Extracting strings from apk null null D:\Users\l027926\AppData\Local\Temp\at.oebb.ts
[debug] [ADB] Extracting strings for language: default
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","getpr
op","ro.build.version.sdk"]
[debug] [ADB] Device API level: 25
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","getpr
op","persist.sys.locale"]
[debug] [ADB] Current device property 'persist.sys.locale': de-DE
[debug] [ADB] No strings.xml for language 'de', getting default strings.xml
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","rm","
-rf","/data/local/tmp/strings.json"]
[debug] [UiAutomator2] No app capability. Assuming it is already on the device
[ADB] Checking whether aapt is present
[ADB] Using aapt.exe from D:\Users\l027926\AppData\Local\Android\Sdk\build-tools\25.0.2\aapt.exe
[debug] [ADB] Getting install status for io.appium.uiautomator2.server
[debug] [ADB] Device API level: 25
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","pm","
list","packages","-3","io.appium.uiautomator2.server"]
[debug] [ADB] App is installed
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Device API level: 25
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","pm","
list","packages","-3","io.appium.uiautomator2.server.test"]
[debug] [ADB] App is installed
[ADB] Checking whether aapt is present
[ADB] Using aapt.exe from D:\Users\l027926\AppData\Local\Android\Sdk\build-tools\25.0.2\aapt.exe
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","dumps
ys","package","io.appium.uiautomator2.server"]
[debug] [ADB] Attempting to kill all io.appium.uiautomator2.server processes
[debug] [ADB] Getting all processes with io.appium.uiautomator2.server
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","ps"]
[ADB] No io.appium.uiautomator2.server process found to kill, continuing...
[UiAutomator2] Starting uiautomator2 server v0.0.8 with cmd: am,instrument,-w,io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJU
nitRunner
[UiAutomator2] running command...
adb -s 01097a726c732bd8 shell am instrument -w io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner...
[UiAutomator2] Waiting for UiAutomator2 to be online...
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"SESSIONID\",\"status\":0,\"value\":\"Status Invoked\"}"
[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8200/wd/hub/session] with body: {"desiredCapabilities":{"platform":"LINUX","
webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabl
ed":false,"warnings":{},"desired":{"appPackage":"at.oebb.ts","noReset":true,"noSign":true,"appWaitActivity":".MainActivity","deviceName":"01097a726c73
2bd8","appActivity":".SplashActivity","newCommandTimeout":600,"platformVersion":"7.1.1","automationName":"uiautomator2","takesScreenshot":true,"platfo
rmName":"Android","udid":"01097a726c732bd8"},"appPackage":"at.oebb.ts","noReset":true,"noSign":true,"appWaitActivity":".MainActivity","deviceName":"01
097a726c732bd8","appActivity":".SplashActivity","newCommandTimeout":600,"platformVersion":"7.1.1","automationName":"uiautomator2","platformName":"Andr
oid","udid":"01097a726c732bd8","deviceUDID":"01097a726c732bd8"}}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":"Created Session"}
[UiAutomator2] UiAutomator2 did not start the activity we were waiting for, 'at.oebb.ts/.MainActivity'. Starting it ourselves
[debug] [ADB] Device API level: 25
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","am","
start","-W","-n","at.oebb.ts/.SplashActivity","-S","-a","android.intent.action.MAIN","-c","android.intent.category.LAUNCHER","-f","0x10200000"]
[debug] [ADB] Waiting for pkg: 'at.oebb.ts' and activity: '.MainActivity' to be focused
[debug] [ADB] Possible activities, to be checked: .MainActivity
[debug] [ADB] Getting focused package and activity
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","dumps
ys","window","windows"]
[debug] [ADB] Found package: 'at.oebb.ts' and activity: '.MainActivity'
[Appium] New AndroidUiautomator2Driver session created successfully, session b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a added to master session list
[debug] [MJSONWP] Responding to client with driver.createSession() result: {"appPackage":"at.oebb.ts","noReset":true,"noSign":true,"appWaitActivity":"
.MainActivity","deviceName":"01097a726c732bd8","appActivity":".SplashActivity","newCommandTimeout":600,"platformVersion":"7.1.1","automationName":"uia
utomator2","takesScreenshot":true,"platformName":"Android","udid":"01097a726c732bd8"}
[HTTP] <-- POST /wd/hub/session 200 12104 ms - 382
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascri
ptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"appPackage":"at.oebb.
ts","noReset":true,"noSign":true,"appWaitActivity":".MainActivity","deviceName":"01097a726c732bd8","appActivity":".SplashActivity","newCommandTimeout"
:600,"platformVersion":"7.1.1","automationName":"uiautomator2","takesScreenshot":true,"platformName":"Android","udid":"01097a726c732bd8"},"appPackage"
:"at.oebb.ts","noReset":true,"noSign":true,"appWaitActivity":".MainActivity","deviceName":"01097a726c732bd8","appActivity":".SplashActivity","newComma
ndTimeout":600,"platformVersion":"7.1.1","automationName":"uiautomator2","platformName":"Android","udid":"01097a726c732bd8","deviceUDID":"01097a726c73
2bd8"}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a 200 10 ms - 906
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a {}
[debug] [MJSONWP] Calling AppiumDriver.getSession() with args: ["b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [MJSONWP] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascri
ptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"appPackage":"at.oebb.
ts","noReset":true,"noSign":true,"appWaitActivity":".MainActivity","deviceName":"01097a726c732bd8","appActivity":".SplashActivity","newCommandTimeout"
:600,"platformVersion":"7.1.1","automationName":"uiautomator2","takesScreenshot":true,"platformName":"Android","udid":"01097a726c732bd8"},"appPackage"
:"at.oebb.ts","noReset":true,"noSign":true,"appWaitActivity":".MainActivity","deviceName":"01097a726c732bd8","appActivity":".SplashActivity","newComma
ndTimeout":600,"platformVersion":"7.1.1","automationName":"uiautomator2","platformName":"Android","udid":"01097a726c732bd8","deviceUDID":"01097a726c73
2bd8"}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a 200 8 ms - 906
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"header_icon_logo"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","header_icon_logo","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"header_icon_logo","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 651 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"header_icon_logo"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","header_icon_logo","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"header_icon_logo","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"86afcd4f-3c47-
462f-a009-501888783a21"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"86afcd4f-3c47-462f-a009-501888783a21"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 125 ms - 122
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/86afcd4f-3c47-462f-a009-501888783a21/displayed {}
[debug] [MJSONWP] Calling AppiumDriver.elementDisplayed() with args: ["86afcd4f-3c47-462f-a009-501888783a21","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /element/86afcd4f-3c47-462f-a009-501888783a21/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/f
59dfc75-2a2c-429d-b728-5922d5464ec9/element/86afcd4f-3c47-462f-a009-501888783a21/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":true}"
[debug] [MJSONWP] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/86afcd4f-3c47-462f-a009-501888783a21/displayed 200 55 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"header_icon_logo"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","header_icon_logo","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"header_icon_logo","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"e5b7bfac-531a-
4e05-b443-1dd4efadfbe5"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"e5b7bfac-531a-4e05-b443-1dd4efadfbe5"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 73 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/e5b7bfac-531a-4e05-b443-1dd4efadfbe5/click {"id":"e5b7bfac-531a-4e05-b443
-1dd4efadfbe5"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["e5b7bfac-531a-4e05-b443-1dd4efadfbe5","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/e5b7bfac-531a-4e05-b443-1dd4efadfbe5/click] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/e5b7bfac-531a-4e05-b443-1dd4efadfbe5/click] with body: {"elementId":"e5b7bfac-531a-4e05-b443-1dd4efadfbe5"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/e5b7bfac-531a-4e05-b443-1dd4efadfbe5/click 200 67 ms - 76
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/source {}
[debug] [MJSONWP] Calling AppiumDriver.getPageSource() with args: ["b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /source] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/source] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":\"<?xml version=\
\\"1.0\\\" encoding=\\\"UTF-8\\\"?><hierarchy rotation=\\\"0\\\"><android.widget.FrameLayout index=\\\"0\\\" text=\\\"\\\" class=\\\"android.widget.Fr
ameLayout\\\" package=\\\"at.oebb.ts\\\" content-desc=\\\"\\\" checkable=\\\"false\\\" checked=\\\"false\\\" clickable=\\\"false\\\" enabled=\\\"true\
\\" focusable=\\\"false\\\" focused=\\\"false\\\" scrollable=\\\"false\\\" long-clickable=\\\"false\\\" password=\\\"false\\\" selected=\\\"false\\\"
bounds=\\\"[0,0][1080,1794]\\\" resource-id=\\\"\\\" instance=\\\"0\\\"><android.widget.LinearLayout index=\\\"0\\\" text=\\\"\\\" class=\\\"android.w
idget.LinearLayout\\\" package=\\\"at.oebb.ts\\\" content-desc=\\\"\\\" checkable=\\\"false\\\" checked=\\\"false\\\" clickable=\\\"false\\\" enabled=
\\\"true\\\" focusable=\\\"false\\\" focused=\\\"false\\\" scrollable=\\\"false\\\" long-clickable=\\\"false\\\" password=\\\"false\\\" selected=\\\"f
alse\\\" bounds=\\\"[0,0...
[debug] [MJSONWP] Responding to client with driver.getPageSource() result: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation=\"0\"><andro
id.widget.FrameLayout index=\"0\" text=\"\" class=\"android.widget.FrameLayout\" package=\"at.oebb.ts\" content-desc=\"\" checkable=\"false\" checked=
\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\"
selected=\"false\" bounds=\"[0,0][1080,1794]\" resource-id=\"\" instance=\"0\"><android.widget.LinearLayout index=\"0\" text=\"\" class=\"android.widg
et.LinearLayout\" package=\"at.oebb.ts\" content-desc=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"fals
e\" focused=\"false\" scrollable=\"false\" long-clickable=\"false\" password=\"false\" selected=\"false\" bounds=\"[0,0][1080,1794]\" resource-id=\"\"
instance=\"0\"><android.widget.FrameLayout index=\"0\" text=\"\" class=\"android.widget.FrameLayout\" package=\"at.oebb.ts\" content-desc=\"\" checka
ble=\"false\" checked=\"false\" clickable=\"fa...
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/source 200 442 ms - 31054
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/navigation_drawer\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/navigation_drawer
\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/navigation_drawer\")","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"65ba7c19-3ec0-
4ae9-a753-a6a068df24ff"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"65ba7c19-3ec0-4ae9-a753-a6a068df24ff"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 121 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiScrollable(new UiSelector(
).resourceId(\"at.oebb.ts:id/navigation_drawer\")).setMaxSearchSwipes(1).scrollIntoView(new UiSelector().resourceId(\"at.oebb.ts:id/offCanvasView_logi
n\"))"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiScrollable(new UiSelector().resourceId(\"at.oebb.ts:id/
navigation_drawer\")).setMaxSearchSwipes(1).scrollIntoView(new UiSelector().resourceId(\"at.oebb.ts:id/offCanvasView_login\"))","b2c55be7-7fa9-45fd-88
0a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiScrollable(new UiSelector().resourceId(\"at.oebb.ts:id/navigation_drawer\")).setMaxSearchSwipes(
1).scrollIntoView(new UiSelector().resourceId(\"at.oebb.ts:id/offCanvasView_login\"))","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"89b19e9e-e46a-
4d26-834f-5a6e273ef1ed"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"89b19e9e-e46a-4d26-834f-5a6e273ef1ed"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 169 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/offCanvasView_login\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/offCanvasView_log
in\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/offCanvasView_login\")","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"6b8d18e8-ccf9-
4ca6-a2ab-cebb52e1720b"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"6b8d18e8-ccf9-4ca6-a2ab-cebb52e1720b"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 87 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/6b8d18e8-ccf9-4ca6-a2ab-cebb52e1720b/click {"id":"6b8d18e8-ccf9-4ca6-a2ab
-cebb52e1720b"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["6b8d18e8-ccf9-4ca6-a2ab-cebb52e1720b","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/6b8d18e8-ccf9-4ca6-a2ab-cebb52e1720b/click] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/6b8d18e8-ccf9-4ca6-a2ab-cebb52e1720b/click] with body: {"elementId":"6b8d18e8-ccf9-4ca6-a2ab-cebb52e1720b"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/6b8d18e8-ccf9-4ca6-a2ab-cebb52e1720b/click 200 3222 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/info_bubble_login_email\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/info_bubble_login
_email\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/info_bubble_login_email\")","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"864e40dc-f2d4-
4cac-aacb-fa87b8ed1c52"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"864e40dc-f2d4-4cac-aacb-fa87b8ed1c52"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 442 ms - 122
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/864e40dc-f2d4-4cac-aacb-fa87b8ed1c52/displayed {}
[debug] [MJSONWP] Calling AppiumDriver.elementDisplayed() with args: ["864e40dc-f2d4-4cac-aacb-fa87b8ed1c52","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /element/864e40dc-f2d4-4cac-aacb-fa87b8ed1c52/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/f
59dfc75-2a2c-429d-b728-5922d5464ec9/element/864e40dc-f2d4-4cac-aacb-fa87b8ed1c52/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":true}"
[debug] [MJSONWP] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/864e40dc-f2d4-4cac-aacb-fa87b8ed1c52/displayed 200 67 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/info_bubble_login_email\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/info_bubble_login
_email\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/info_bubble_login_email\")","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"d9734f51-793f-
4bd4-9d00-0bc8e9b18fe6"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"d9734f51-793f-4bd4-9d00-0bc8e9b18fe6"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 89 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/d9734f51-793f-4bd4-9d00-0bc8e9b18fe6/click {"id":"d9734f51-793f-4bd4-9d00
-0bc8e9b18fe6"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["d9734f51-793f-4bd4-9d00-0bc8e9b18fe6","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/d9734f51-793f-4bd4-9d00-0bc8e9b18fe6/click] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/d9734f51-793f-4bd4-9d00-0bc8e9b18fe6/click] with body: {"elementId":"d9734f51-793f-4bd4-9d00-0bc8e9b18fe6"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/d9734f51-793f-4bd4-9d00-0bc8e9b18fe6/click 200 1007 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/d9734f51-793f-4bd4-9d00-0bc8e9b18fe6/value {"id":"d9734f51-793f-4bd4-9d00
-0bc8e9b18fe6","value":["ih1t1rnle5p62eabeq7thumutc@mailinator.com"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["ih1t1rnle5p62eabeq7thumutc@mailinator.com"],"d9734f51-793f-4bd4-9d00-0bc8e9b18fe6","b2
c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/d9734f51-793f-4bd4-9d00-0bc8e9b18fe6/value] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/d9734f51-793f-4bd4-9d00-0bc8e9b18fe6/value] with body: {"elementId":"d9734f51-793f-4bd4-9d00-0bc8e9b18fe6","text":"ih1
t1rnle5p62eabeq7thumutc@mailinator.com","replace":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":""}
[debug] [MJSONWP] Responding to client with driver.setValue() result: ""
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/d9734f51-793f-4bd4-9d00-0bc8e9b18fe6/value 200 1987 ms - 74
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/info_bubble_login_password\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/info_bubble_login
_password\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/info_bubble_login_password\")","context":"","multiple":fal
se}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"420d6bd1-f6f2-
4d4e-9838-05394c5f4621"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"420d6bd1-f6f2-4d4e-9838-05394c5f4621"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 710 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/420d6bd1-f6f2-4d4e-9838-05394c5f4621/click {"id":"420d6bd1-f6f2-4d4e-9838
-05394c5f4621"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["420d6bd1-f6f2-4d4e-9838-05394c5f4621","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/420d6bd1-f6f2-4d4e-9838-05394c5f4621/click] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/420d6bd1-f6f2-4d4e-9838-05394c5f4621/click] with body: {"elementId":"420d6bd1-f6f2-4d4e-9838-05394c5f4621"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/420d6bd1-f6f2-4d4e-9838-05394c5f4621/click 200 868 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/420d6bd1-f6f2-4d4e-9838-05394c5f4621/value {"id":"420d6bd1-f6f2-4d4e-9838
-05394c5f4621","value":["Start123"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["Start123"],"420d6bd1-f6f2-4d4e-9838-05394c5f4621","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7
a"]
[debug] [JSONWP Proxy] Proxying [POST /element/420d6bd1-f6f2-4d4e-9838-05394c5f4621/value] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/420d6bd1-f6f2-4d4e-9838-05394c5f4621/value] with body: {"elementId":"420d6bd1-f6f2-4d4e-9838-05394c5f4621","text":"Sta
rt123","replace":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":""}
[debug] [MJSONWP] Responding to client with driver.setValue() result: ""
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/420d6bd1-f6f2-4d4e-9838-05394c5f4621/value 200 2564 ms - 74
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/info_bubble_button_one\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/info_bubble_butto
n_one\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/info_bubble_button_one\")","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"cdb5850d-63ad-
4dc3-a5d9-9a38004779b6"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"cdb5850d-63ad-4dc3-a5d9-9a38004779b6"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 661 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/cdb5850d-63ad-4dc3-a5d9-9a38004779b6/click {"id":"cdb5850d-63ad-4dc3-a5d9
-9a38004779b6"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["cdb5850d-63ad-4dc3-a5d9-9a38004779b6","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/cdb5850d-63ad-4dc3-a5d9-9a38004779b6/click] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/cdb5850d-63ad-4dc3-a5d9-9a38004779b6/click] with body: {"elementId":"cdb5850d-63ad-4dc3-a5d9-9a38004779b6"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/cdb5850d-63ad-4dc3-a5d9-9a38004779b6/click 200 1689 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/offCanvasView_myProfile\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/offCanvasView_myP
rofile\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/offCanvasView_myProfile\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 370 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/offCanvasView_myProfile\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/offCanvasView_myP
rofile\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/offCanvasView_myProfile\")","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"57ea2311-cd25-
484b-864f-6034359fc48a"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"57ea2311-cd25-484b-864f-6034359fc48a"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 332 ms - 122
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/57ea2311-cd25-484b-864f-6034359fc48a/displayed {}
[debug] [MJSONWP] Calling AppiumDriver.elementDisplayed() with args: ["57ea2311-cd25-484b-864f-6034359fc48a","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /element/57ea2311-cd25-484b-864f-6034359fc48a/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/f
59dfc75-2a2c-429d-b728-5922d5464ec9/element/57ea2311-cd25-484b-864f-6034359fc48a/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":true}"
[debug] [MJSONWP] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/57ea2311-cd25-484b-864f-6034359fc48a/displayed 200 67 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/info_bubble_title\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/info_bubble_title
\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/info_bubble_title\")","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"404d4bf0-e44e-
46bf-a408-dfc3331d1982"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"404d4bf0-e44e-46bf-a408-dfc3331d1982"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 174 ms - 122
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/404d4bf0-e44e-46bf-a408-dfc3331d1982/displayed {}
[debug] [MJSONWP] Calling AppiumDriver.elementDisplayed() with args: ["404d4bf0-e44e-46bf-a408-dfc3331d1982","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /element/404d4bf0-e44e-46bf-a408-dfc3331d1982/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/f
59dfc75-2a2c-429d-b728-5922d5464ec9/element/404d4bf0-e44e-46bf-a408-dfc3331d1982/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":true}"
[debug] [MJSONWP] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/404d4bf0-e44e-46bf-a408-dfc3331d1982/displayed 200 66 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/info_bubble_title\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/info_bubble_title
\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/info_bubble_title\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 537 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/navigation_drawer\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/navigation_drawer
\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/navigation_drawer\")","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"40d9ac9b-198f-
474e-930a-6ecf45b7f707"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"40d9ac9b-198f-474e-930a-6ecf45b7f707"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 66 ms - 122
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/window/current/size {}
[debug] [MJSONWP] Calling AppiumDriver.getWindowSize() with args: ["current","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /window/current/size] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/window/cu
rrent/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":{\"height\":1794,
\"width\":1080}}"
[debug] [MJSONWP] Responding to client with driver.getWindowSize() result: {"height":1794,"width":1080}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/window/current/size 200 23 ms - 100
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/location {}
[debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["40d9ac9b-198f-474e-930a-6ecf45b7f707","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[UiAutomator2] calling get location: 40d9ac9b-198f-474e-930a-6ecf45b7f707
[debug] [JSONWP Proxy] Proxying [GET /element/40d9ac9b-198f-474e-930a-6ecf45b7f707/location] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2
c-429d-b728-5922d5464ec9/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/location] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":{\"x\":0,\"y\":63
}}"
[debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":0,"y":63}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/location 200 59 ms - 86
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/size {}
[debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["40d9ac9b-198f-474e-930a-6ecf45b7f707","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /element/40d9ac9b-198f-474e-930a-6ecf45b7f707/size] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2c-42
9d-b728-5922d5464ec9/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":{\"width\":1080,\
"height\":1731}}"
[debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":1080,"height":1731}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/size 200 63 ms - 100
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/window/current/size {}
[debug] [MJSONWP] Calling AppiumDriver.getWindowSize() with args: ["current","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /window/current/size] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/window/cu
rrent/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":{\"height\":1794,
\"width\":1080}}"
[debug] [MJSONWP] Responding to client with driver.getWindowSize() result: {"height":1794,"width":1080}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/window/current/size 200 26 ms - 100
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/location {}
[debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["40d9ac9b-198f-474e-930a-6ecf45b7f707","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[UiAutomator2] calling get location: 40d9ac9b-198f-474e-930a-6ecf45b7f707
[debug] [JSONWP Proxy] Proxying [GET /element/40d9ac9b-198f-474e-930a-6ecf45b7f707/location] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2
c-429d-b728-5922d5464ec9/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/location] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":{\"x\":0,\"y\":63
}}"
[debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":0,"y":63}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/location 200 59 ms - 86
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/size {}
[debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["40d9ac9b-198f-474e-930a-6ecf45b7f707","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /element/40d9ac9b-198f-474e-930a-6ecf45b7f707/size] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2c-42
9d-b728-5922d5464ec9/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":{\"width\":1080,\
"height\":1731}}"
[debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":1080,"height":1731}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/size 200 65 ms - 100
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/window/current/size {}
[debug] [MJSONWP] Calling AppiumDriver.getWindowSize() with args: ["current","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /window/current/size] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/window/cu
rrent/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":{\"height\":1794,
\"width\":1080}}"
[debug] [MJSONWP] Responding to client with driver.getWindowSize() result: {"height":1794,"width":1080}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/window/current/size 200 33 ms - 100
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/location {}
[debug] [MJSONWP] Calling AppiumDriver.getLocation() with args: ["40d9ac9b-198f-474e-930a-6ecf45b7f707","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[UiAutomator2] calling get location: 40d9ac9b-198f-474e-930a-6ecf45b7f707
[debug] [JSONWP Proxy] Proxying [GET /element/40d9ac9b-198f-474e-930a-6ecf45b7f707/location] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2
c-429d-b728-5922d5464ec9/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/location] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":{\"x\":0,\"y\":63
}}"
[debug] [MJSONWP] Responding to client with driver.getLocation() result: {"x":0,"y":63}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/location 200 67 ms - 86
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/size {}
[debug] [MJSONWP] Calling AppiumDriver.getSize() with args: ["40d9ac9b-198f-474e-930a-6ecf45b7f707","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /element/40d9ac9b-198f-474e-930a-6ecf45b7f707/size] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2c-42
9d-b728-5922d5464ec9/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":{\"width\":1080,\
"height\":1731}}"
[debug] [MJSONWP] Responding to client with driver.getSize() result: {"width":1080,"height":1731}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/40d9ac9b-198f-474e-930a-6ecf45b7f707/size 200 59 ms - 100
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/touch/perform {"actions":[{"action":"press","options":{"x":1058,"y":928}},{"actio
n":"moveTo","options":{"x":-864,"y":0}},{"action":"release","options":{}}]}
[debug] [MJSONWP] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":1058,"y":928}},{"action":"moveTo","options":{"x":-
864,"y":0}},{"action":"release","options":{}}],"b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /touch/down] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/touch/down] with
body: {"params":{"x":1058,"y":928}}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [JSONWP Proxy] Proxying [POST /touch/move] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/touch/move] with
body: {"params":{"x":194,"y":928}}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [JSONWP Proxy] Proxying [POST /touch/up] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/touch/up] with bod
y: {"params":{"x":194,"y":928}}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.performTouch() result: null
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/touch/perform 200 179 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/navigation_drawer\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/navigation_drawer
\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/navigation_drawer\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 857 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"header_addticket"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","header_addticket","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"header_addticket","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"893b3444-2b2c-
4b17-b512-905deefaac53"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"893b3444-2b2c-4b17-b512-905deefaac53"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 72 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/893b3444-2b2c-4b17-b512-905deefaac53/click {"id":"893b3444-2b2c-4b17-b512
-905deefaac53"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["893b3444-2b2c-4b17-b512-905deefaac53","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/893b3444-2b2c-4b17-b512-905deefaac53/click] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/893b3444-2b2c-4b17-b512-905deefaac53/click] with body: {"elementId":"893b3444-2b2c-4b17-b512-905deefaac53"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/893b3444-2b2c-4b17-b512-905deefaac53/click 200 49 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/fragment_travel_action_loading\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/fragment_travel_a
ction_loading\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/fragment_travel_action_loading\")","context":"","multiple"
:false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 2038 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/fragment_travel_action_recycle_view\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/fragment_travel_a
ction_recycle_view\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/fragment_travel_action_recycle_view\")","context":"","mult
iple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"a12836a6-b312-
4789-9394-3f4b5a02f1c7"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"a12836a6-b312-4789-9394-3f4b5a02f1c7"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 63 ms - 122
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/a12836a6-b312-4789-9394-3f4b5a02f1c7/displayed {}
[debug] [MJSONWP] Calling AppiumDriver.elementDisplayed() with args: ["a12836a6-b312-4789-9394-3f4b5a02f1c7","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /element/a12836a6-b312-4789-9394-3f4b5a02f1c7/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/f
59dfc75-2a2c-429d-b728-5922d5464ec9/element/a12836a6-b312-4789-9394-3f4b5a02f1c7/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":true}"
[debug] [MJSONWP] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/a12836a6-b312-4789-9394-3f4b5a02f1c7/displayed 200 55 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/elements {"using":"id","value":"header_station_from"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["id","header_station_from","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/elements] with bod
y: {"strategy":"id","selector":"header_station_from","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":[{"ELEMENT":"662ab512-7743
-4438-8dd4-4ab2cd09b520"}]}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{"ELEMENT":"662ab512-7743-4438-8dd4-4ab2cd09b520"}]
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/elements 200 64 ms - 124
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/662ab512-7743-4438-8dd4-4ab2cd09b520/displayed {}
[debug] [MJSONWP] Calling AppiumDriver.elementDisplayed() with args: ["662ab512-7743-4438-8dd4-4ab2cd09b520","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /element/662ab512-7743-4438-8dd4-4ab2cd09b520/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/f
59dfc75-2a2c-429d-b728-5922d5464ec9/element/662ab512-7743-4438-8dd4-4ab2cd09b520/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":true}"
[debug] [MJSONWP] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/662ab512-7743-4438-8dd4-4ab2cd09b520/displayed 200 43 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"header_station_from"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","header_station_from","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"header_station_from","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"4328bbc1-d3aa-
48bc-84a3-7747a58b0aba"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"4328bbc1-d3aa-48bc-84a3-7747a58b0aba"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 66 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/4328bbc1-d3aa-48bc-84a3-7747a58b0aba/click {"id":"4328bbc1-d3aa-48bc-84a3
-7747a58b0aba"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["4328bbc1-d3aa-48bc-84a3-7747a58b0aba","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/4328bbc1-d3aa-48bc-84a3-7747a58b0aba/click] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/4328bbc1-d3aa-48bc-84a3-7747a58b0aba/click] with body: {"elementId":"4328bbc1-d3aa-48bc-84a3-7747a58b0aba"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/4328bbc1-d3aa-48bc-84a3-7747a58b0aba/click 200 59 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/4328bbc1-d3aa-48bc-84a3-7747a58b0aba/value {"id":"4328bbc1-d3aa-48bc-84a3
-7747a58b0aba","value":["Wien"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["Wien"],"4328bbc1-d3aa-48bc-84a3-7747a58b0aba","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/4328bbc1-d3aa-48bc-84a3-7747a58b0aba/value] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/4328bbc1-d3aa-48bc-84a3-7747a58b0aba/value] with body: {"elementId":"4328bbc1-d3aa-48bc-84a3-7747a58b0aba","text":"Wie
n","replace":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":""}
[debug] [MJSONWP] Responding to client with driver.setValue() result: ""
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/4328bbc1-d3aa-48bc-84a3-7747a58b0aba/value 200 3022 ms - 74
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"relation_item_text_station"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","relation_item_text_station","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"relation_item_text_station","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"79368ece-73c5-
4218-843d-4838c4598acb"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"79368ece-73c5-4218-843d-4838c4598acb"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 1818 ms - 122
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/79368ece-73c5-4218-843d-4838c4598acb/text {}
[debug] [MJSONWP] Calling AppiumDriver.getText() with args: ["79368ece-73c5-4218-843d-4838c4598acb","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /element/79368ece-73c5-4218-843d-4838c4598acb/text] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2c-42
9d-b728-5922d5464ec9/element/79368ece-73c5-4218-843d-4838c4598acb/text] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":\"Wien\"}"
[debug] [MJSONWP] Responding to client with driver.getText() result: "Wien"
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/79368ece-73c5-4218-843d-4838c4598acb/text 200 57 ms - 78
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"relation_item_text_station"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","relation_item_text_station","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"relation_item_text_station","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"1e6b8f73-3101-
4a0b-a632-70a8652241a9"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"1e6b8f73-3101-4a0b-a632-70a8652241a9"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 68 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/1e6b8f73-3101-4a0b-a632-70a8652241a9/click {"id":"1e6b8f73-3101-4a0b-a632
-70a8652241a9"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["1e6b8f73-3101-4a0b-a632-70a8652241a9","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/1e6b8f73-3101-4a0b-a632-70a8652241a9/click] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/1e6b8f73-3101-4a0b-a632-70a8652241a9/click] with body: {"elementId":"1e6b8f73-3101-4a0b-a632-70a8652241a9"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/1e6b8f73-3101-4a0b-a632-70a8652241a9/click 200 1249 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/elements {"using":"id","value":"header_station_to"}
[debug] [MJSONWP] Calling AppiumDriver.findElements() with args: ["id","header_station_to","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/elements] with bod
y: {"strategy":"id","selector":"header_station_to","context":"","multiple":true}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":[{"ELEMENT":"da26b1f3-9c7d
-4fcc-86ce-7e19c226fb88"}]}
[debug] [MJSONWP] Responding to client with driver.findElements() result: [{"ELEMENT":"da26b1f3-9c7d-4fcc-86ce-7e19c226fb88"}]
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/elements 200 321 ms - 124
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/da26b1f3-9c7d-4fcc-86ce-7e19c226fb88/displayed {}
[debug] [MJSONWP] Calling AppiumDriver.elementDisplayed() with args: ["da26b1f3-9c7d-4fcc-86ce-7e19c226fb88","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /element/da26b1f3-9c7d-4fcc-86ce-7e19c226fb88/attribute/displayed] to [GET http://localhost:8200/wd/hub/session/f
59dfc75-2a2c-429d-b728-5922d5464ec9/element/da26b1f3-9c7d-4fcc-86ce-7e19c226fb88/attribute/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":true}"
[debug] [MJSONWP] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/da26b1f3-9c7d-4fcc-86ce-7e19c226fb88/displayed 200 46 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"header_station_to"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","header_station_to","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"header_station_to","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"e46be0dc-bd64-
4610-97fc-8f6c620b00cc"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"e46be0dc-bd64-4610-97fc-8f6c620b00cc"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 85 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/e46be0dc-bd64-4610-97fc-8f6c620b00cc/click {"id":"e46be0dc-bd64-4610-97fc
-8f6c620b00cc"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["e46be0dc-bd64-4610-97fc-8f6c620b00cc","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/e46be0dc-bd64-4610-97fc-8f6c620b00cc/click] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/e46be0dc-bd64-4610-97fc-8f6c620b00cc/click] with body: {"elementId":"e46be0dc-bd64-4610-97fc-8f6c620b00cc"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/e46be0dc-bd64-4610-97fc-8f6c620b00cc/click 200 50 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/e46be0dc-bd64-4610-97fc-8f6c620b00cc/value {"id":"e46be0dc-bd64-4610-97fc
-8f6c620b00cc","value":["Linz"]}
[debug] [MJSONWP] Calling AppiumDriver.setValue() with args: [["Linz"],"e46be0dc-bd64-4610-97fc-8f6c620b00cc","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/e46be0dc-bd64-4610-97fc-8f6c620b00cc/value] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/e46be0dc-bd64-4610-97fc-8f6c620b00cc/value] with body: {"elementId":"e46be0dc-bd64-4610-97fc-8f6c620b00cc","text":"Lin
z","replace":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":""}
[debug] [MJSONWP] Responding to client with driver.setValue() result: ""
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/e46be0dc-bd64-4610-97fc-8f6c620b00cc/value 200 3062 ms - 74
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"relation_item_text_station"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","relation_item_text_station","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"relation_item_text_station","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"1af71439-3b23-
48dd-9dea-36d7fc3242c9"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"1af71439-3b23-48dd-9dea-36d7fc3242c9"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 1929 ms - 122
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/1af71439-3b23-48dd-9dea-36d7fc3242c9/text {}
[debug] [MJSONWP] Calling AppiumDriver.getText() with args: ["1af71439-3b23-48dd-9dea-36d7fc3242c9","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /element/1af71439-3b23-48dd-9dea-36d7fc3242c9/text] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2c-42
9d-b728-5922d5464ec9/element/1af71439-3b23-48dd-9dea-36d7fc3242c9/text] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":\"Linz\\/Donau\"}
"
[debug] [MJSONWP] Responding to client with driver.getText() result: "Linz/Donau"
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/1af71439-3b23-48dd-9dea-36d7fc3242c9/text 200 64 ms - 84
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"relation_item_text_station"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","relation_item_text_station","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"relation_item_text_station","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"e23d4866-4284-
45e4-b957-d3eed8b0e87d"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"e23d4866-4284-45e4-b957-d3eed8b0e87d"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 74 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/e23d4866-4284-45e4-b957-d3eed8b0e87d/click {"id":"e23d4866-4284-45e4-b957
-d3eed8b0e87d"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["e23d4866-4284-45e4-b957-d3eed8b0e87d","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/e23d4866-4284-45e4-b957-d3eed8b0e87d/click] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/e23d4866-4284-45e4-b957-d3eed8b0e87d/click] with body: {"elementId":"e23d4866-4284-45e4-b957-d3eed8b0e87d"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/e23d4866-4284-45e4-b957-d3eed8b0e87d/click 200 1370 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"home_screen_travel_actions_from"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","home_screen_travel_actions_from","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"home_screen_travel_actions_from","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"a1d6d3a4-1a01-
4e1a-8d3b-51612dd0eb28"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"a1d6d3a4-1a01-4e1a-8d3b-51612dd0eb28"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 298 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"home_screen_travel_actions_from"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","home_screen_travel_actions_from","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"home_screen_travel_actions_from","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"81ca53b1-5743-
4bdf-b258-453196f3a10b"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"81ca53b1-5743-4bdf-b258-453196f3a10b"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 91 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/81ca53b1-5743-4bdf-b258-453196f3a10b/click {"id":"81ca53b1-5743-4bdf-b258
-453196f3a10b"}
[debug] [MJSONWP] Calling AppiumDriver.click() with args: ["81ca53b1-5743-4bdf-b258-453196f3a10b","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /element/81ca53b1-5743-4bdf-b258-453196f3a10b/click] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c
-429d-b728-5922d5464ec9/element/81ca53b1-5743-4bdf-b258-453196f3a10b/click] with body: {"elementId":"81ca53b1-5743-4bdf-b258-453196f3a10b"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element/81ca53b1-5743-4bdf-b258-453196f3a10b/click 200 60 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"id","value":"header_travelers_text"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["id","header_travelers_text","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"id","selector":"header_travelers_text","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":{"ELEMENT":"681d2012-7b1c-
43d6-8cf7-9575fe2f6a2d"}}
[debug] [MJSONWP] Responding to client with driver.findElement() result: {"ELEMENT":"681d2012-7b1c-43d6-8cf7-9575fe2f6a2d"}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 200 1092 ms - 122
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 150 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 106 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 494 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 112 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 213 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 91 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 107 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 91 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 92 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 93 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 97 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 85 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 91 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 82 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 84 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 93 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 96 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 91 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 93 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 90 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 65 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 96 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 87 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 86 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 98 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 87 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 89 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 88 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 86 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 87 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 100 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 107 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 94 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 97 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 92 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 83 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 78 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 81 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 78 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 83 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 82 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 77 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 104 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 91 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 88 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 99 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 91 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 642 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 88 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 98 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 90 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 84 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 101 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 85 ms - 164
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"at
.oebb.ts:id/connection_item_price\")"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_p
rice\")","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"at.oebb.ts:id/connection_item_price\")","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 86 ms - 164
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/screenshot {}
[debug] [MJSONWP] Calling AppiumDriver.getScreenshot() with args: ["b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","/syst
em/bin/rm","/data/local/tmp/screenshot.png;","/system/bin/screencap","-p","/data/local/tmp/screenshot.png"]
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","pull","/data/
local/tmp/screenshot.png","D:\\Users\\l027926\\AppData\\Local\\Temp\\appium11729-6576-ynl9iq.z218r27qfr.png"]
[debug] [ADB] Device API level: 25
[debug] [MJSONWP] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAYAAAArYecKAACAAElEQVR4AezBD1Rc92Ho+e/9M3
e4dwYujARIgBBisBDCQkhCRLKdKAroj5X2JEpO3MZJFaWt2hz3z9vXP3n72u07avvevjQvbXdzumlf03XbXVM3TpWqR8mRnBhJGIGfbJDRv1hCAoRhQAINzDDDDHfmzsye3+nOeTwWBBKSLK/v5yMd
PXo0g8PxCB09epSjR4/icDxKR48e5ejRozgcj9LRo0c5evQoDsejdPToUY4ePYrD8SgdPXqUWxUVOByPUsWtW9yqqMDheJT+7vBhsmQcDofD4XA4HA6Hw+FwOD7kZBwOh8PhcDgcDofD4XA4PuRkHA
6Hw+FwOBwOh8PhcDg+5GQcDofD4XA4HA6Hw+FwOD7kVByOJ0x3dzeBQACPx0NTUxMOx6PQ3d1NIBDA4/HQ1NSEw+FwOBwOh8Ph+HBTmeWNN95gZmaG+aiqisfjYe3atZSXl/MwBQIBenp6GB8fx7Zt
DMNg7dq1bN++HU3TWK5gMMhbb72F2+1mz549PIixsTEuXLhAdXU169atw/Ho3Lp1i8uXL+Pz+WhqakJIJBK0traSSqXQNI29e/dyLz09PQwPDyPU1taybt06liMQCNDT08P4+Di2bWMYBmvXrmX79u
1omsaDCgQC9PT0MD4+jm3bGIbB2rVr2b59O5qm4Xh0bt26xeXLl/H5fDQ1NSF0dnYyMTGB8Oyzz1JQUMC99PT0MDw8jLB582bWrFnDcgQCAXp6ehgfH8e2bQzDYO3atWzfvh1N03hQgUCAnp4exsfH
sW0bwzBYu3Yt27dvR9M0HPcvkUjQ2tpKKpVC0zT27t3LvfT09DA8PIxQW1vLunXreNwCgQA9PT2Mj49j2zaGYbB27Vq2b9+Opmk8qEAgQE9PD+Pj49i2jWEYrF27lu3bt6NpGo4H19nZycTEBMKzzz
5LQUEB99LT08Pw8DDC5s2bWbNmDY9bIBCgp6eH8fFxbNvG...
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/screenshot 200 2235 ms - 639538
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/window/current/size {}
[debug] [MJSONWP] Calling AppiumDriver.getWindowSize() with args: ["current","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /window/current/size] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/window/cu
rrent/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":{\"height\":1794,
\"width\":1080}}"
[debug] [MJSONWP] Responding to client with driver.getWindowSize() result: {"height":1794,"width":1080}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/window/current/size 200 38 ms - 100
[HTTP] --> GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/window/current/size {}
[debug] [MJSONWP] Calling AppiumDriver.getWindowSize() with args: ["current","b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [GET /window/current/size] to [GET http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/window/cu
rrent/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":{\"height\":1794,
\"width\":1080}}"
[debug] [MJSONWP] Responding to client with driver.getWindowSize() result: {"height":1794,"width":1080}
[HTTP] <-- GET /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/window/current/size 200 30 ms - 100
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/touch/perform {"actions":[{"action":"press","options":{"x":1,"y":897}},{"action":
"moveTo","options":{"x":539,"y":0}},{"action":"release","options":{}}]}
[debug] [MJSONWP] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":1,"y":897}},{"action":"moveTo","options":{"x":539,
"y":0}},{"action":"release","options":{}}],"b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [JSONWP Proxy] Proxying [POST /touch/down] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/touch/down] with
body: {"params":{"x":1,"y":897}}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [JSONWP Proxy] Proxying [POST /touch/move] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/touch/move] with
body: {"params":{"x":540,"y":897}}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [JSONWP Proxy] Proxying [POST /touch/up] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/touch/up] with bod
y: {"params":{"x":540,"y":897}}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"f59dfc75-2a2c-429d-b728-5922d5464ec9","status":0,"value":true}
[debug] [MJSONWP] Responding to client with driver.performTouch() result: null
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/touch/perform 200 143 ms - 76
[HTTP] --> POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element {"using":"-android uiautomator","value":"new UiScrollable(new UiSelector(
).resourceId(\"at.oebb.ts:id/navigation_drawer\")).setMaxSearchSwipes(1).scrollIntoView(new UiSelector().resourceId(\"at.oebb.ts:id/offCanvasView_myPr
ofile\"))"}
[debug] [MJSONWP] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiScrollable(new UiSelector().resourceId(\"at.oebb.ts:id/
navigation_drawer\")).setMaxSearchSwipes(1).scrollIntoView(new UiSelector().resourceId(\"at.oebb.ts:id/offCanvasView_myProfile\"))","b2c55be7-7fa9-45f
d-880a-2dbc7d33eb7a"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9/element] with body:
{"strategy":"-android uiautomator","selector":"new UiScrollable(new UiSelector().resourceId(\"at.oebb.ts:id/navigation_drawer\")).setMaxSearchSwipes(
1).scrollIntoView(new UiSelector().resourceId(\"at.oebb.ts:id/offCanvasView_myProfile\"))","context":"","multiple":false}
[HTTP] <-- POST /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a/element 500 99 ms - 164
[HTTP] --> DELETE /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a {}
[debug] [MJSONWP] Calling AppiumDriver.deleteSession() with args: ["b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a"]
[debug] [UiAutomator2] Deleting UiAutomator2 session
[debug] [UiAutomator2] Deleting UiAutomator2 server session
[debug] [JSONWP Proxy] Proxying [DELETE /] to [DELETE http://localhost:8200/wd/hub/session/f59dfc75-2a2c-429d-b728-5922d5464ec9] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"f59dfc75-2a2c-429d-b728-5922d5464ec9\",\"status\":0,\"value\":\"Session deleted
\"}"
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","shell","am","
force-stop","at.oebb.ts"]
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8200
[debug] [ADB] Running 'D:\Users\l027926\AppData\Local\Android\Sdk\platform-tools\adb.exe' with args: ["-P",5037,"-s","01097a726c732bd8","forward","--r
emove","tcp:8200"]
[Appium] Removing session b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a from our master session list
[debug] [MJSONWP] Received response: null
[debug] [MJSONWP] But deleting session, so not returning
[debug] [MJSONWP] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/b2c55be7-7fa9-45fd-880a-2dbc7d33eb7a 200 711 ms - 76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment