Skip to content

Instantly share code, notes, and snippets.

@ravibabu101143
Created September 29, 2022 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravibabu101143/264e812d1cf1d36014db1136f83a6cf8 to your computer and use it in GitHub Desktop.
Save ravibabu101143/264e812d1cf1d36014db1136f83a6cf8 to your computer and use it in GitHub Desktop.
log
[Appium] Welcome to Appium v2.0.0-beta.43
[Appium] Attempting to load driver uiautomator2...
[debug] [Appium] Requiring driver at C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[Appium] Available drivers:
[Appium] - uiautomator2@2.7.0 (automationName 'UiAutomator2')
[Appium] Available plugins:
[Appium] - device-farm@2.0.0-beta.4
[Appium] No plugins activated. Use the --use-plugins flag with names of plugins to activate
[debug] [HTTP] Request idempotency key: 0d6cfeac-8169-42ce-9c71-857a1ac34ae2
[HTTP] --> POST /session
[HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"appium:appActivity":"com.xxxxxx.demoapp.ui.splash.SplashActivity","appium:appPackage":"com.xxxxxx.demoapp","appium:automationName":"UIAutomator2","appium:noReset":false,"appium:platformVersion":"10","appium:udid":"0103760291066129215Z","platformName":"android"}}}
[debug] [AppiumDriver@4760] Calling AppiumDriver.createSession() with args: [null,null,{"firstMatch":[{}],"alwaysMatch":{"appium:appActivity":"com.xxxxxx.demoapp.ui.splash.SplashActivity","appium:appPackage":"com.xxxxxx.demoapp","appium:automationName":"UIAutomator2","appium:noReset":false,"appium:platformVersion":"10","appium:udid":"0103760291066129215Z","platformName":"android"}}]
[debug] [AppiumDriver@4760] Event 'newSessionRequested' logged at 1664450389946 (16:49:49 GMT+0530 (India Standard Time))
[Appium] Attempting to find matching driver for automationName 'UIAutomator2' and platformName 'android'
[Appium] The 'uiautomator2' driver was installed and matched caps.
[Appium] Will require it at C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver
[debug] [Appium] Requiring driver at C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver
[AppiumDriver@4760] Appium v2.0.0-beta.43 creating new AndroidUiautomator2Driver (v2.7.0) session
[AppiumDriver@4760] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@4760] Appium's BaseDriver version is 8.7.1
[AppiumDriver@4760] AndroidUiautomator2Driver's BaseDriver version is 8.7.1
[debug] [AndroidUiautomator2Driver@2972] Creating session with W3C capabilities: {
[debug] [AndroidUiautomator2Driver@2972] "alwaysMatch": {
[debug] [AndroidUiautomator2Driver@2972] "platformName": "android",
[debug] [AndroidUiautomator2Driver@2972] "appium:appActivity": "com.xxxxxx.demoapp.ui.splash.SplashActivity",
[debug] [AndroidUiautomator2Driver@2972] "appium:appPackage": "com.xxxxxx.demoapp",
[debug] [AndroidUiautomator2Driver@2972] "appium:automationName": "UIAutomator2",
[debug] [AndroidUiautomator2Driver@2972] "appium:noReset": false,
[debug] [AndroidUiautomator2Driver@2972] "appium:platformVersion": "10",
[debug] [AndroidUiautomator2Driver@2972] "appium:udid": "0103760291066129215Z"
[debug] [AndroidUiautomator2Driver@2972] },
[debug] [AndroidUiautomator2Driver@2972] "firstMatch": [
[debug] [AndroidUiautomator2Driver@2972] {}
[debug] [AndroidUiautomator2Driver@2972] ]
[debug] [AndroidUiautomator2Driver@2972] }
[AndroidUiautomator2Driver@2972 (c09a9182)] Session created with session id: c09a9182-fb51-4638-97c0-7848855783a5
[AndroidUiautomator2Driver@2972 (c09a9182)] Starting 'com.xxxxxx.demoapp' directly on the device
[ADB] Found 1 'build-tools' folders under 'C:\Users\xxxxxx\AppData\Local\Android\Sdk' (newest first):
[ADB] C:/Users/xxxxxx/AppData/Local/Android/Sdk/build-tools/33.0.0
[ADB] Using 'adb.exe' from 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[HTTP] <-- POST /session - - ms - -
[HTTP] 
[HTTP] Could not cache the response identified by '0d6cfeac-8169-42ce-9c71-857a1ac34ae2', because it has not been completed
[HTTP] Does the client terminate connections too early?
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] Could not find online devices
[debug] [ADB] Reconnecting adb (target offline)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 reconnect offline'
[debug] [AndroidUiautomator2Driver@2972 (c09a9182)] Deleting UiAutomator2 session
[debug] [AppiumDriver@4760] Event 'newSessionStarted' logged at 1664450410396 (16:50:10 GMT+0530 (India Standard Time))
[debug] [AppiumDriver@4760] Encountered internal error running command: Error: Could not find a connected Android device in 20199ms.
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:297:13)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:18)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [AppiumDriver@4760] at getDevices (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-adb\lib\tools\system-calls.js:314:12)
[debug] [HTTP] Request idempotency key: a8c74a2b-85ae-44cd-a5de-c174878be3a2
[HTTP] --> POST /session
[HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"appium:appActivity":"com.xxxxxx.demoapp.ui.splash.SplashActivity","appium:appPackage":"com.xxxxxx.demoapp","appium:automationName":"UIAutomator2","appium:noReset":false,"appium:platformVersion":"10","appium:udid":"0103760291066129215Z","platformName":"android"}}}
[debug] [AppiumDriver@4760] Calling AppiumDriver.createSession() with args: [null,null,{"firstMatch":[{}],"alwaysMatch":{"appium:appActivity":"com.xxxxxx.demoapp.ui.splash.SplashActivity","appium:appPackage":"com.xxxxxx.demoapp","appium:automationName":"UIAutomator2","appium:noReset":false,"appium:platformVersion":"10","appium:udid":"0103760291066129215Z","platformName":"android"}}]
[debug] [AppiumDriver@4760] Event 'newSessionRequested' logged at 1664450437817 (16:50:37 GMT+0530 (India Standard Time))
[Appium] Attempting to find matching driver for automationName 'UIAutomator2' and platformName 'android'
[Appium] The 'uiautomator2' driver was installed and matched caps.
[Appium] Will require it at C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver
[debug] [Appium] Requiring driver at C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver
[AppiumDriver@4760] Appium v2.0.0-beta.43 creating new AndroidUiautomator2Driver (v2.7.0) session
[AppiumDriver@4760] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@4760] Appium's BaseDriver version is 8.7.1
[AppiumDriver@4760] AndroidUiautomator2Driver's BaseDriver version is 8.7.1
[debug] [AndroidUiautomator2Driver@7625] Creating session with W3C capabilities: {
[debug] [AndroidUiautomator2Driver@7625] "alwaysMatch": {
[debug] [AndroidUiautomator2Driver@7625] "platformName": "android",
[debug] [AndroidUiautomator2Driver@7625] "appium:appActivity": "com.xxxxxx.demoapp.ui.splash.SplashActivity",
[debug] [AndroidUiautomator2Driver@7625] "appium:appPackage": "com.xxxxxx.demoapp",
[debug] [AndroidUiautomator2Driver@7625] "appium:automationName": "UIAutomator2",
[debug] [AndroidUiautomator2Driver@7625] "appium:noReset": false,
[debug] [AndroidUiautomator2Driver@7625] "appium:platformVersion": "10",
[debug] [AndroidUiautomator2Driver@7625] "appium:udid": "0103760291066129215Z"
[debug] [AndroidUiautomator2Driver@7625] },
[debug] [AndroidUiautomator2Driver@7625] "firstMatch": [
[debug] [AndroidUiautomator2Driver@7625] {}
[debug] [AndroidUiautomator2Driver@7625] ]
[debug] [AndroidUiautomator2Driver@7625] }
[AndroidUiautomator2Driver@7625 (c25c45f2)] Session created with session id: c25c45f2-38d7-46da-926e-60b9c12da682
[AndroidUiautomator2Driver@7625 (c25c45f2)] Starting 'com.xxxxxx.demoapp' directly on the device
[ADB] Using 'adb.exe' from 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices
[debug] [ADB] Connected devices: [{"udid":"0103760291066129215Z","state":"device"}]
[AndroidDriver] Using device: 0103760291066129215Z
[ADB] Using 'adb.exe' from 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
[debug] [ADB] Setting device id to 0103760291066129215Z
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell getprop ro.build.version.sdk'
[debug] [ADB] Current device property 'ro.build.version.sdk': 29
[ADB] Getting device platform version
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 10
[debug] [ADB] Device API level: 29
[AndroidUiautomator2Driver@7625 (c25c45f2)] Relaxing hidden api policy
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell 'settings put global hidden_api_policy_pre_p_apps 1;settings put global hidden_api_policy_p_apps 1;settings put global hidden_api_policy 1''
[AndroidDriver] No app sent in, not parsing package/activity
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z wait-for-device'
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell echo ping'
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell dumpsys package io.appium.settings'
[debug] [ADB] 'io.appium.settings' is installed
[debug] [ADB] Getting package info for 'io.appium.settings'
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell dumpsys package io.appium.settings'
[debug] [ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('4.2.1' >= '4.2.1')
[debug] [ADB] There is no need to install/upgrade 'C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\io.appium.settings\apks\settings_apk-debug.apk'
[debug] [ADB] Getting IDs of all 'io.appium.settings' processes
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell 'pgrep --help; echo $?''
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)'
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell appops set io.appium.settings PROJECT_MEDIA allow'
[debug] [ADB] Getting IDs of all 'io.appium.settings' processes
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)'
[debug] [ADB] Starting Appium Settings app
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell am start -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER'
[debug] [ADB] Getting IDs of all 'io.appium.settings' processes
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)'
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell appops set io.appium.settings android:mock_location allow'
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell "[ -e '/data/local/tmp/mock_apps.json' ] && echo __PASS__"'
[AndroidDriver] Unable to persist mock location app id 'io.appium.settings': adb.pushFile is not a function
[debug] [Logcat] Starting logs capture with command: C:\\Users\\xxxxxx\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe -P 5037 -s 0103760291066129215Z logcat -v threadtime
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Forwarding UiAutomator2 Server port 6790 to local port 8200
[debug] [ADB] Forwarding system: 8200 to device: 6790
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z forward tcp:8200 tcp:6790'
[debug] [ADB] Getting install status for io.appium.uiautomator2.server
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell dumpsys package io.appium.uiautomator2.server'
[debug] [ADB] 'io.appium.uiautomator2.server' is installed
[debug] [ADB] Getting package info for 'io.appium.uiautomator2.server'
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell dumpsys package io.appium.uiautomator2.server'
[debug] [ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('5.7.0' >= '5.7.0')
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] io.appium.uiautomator2.server installation state: sameVersionInstalled
[debug] [ADB] Checking app cert for C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v5.7.0.apk
[ADB] Using 'apksigner.jar' from 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\build-tools\33.0.0\lib\apksigner.jar'
[debug] [ADB] Starting apksigner: C:\\java\\jdk-11\\bin\\java.exe -Xmx1024M -Xss1m -jar C:\\Users\\xxxxxx\\AppData\\Local\\Android\\Sdk\\build-tools\\33.0.0\\lib\\apksigner.jar verify --print-certs C:\\Users\\xxxxxx\\.appium\\node_modules\\appium-uiautomator2-driver\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-v5.7.0.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] [ADB]
[debug] [ADB] sha256 hash did match for 'appium-uiautomator2-server-v5.7.0.apk'
[ADB] 'C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v5.7.0.apk' is signed with the default certificate
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell dumpsys package io.appium.uiautomator2.server.test'
[debug] [ADB] 'io.appium.uiautomator2.server.test' is installed
[debug] [ADB] Checking app cert for C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] Starting apksigner: C:\\java\\jdk-11\\bin\\java.exe -Xmx1024M -Xss1m -jar C:\\Users\\xxxxxx\\AppData\\Local\\Android\\Sdk\\build-tools\\33.0.0\\lib\\apksigner.jar verify --print-certs C:\\Users\\xxxxxx\\.appium\\node_modules\\appium-uiautomator2-driver\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] [ADB]
[debug] [ADB] sha256 hash did match for 'appium-uiautomator2-server-debug-androidTest.apk'
[ADB] 'C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk' is signed with the default certificate
[AndroidUiautomator2Driver@7625 (c25c45f2)] Server packages are not going to be (re)installed
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 30000ms for services to be available
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell pm list instrumentation'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[debug] [ADB] Got the following command chunks to execute: [["dumpsys","deviceidle","whitelist","+io.appium.settings",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server.test",";"]]
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] No app capability. Assuming it is already on the device
[debug] [ADB] Getting install status for com.xxxxxx.demoapp
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell dumpsys package com.xxxxxx.demoapp'
[debug] [ADB] 'com.xxxxxx.demoapp' is installed
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell am force-stop com.xxxxxx.demoapp'
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell pm clear com.xxxxxx.demoapp'
[debug] [AndroidDriver] Performed fast reset on the installed 'com.xxxxxx.demoapp' application (stop and clear)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Performing shallow cleanup of automation leftovers
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] No obsolete sessions have been detected (socket hang up)
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell am force-stop io.appium.uiautomator2.server.test'
[AndroidUiautomator2Driver@7625 (c25c45f2)] Starting UIAutomator2 server 5.7.0
[AndroidUiautomator2Driver@7625 (c25c45f2)] Using UIAutomator2 server from 'C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v5.7.0.apk' and test from 'C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk'
[AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 30000ms for UiAutomator2 to be online...
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","0103760291066129215Z","shell","am","instrument","-w","-e","disableAnalytics",true,"io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@7625 (c25c45f2)] socket hang up
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@7625 (c25c45f2)] socket hang up
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@7625 (c25c45f2)] socket hang up
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@7625 (c25c45f2)] socket hang up
[debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@7625 (c25c45f2)] socket hang up
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] The initialization of the instrumentation process took 5410ms
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/session' to command name 'createSession'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /session] to [POST http://127.0.0.1:8200/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.xxxxxx.demoapp.ui.splash.SplashActivity","appPackage":"com.xxxxxx.demoapp","automationName":"UIAutomator2","noReset":false,"platformVersion":"10","udid":"0103760291066129215Z"},"platformName":"android","appActivity":"com.xxxxxx.demoapp.ui.splash.SplashActivity","appPackage":"com.xxxxxx.demoapp","automationName":"UIAutomator2","noReset":false,"platformVersion":"10","udid":"0103760291066129215Z","deviceName":"0103760291066129215Z","deviceUDID":"0103760291066129215Z"}],"alwaysMatch":{}}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.xxxxxx.demoapp.ui.splash.SplashActivity","appPackage":"com.xxxxxx.demoapp","automationName":"UIAutomator2","noReset":false,"platformVersion":"10","udid":"0103760291066129215Z"},"platformName":"android","appActivity":"com.xxxxxx.demoapp.ui.splash.SplashActivity","appPackage":"com.xxxxxx.demoapp","automationName":"UIAutomator2","noReset":false,"platformVersion":"10","udid":"0103760291066129215Z","deviceName":"0103760291066129215Z","deviceUDID":"0103760291066129215Z"}],"alwaysMatch":{}},"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61"}}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Determined the downstream protocol as 'W3C'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/appium/device/info] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"androidId":"c65ea5a80e741601","apiVersion":"29","bluetooth":{"state":"OFF"},"brand":"FAMOCO","carrierName":"","displayDensity":320,"locale":"en_US","manufacturer":"FAMOCO","model":"FX205SE,1","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":1048576,"linkUpstreamBandwidthKbps":1048576,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","signalStrength":-42,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":null,"isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":0,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"10","realDisplaySize":"720x1280","timeZone":"Asia/Kolkata"}}
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell dumpsys window'
[AndroidDriver] Screen already unlocked, doing nothing
[AndroidUiautomator2Driver@7625 (c25c45f2)] Starting 'com.xxxxxx.demoapp/com.xxxxxx.demoapp.ui.splash.SplashActivity and waiting for 'com.xxxxxx.demoapp/com.xxxxxx.demoapp.ui.splash.SplashActivity'
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell am start -W -n com.xxxxxx.demoapp/com.xxxxxx.demoapp.ui.splash.SplashActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/appium/device/pixel_ratio] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":2}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/appium/device/system_bars] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"statusBar":48}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/window/current/size' to command name 'getWindowSize'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/window/current/size] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"height":1184,"width":720}}
[AppiumDriver@4760] New AndroidUiautomator2Driver session created successfully, session c25c45f2-38d7-46da-926e-60b9c12da682 added to master session list
[debug] [AppiumDriver@4760] Event 'newSessionStarted' logged at 1664450459892 (16:50:59 GMT+0530 (India Standard Time))
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Cached the protocol value 'W3C' for the new session c25c45f2-38d7-46da-926e-60b9c12da682
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.createSession() result: {"capabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.xxxxxx.demoapp.ui.splash.SplashActivity","appPackage":"com.xxxxxx.demoapp","automationName":"UIAutomator2","noReset":false,"platformVersion":"10","udid":"0103760291066129215Z"},"platformName":"android","appActivity":"com.xxxxxx.demoapp.ui.splash.SplashActivity","appPackage":"com.xxxxxx.demoapp","automationName":"UIAutomator2","noReset":false,"platformVersion":"10","udid":"0103760291066129215Z","deviceName":"0103760291066129215Z","deviceUDID":"0103760291066129215Z","deviceApiLevel":29,"deviceScreenSize":"720x1280","deviceScreenDensity":320,"deviceModel":"FX205SE,1","deviceManufacturer":"FAMOCO","pixelRatio":2,"statBarHeight":48,"viewportRect":{"left":0,"top":48,"width":720,"height":1136}}}
[HTTP] <-- POST /session 200 22079 ms - 1072
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 9 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 132 ms - 866
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 117 ms - 866
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 142 ms - 866
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 146 ms - 866
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 10 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0007-ffff-ffff00000011","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0007-ffff-ffff00000011"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0007-ffff-ffff00000011","ELEMENT":"00000000-0000-0007-ffff-ffff00000011"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 143 ms - 137
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0007-ffff-ffff00000011/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0007-ffff-ffff00000011","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0007-ffff-ffff00000011/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /element/00000000-0000-0007-ffff-ffff00000011/attribute/displayed] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0007-ffff-ffff00000011/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":"true"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0007-ffff-ffff00000011/displayed 200 57 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 4 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithNewPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithNewPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithNewPermission","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0007-ffff-ffff00000012","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0007-ffff-ffff00000012"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0007-ffff-ffff00000012","ELEMENT":"00000000-0000-0007-ffff-ffff00000012"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 119 ms - 137
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0007-ffff-ffff00000012/click
[HTTP] {"id":"00000000-0000-0007-ffff-ffff00000012"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.click() with args: ["00000000-0000-0007-ffff-ffff00000012","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0007-ffff-ffff00000012/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element/00000000-0000-0007-ffff-ffff00000012/click] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0007-ffff-ffff00000012/click] with body: {"element":"00000000-0000-0007-ffff-ffff00000012"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0007-ffff-ffff00000012/click 200 140 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.android.permissioncontroller:id/permission_allow_button"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.android.permissioncontroller:id/permission_allow_button","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.android.permissioncontroller:id/permission_allow_button","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0009-ffff-ffff0000000c","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0009-ffff-ffff0000000c"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0009-ffff-ffff0000000c","ELEMENT":"00000000-0000-0009-ffff-ffff0000000c"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 151 ms - 137
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0009-ffff-ffff0000000c/click
[HTTP] {"id":"00000000-0000-0009-ffff-ffff0000000c"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.click() with args: ["00000000-0000-0009-ffff-ffff0000000c","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0009-ffff-ffff0000000c/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element/00000000-0000-0009-ffff-ffff0000000c/click] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0009-ffff-ffff0000000c/click] with body: {"element":"00000000-0000-0009-ffff-ffff0000000c"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0009-ffff-ffff0000000c/click 200 123 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 3 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.android.permissioncontroller:id/permission_allow_button"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.android.permissioncontroller:id/permission_allow_button","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.android.permissioncontroller:id/permission_allow_button","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 422 ms - 866
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.android.permissioncontroller:id/permission_allow_button"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.android.permissioncontroller:id/permission_allow_button","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.android.permissioncontroller:id/permission_allow_button","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-000b-ffff-ffff0000001e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000b-ffff-ffff0000001e"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-000b-ffff-ffff0000001e","ELEMENT":"00000000-0000-000b-ffff-ffff0000001e"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 483 ms - 137
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-000b-ffff-ffff0000001e/click
[HTTP] {"id":"00000000-0000-000b-ffff-ffff0000001e"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.click() with args: ["00000000-0000-000b-ffff-ffff0000001e","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-000b-ffff-ffff0000001e/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element/00000000-0000-000b-ffff-ffff0000001e/click] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-000b-ffff-ffff0000001e/click] with body: {"element":"00000000-0000-000b-ffff-ffff0000001e"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-000b-ffff-ffff0000001e/click 200 102 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 3 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"xpath","value":"//android.widget.TextView[@text ='Program Selection']"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text ='Program Selection']","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='Program Selection']","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:90)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:67)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCont...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 3876 ms - 902
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"xpath","value":"//android.widget.TextView[@text ='Program Selection']"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text ='Program Selection']","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='Program Selection']","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:90)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:67)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCont...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 415 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"xpath","value":"//android.widget.TextView[@text ='Program Selection']"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text ='Program Selection']","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='Program Selection']","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:90)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:67)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCont...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 380 ms - 902
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"xpath","value":"//android.widget.TextView[@text ='Program Selection']"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text ='Program Selection']","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='Program Selection']","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:90)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:67)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCont...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 394 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"xpath","value":"//android.widget.TextView[@text ='Program Selection']"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text ='Program Selection']","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='Program Selection']","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:90)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:67)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCont...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 316 ms - 902
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"xpath","value":"//android.widget.TextView[@text ='Program Selection']"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text ='Program Selection']","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='Program Selection']","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:90)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:67)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCont...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 409 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"xpath","value":"//android.widget.TextView[@text ='Program Selection']"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text ='Program Selection']","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='Program Selection']","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:90)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:67)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCont...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 324 ms - 902
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"xpath","value":"//android.widget.TextView[@text ='Program Selection']"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text ='Program Selection']","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='Program Selection']","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff00000022","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff00000022"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff00000022","ELEMENT":"00000000-0000-0008-ffff-ffff00000022"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 743 ms - 137
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff00000022/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0008-ffff-ffff00000022","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff00000022/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /element/00000000-0000-0008-ffff-ffff00000022/attribute/displayed] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff00000022/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":"true"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff00000022/displayed 200 514 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnProgram1"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnProgram1","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnProgram1","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff0000004a","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff0000004a"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff0000004a","ELEMENT":"00000000-0000-0008-ffff-ffff0000004a"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 233 ms - 137
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff0000004a/attribute/checked
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getAttribute() with args: ["checked","00000000-0000-0008-ffff-ffff0000004a","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff0000004a/attribute/checked' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /element/00000000-0000-0008-ffff-ffff0000004a/attribute/checked] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff0000004a/attribute/checked] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":"true"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getAttribute() result: "true"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff0000004a/attribute/checked 200 60 ms - 16
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/edtProgram1"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/edtProgram1","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/edtProgram1","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff00000033","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff00000033"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff00000033","ELEMENT":"00000000-0000-0008-ffff-ffff00000033"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 779 ms - 137
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff00000033/text
[HTTP] {}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff00000033/text' to command name 'getText'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff00000033/text] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff00000033/text] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":"c3a3e21d-c061-45ea-b015-774fd7319e4c"}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Replacing sessionId ac1fc42f-f1d7-4cc5-8648-763dc4fdff61 with c25c45f2-38d7-46da-926e-60b9c12da682
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff00000033/text 200 42 ms - 99
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnConfigureProgram"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnConfigureProgram","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnConfigureProgram","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff0000004c","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff0000004c"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff0000004c","ELEMENT":"00000000-0000-0008-ffff-ffff0000004c"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 92 ms - 137
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff0000004c/click
[HTTP] {"id":"00000000-0000-0008-ffff-ffff0000004c"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.click() with args: ["00000000-0000-0008-ffff-ffff0000004c","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff0000004c/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element/00000000-0000-0008-ffff-ffff0000004c/click] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff0000004c/click] with body: {"element":"00000000-0000-0008-ffff-ffff0000004c"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff0000004c/click 200 106 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/tvSelectedProgram"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/tvSelectedProgram","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/tvSelectedProgram","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 861 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/tvSelectedProgram"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/tvSelectedProgram","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/tvSelectedProgram","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff00000051","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff00000051"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff00000051","ELEMENT":"00000000-0000-0008-ffff-ffff00000051"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 223 ms - 137
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff00000051/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0008-ffff-ffff00000051","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff00000051/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /element/00000000-0000-0008-ffff-ffff00000051/attribute/displayed] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff00000051/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":"true"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff00000051/displayed 200 42 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/button_enroll_passcode"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/button_enroll_passcode","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/button_enroll_passcode","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff00000062","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff00000062"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff00000062","ELEMENT":"00000000-0000-0008-ffff-ffff00000062"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 80 ms - 137
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff00000062/click
[HTTP] {"id":"00000000-0000-0008-ffff-ffff00000062"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.click() with args: ["00000000-0000-0008-ffff-ffff00000062","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff00000062/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element/00000000-0000-0008-ffff-ffff00000062/click] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff00000062/click] with body: {"element":"00000000-0000-0008-ffff-ffff00000062"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff00000062/click 200 104 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 6 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/button_enroll_passcode"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/button_enroll_passcode","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/button_enroll_passcode","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff0000006c","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff0000006c"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff0000006c","ELEMENT":"00000000-0000-0008-ffff-ffff0000006c"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 93 ms - 137
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff0000006c/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0008-ffff-ffff0000006c","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff0000006c/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /element/00000000-0000-0008-ffff-ffff0000006c/attribute/displayed] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff0000006c/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":"true"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff0000006c/displayed 200 40 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 3 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/button_enroll_passcode"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/button_enroll_passcode","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/button_enroll_passcode","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff0000006c","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff0000006c"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff0000006c","ELEMENT":"00000000-0000-0008-ffff-ffff0000006c"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 72 ms - 137
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff0000006c/click
[HTTP] {"id":"00000000-0000-0008-ffff-ffff0000006c"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.click() with args: ["00000000-0000-0008-ffff-ffff0000006c","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff0000006c/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element/00000000-0000-0008-ffff-ffff0000006c/click] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff0000006c/click] with body: {"element":"00000000-0000-0008-ffff-ffff0000006c"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff0000006c/click 200 105 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/source
[HTTP] {}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/session/c25c45f2-38d7-46da-926e-60b9c12da682/source' to command name 'getPageSource'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/source] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/source] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"720\" height=\"1184\">\r\n <android.widget.FrameLayout index=\"0\" package=\"com.xxxxxx.demoapp\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][720,1184]\" displayed=\"true\">\r\n <android.widget.LinearLayout index=\"0\" package=\"com.xxxxxx.demoapp\" class=\"android.widget.LinearLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][720,1184]\" displayed=\"true\">\r\n <android.widget.FrameLayout index=\"0\" ...
[AndroidUiautomator2Driver@7625 (c25c45f2)] Replacing sessionId ac1fc42f-f1d7-4cc5-8648-763dc4fdff61 with c25c45f2-38d7-46da-926e-60b9c12da682
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/source 200 1006 ms - 10779
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/appium/device/press_keycode
[HTTP] {"keycode":4}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.pressKeyCode() with args: [4,null,null,null,null,"c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/appium/device/press_keycode' to command name 'pressKeyCode'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /appium/device/press_keycode] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/appium/device/press_keycode] with body: {"keycode":4,"metastate":null,"flags":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.pressKeyCode() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/appium/device/press_keycode 200 604 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnChangeProgram"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnChangeProgram","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnChangeProgram","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff0000008c","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff0000008c"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff0000008c","ELEMENT":"00000000-0000-0008-ffff-ffff0000008c"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 714 ms - 137
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff0000008c/click
[HTTP] {"id":"00000000-0000-0008-ffff-ffff0000008c"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.click() with args: ["00000000-0000-0008-ffff-ffff0000008c","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff0000008c/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element/00000000-0000-0008-ffff-ffff0000008c/click] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff0000008c/click] with body: {"element":"00000000-0000-0008-ffff-ffff0000008c"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff0000008c/click 200 95 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 3 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"xpath","value":"//android.widget.TextView[@text ='Program Selection']"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text ='Program Selection']","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='Program Selection']","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff00000022","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff00000022"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff00000022","ELEMENT":"00000000-0000-0008-ffff-ffff00000022"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 1025 ms - 137
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff00000022/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0008-ffff-ffff00000022","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff00000022/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /element/00000000-0000-0008-ffff-ffff00000022/attribute/displayed] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff00000022/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":"true"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff00000022/displayed 200 376 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 3 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/edtProgram2"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/edtProgram2","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/edtProgram2","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff000000b1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000b1"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000b1","ELEMENT":"00000000-0000-0008-ffff-ffff000000b1"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 97 ms - 137
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000b1/value
[HTTP] {"id":"00000000-0000-0008-ffff-ffff000000b1","text":"22f4da0a-6556-4078-a6b3-6196d73361ab","value":["2","2","f","4","d","a","0","a","-","6","5","5","6","-","4","0","7","8","-","a","6","b","3","-","6","1","9","6","d","7","3","3","6","1","a","b"]}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.setValue() with args: [["2","2","f","4","d","a","0","a","-","6","5","5","6","-","4","0","7","8","-","a","6","b","3","-","6","1","9","6","d","7","3","3","6","1","a","b"],"00000000-0000-0008-ffff-ffff000000b1","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff000000b1/value' to command name 'setValue'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Added 'value' property ["2","2","f","4","d","a","0","a","-","6","5","5","6","-","4","0","7","8","-","a","6","b","3","-","6","1","9","6","d","7","3","3","6","1","a","b"] to 'setValue' request body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element/00000000-0000-0008-ffff-ffff000000b1/value] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff000000b1/value] with body: {"elementId":"00000000-0000-0008-ffff-ffff000000b1","text":"22f4da0a-6556-4078-a6b3-6196d73361ab","replace":false,"value":["2","2","f","4","d","a","0","a","-","6","5","5","6","-","4","0","7","8","-","a","6","b","3","-","6","1","9","6","d","7","3","3","6","1","a","b"]}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.setValue() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000b1/value 200 646 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 3 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnProgram2"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnProgram2","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnProgram2","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff000000bd","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000bd"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000bd","ELEMENT":"00000000-0000-0008-ffff-ffff000000bd"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 649 ms - 137
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000bd/click
[HTTP] {"id":"00000000-0000-0008-ffff-ffff000000bd"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.click() with args: ["00000000-0000-0008-ffff-ffff000000bd","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff000000bd/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element/00000000-0000-0008-ffff-ffff000000bd/click] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff000000bd/click] with body: {"element":"00000000-0000-0008-ffff-ffff000000bd"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000bd/click 200 147 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 1 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnConfigureProgram"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnConfigureProgram","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnConfigureProgram","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff000000be","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000be"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000be","ELEMENT":"00000000-0000-0008-ffff-ffff000000be"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 552 ms - 137
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000be/click
[HTTP] {"id":"00000000-0000-0008-ffff-ffff000000be"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.click() with args: ["00000000-0000-0008-ffff-ffff000000be","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff000000be/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element/00000000-0000-0008-ffff-ffff000000be/click] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff000000be/click] with body: {"element":"00000000-0000-0008-ffff-ffff000000be"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000be/click 200 105 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 1 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/tvSelectedProgram"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/tvSelectedProgram","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/tvSelectedProgram","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 389 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/tvSelectedProgram"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/tvSelectedProgram","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/tvSelectedProgram","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff000000c1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000c1"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000c1","ELEMENT":"00000000-0000-0008-ffff-ffff000000c1"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 547 ms - 137
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000c1/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0008-ffff-ffff000000c1","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff000000c1/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /element/00000000-0000-0008-ffff-ffff000000c1/attribute/displayed] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff000000c1/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":"true"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000c1/displayed 200 25 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/button_enroll_passcode"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/button_enroll_passcode","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/button_enroll_passcode","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff000000d2","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000d2"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000d2","ELEMENT":"00000000-0000-0008-ffff-ffff000000d2"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 59 ms - 137
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000d2/click
[HTTP] {"id":"00000000-0000-0008-ffff-ffff000000d2"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.click() with args: ["00000000-0000-0008-ffff-ffff000000d2","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff000000d2/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element/00000000-0000-0008-ffff-ffff000000d2/click] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff000000d2/click] with body: {"element":"00000000-0000-0008-ffff-ffff000000d2"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000d2/click 200 112 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 3 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/button_enroll_passcode"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/button_enroll_passcode","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/button_enroll_passcode","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff000000dc","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000dc"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000dc","ELEMENT":"00000000-0000-0008-ffff-ffff000000dc"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 95 ms - 137
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000dc/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0008-ffff-ffff000000dc","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff000000dc/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /element/00000000-0000-0008-ffff-ffff000000dc/attribute/displayed] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff000000dc/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":"true"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000dc/displayed 200 41 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 3 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/button_enroll_passcode"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/button_enroll_passcode","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/button_enroll_passcode","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"ELEMENT":"00000000-0000-0008-ffff-ffff000000dc","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000dc"}}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0008-ffff-ffff000000dc","ELEMENT":"00000000-0000-0008-ffff-ffff000000dc"}
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 200 63 ms - 137
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000dc/click
[HTTP] {"id":"00000000-0000-0008-ffff-ffff000000dc"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.click() with args: ["00000000-0000-0008-ffff-ffff000000dc","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element/00000000-0000-0008-ffff-ffff000000dc/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element/00000000-0000-0008-ffff-ffff000000dc/click] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element/00000000-0000-0008-ffff-ffff000000dc/click] with body: {"element":"00000000-0000-0008-ffff-ffff000000dc"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element/00000000-0000-0008-ffff-ffff000000dc/click 200 101 ms - 14
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/source
[HTTP] {}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/session/c25c45f2-38d7-46da-926e-60b9c12da682/source' to command name 'getPageSource'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/source] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/source] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"720\" height=\"1184\">\r\n <android.widget.FrameLayout index=\"0\" package=\"com.xxxxxx.demoapp\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][720,1184]\" displayed=\"true\">\r\n <android.widget.LinearLayout index=\"0\" package=\"com.xxxxxx.demoapp\" class=\"android.widget.LinearLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][720,1184]\" displayed=\"true\">\r\n <android.widget.FrameLayout index=\"0\" ...
[AndroidUiautomator2Driver@7625 (c25c45f2)] Replacing sessionId ac1fc42f-f1d7-4cc5-8648-763dc4fdff61 with c25c45f2-38d7-46da-926e-60b9c12da682
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/source 200 797 ms - 10779
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 2 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 62 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 114 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 83 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 70 ms - 902
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 3 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 114 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 131 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 141 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 136 ms - 902
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 3 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 145 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 136 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 135 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 139 ms - 902
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 3 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 144 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 135 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 135 ms - 902
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at runMicrotasks (<anonymous>)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 148 ms - 902
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getCurrentContext() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/context 200 5 ms - 22
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 138 ms - 866
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 127 ms - 866
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 124 ms - 866
[HTTP] 
[HTTP] --> POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element
[HTTP] {"using":"id","value":"com.xxxxxx.demoapp:id/btnWithOldPermission"}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.findElement() with args: ["id","com.xxxxxx.demoapp:id/btnWithOldPermission","c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/element] with body: {"strategy":"id","selector":"com.xxxxxx.demoapp:id/btnWithOldPermission","context":"","multiple":false}
[AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 404: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\xxxxxx\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at processTicksAndRejections (internal/process/task_queues.js:93:5)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:80:16)
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] at AndroidUiautomator2Driver.findElement (C:\Users\xxxxxx\.appium\node_modules\appium\node_modules\@appium\base-driver\lib\basedriver\commands\find.js:21:14)
[HTTP] <-- POST /session/c25c45f2-38d7-46da-926e-60b9c12da682/element 404 130 ms - 866
[HTTP] 
[HTTP] --> GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/screenshot
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.getScreenshot() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/screenshot' to command name 'getScreenshot'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61/screenshot] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":"iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7N13eBTXof7xd7ZoV0IVAaKDMeAGBgyuYBuMK3ZsXJKYOIlLyk27iePc\nODfN7aY5N8VpvxSnOJXcFHdwMMHYgDuuuINteldFSFptmd8fR9u0u9KOtKuy+n6eZx92ys6cnR20\n7545c4618zuyBQAAACArrv4uAAAAADCYEKABAAAABwjQAAAAgAMEaAAAAMABAjQAAADgAAEaAAAA\ncIAADQAAADhAgAYAAAAc8PR3AVAALLdc/kpVnPV9lcz4sCSr0wq2Wl79ixrXXK9IW71kh/ujlF3o\nXF5JjC8EAAAysBiJED1nqfTEz6virO9Jti1Z3VzQsCOSZanp0S/r0NPfFSE1e95Rs+WbcIb805fK\nO2q2XP5KSVK4catCjVsV2P6Y2jbfp+D+F/u5pAAAFD4CNHrAUtG40zTyg+uVvva2O7YO/PE0te9+\nKtcFc8Zyy1N5hKovuy82y5atcNN21f59icx769//Hv5pl6hy8Q/lrpjcMaer420rsP0xHXr8VgW2\nP5r/wgEAhjTvqNlyV0ySd9SspPnB/S8p3LitTyt1fBMXasSytWmXHVy+KOffizThgDOWW8Pf82cV\nH/M+9Sw8S5KlikXf04E/ny5vzRwF97/UP806LEtyeeQZPl22bFmyZNthU5vez9wVk1W15LfyTVyo\n7I+zJd/EhfJNPFOB7Y+q7p7LTZMZAABywPJVqnjaxfJPW6ri6UsTl3RaM/492rb5PrW+da9aN98n\nO9DQJ+XsCwToAa76snvkn3ZJ0ry2zfer9u5L1ee1o5ZLNR99TZ7h03u9qaJxp0qWS5HDe1Xz8be0\n71fTTBOPPmdCtCVbkiUrIlku...
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAUACAYAAABuzmU9AAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7N13eBTXof7xd7ZoV0IVAaKDMeAGBgyuYBuMK3ZsXJKYOIlLyk27iePc\nODfN7aY5N8VpvxSnOJXcFHdwMMHYgDuuuINteldFSFptmd8fR9u0u9KOtKuy+n6eZx92ys6cnR20\n7545c4618zuyBQAAACArrv4uAAAAADCYEKABAAAABwjQAAAAgAMEaAAAAMABAjQAAADgAAEaAAAA\ncIAADQAAADhAgAYAAAAc8PR3AVAALLdc/kpVnPV9lcz4sCSr0wq2Wl79ixrXXK9IW71kh/ujlF3o\nXF5JjC8EAAAysBiJED1nqfTEz6virO9Jti1Z3VzQsCOSZanp0S/r0NPfFSE1e95Rs+WbcIb805fK\nO2q2XP5KSVK4catCjVsV2P6Y2jbfp+D+F/u5pAAAFD4CNHrAUtG40zTyg+uVvva2O7YO/PE0te9+\nKtcFc8Zyy1N5hKovuy82y5atcNN21f59icx769//Hv5pl6hy8Q/lrpjcMaer420rsP0xHXr8VgW2\nP5r/wgEAhjTvqNlyV0ySd9SspPnB/S8p3LitTyt1fBMXasSytWmXHVy+KOffizThgDOWW8Pf82cV\nH/M+9Sw8S5KlikXf04E/ny5vzRwF97/UP806LEtyeeQZPl22bFmyZNthU5vez9wVk1W15LfyTVyo\n7I+zJd/EhfJNPFOB7Y+q7p7LTZMZAABywPJVqnjaxfJPW6ri6UsTl3RaM/492rb5PrW+da9aN98n\nO9DQJ+XsCwToAa76snvkn3ZJ0ry2zfer9u5L1ee1o5ZLNR99TZ7h03u9qaJxp0qWS5HDe1Xz8be0\n71fTTBOPPmdCtCVbkiUrIlkudz+UI847arZGLFsjl3940vxw4za1brlPge2Pym5r6Fh3lrw1s+Wb\nsFDuik...
[HTTP] <-- GET /session/c25c45f2-38d7-46da-926e-60b9c12da682/screenshot 200 901 ms - 84622
[HTTP] 
[HTTP] --> DELETE /session/c25c45f2-38d7-46da-926e-60b9c12da682
[HTTP] {}
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Calling AppiumDriver.deleteSession() with args: ["c25c45f2-38d7-46da-926e-60b9c12da682"]
[debug] [AppiumDriver@4760] Event 'quitSessionRequested' logged at 1664450563926 (16:52:43 GMT+0530 (India Standard Time))
[AppiumDriver@4760] Removing session c25c45f2-38d7-46da-926e-60b9c12da682 from our master session list
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Deleting UiAutomator2 session
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Deleting UiAutomator2 server session
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Matched '/' to command name 'deleteSession'
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Proxying [DELETE /] to [DELETE http://127.0.0.1:8200/session/ac1fc42f-f1d7-4cc5-8648-763dc4fdff61] with no body
[debug] [AndroidUiautomator2Driver@7625 (c25c45f2)] Got response with status 200: {"sessionId":"ac1fc42f-f1d7-4cc5-8648-763dc4fdff61","value":null}
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell dumpsys activity services io.appium.settings/.recorder.RecorderService'
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell am force-stop com.xxxxxx.demoapp'
[debug] [Instrumentation] .
[debug] [Instrumentation] Time: 111.169
[debug] [Instrumentation]
[debug] [Instrumentation] OK (1 test)
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8200
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z forward --remove tcp:8200'
[debug] [Instrumentation] The process has exited with code 0
[AndroidUiautomator2Driver@7625 (c25c45f2)] Restoring hidden api policy to the device default configuration
[debug] [ADB] Running 'C:\Users\xxxxxx\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 0103760291066129215Z shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy''
[debug] [AppiumDriver@4760] Event 'quitSessionFinished' logged at 1664450565457 (16:52:45 GMT+0530 (India Standard Time))
[debug] [AppiumDriver@4760] Received response: null
[debug] [AppiumDriver@4760] But deleting session, so not returning
[debug] [AppiumDriver@4760] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /session/c25c45f2-38d7-46da-926e-60b9c12da682 200 1534 ms - 14
[HTTP] 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment