[info] [Appium] Welcome to Appium v1.22.3 [info] [Appium] Non-default server args: [info] [Appium] relaxedSecurityEnabled: true [info] [Appium] allowInsecure: { [info] [Appium] } [info] [Appium] denyInsecure: { [info] [Appium] } [info] [Appium] Appium REST http interface listener started on 0.0.0.0:4723[debug] [HTTP] Request idempotency key: ae9ccce3-9d16-487d-ab5e-744da7284cea [info] [HTTP] --> POST /wd/hub/session [info] [HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"appium:DEVICE_NAME":"Redmi note 11","appium:PLATFORM_NAME":"Android","appium:PLATFORM_VERSION":"12 SKQ1.211103.001","appium:UDID":"cb1dfd9a","appium:appActivity":"com.infoweb.smartcity311.demo.MainActivity","appium:appPackage":"com.infoweb.smartcity311.demo","appium:autoGrantPermissions":true,"appium:newCommandTimeout":0,"appium:noReset":true,"platformName":"android"}}} [debug] [W3C] Calling AppiumDriver.createSession() with args: [null,null,{"firstMatch":[{}],"alwaysMatch":{"appium:DEVICE_NAME":"Redmi note 11","appium:PLATFORM_NAME":"Android","appium:PLATFORM_VERSION":"12 SKQ1.211103.001","appium:UDID":"cb1dfd9a","appium:appActivity":"com.infoweb.smartcity311.demo.MainActivity","appium:appPackage":"com.infoweb.smartcity311.demo","appium:autoGrantPermissions":true,"appium:newCommandTimeout":0,"appium:noReset":true,"platformName":"android"}}] [debug] [BaseDriver] Event 'newSessionRequested' logged at 1681907181194 (17:56:21 GMT+0530 (India Standard Time)) [warn] [Appium] [warn] [Appium] ====================================================================== [warn] [Appium] DEPRECATION WARNING: [warn] [Appium] [warn] [Appium] The 'automationName' capability was not provided in the desired [warn] [Appium] capabilities for this Android session [warn] [Appium] [warn] [Appium] Setting 'automationName=UiAutomator2' by default and using the [warn] [Appium] UiAutomator2 Driver [warn] [Appium] [warn] [Appium] The next major version of Appium (2.x) will **require** the [warn] [Appium] 'automationName' capability to be set for all sessions on all [warn] [Appium] platforms [warn] [Appium] [warn] [Appium] In previous versions (Appium <= 1.13.x), the default was [warn] [Appium] 'automationName=UiAutomator1' [warn] [Appium] [warn] [Appium] If you wish to use that automation instead of UiAutomator2, please [warn] [Appium] add 'automationName=UiAutomator1' to your desired capabilities [warn] [Appium] [warn] [Appium] For more information about drivers, please visit [warn] [Appium] http://appium.io/docs/en/about-appium/intro/ and explore the [warn] [Appium] 'Drivers' menu [warn] [Appium] [warn] [Appium] ====================================================================== [warn] [Appium] [info] [Appium] Appium v1.22.3 creating new AndroidUiautomator2Driver (v1.70.1) session [info] [Appium] Applying relaxed security to 'AndroidUiautomator2Driver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure [debug] [BaseDriver] Creating session with W3C capabilities: { [debug] [BaseDriver] "alwaysMatch": { [debug] [BaseDriver] "platformName": "android", [debug] [BaseDriver] "appium:DEVICE_NAME": "Redmi note 11", [debug] [BaseDriver] "appium:PLATFORM_NAME": "Android", [debug] [BaseDriver] "appium:PLATFORM_VERSION": "12 SKQ1.211103.001", [debug] [BaseDriver] "appium:UDID": "cb1dfd9a", [debug] [BaseDriver] "appium:appActivity": "com.infoweb.smartcity311.demo.MainActivity", [debug] [BaseDriver] "appium:appPackage": "com.infoweb.smartcity311.demo", [debug] [BaseDriver] "appium:autoGrantPermissions": true, [debug] [BaseDriver] "appium:newCommandTimeout": 0, [debug] [BaseDriver] "appium:noReset": true [debug] [BaseDriver] }, [debug] [BaseDriver] "firstMatch": [ [debug] [BaseDriver] {} [debug] [BaseDriver] ] [debug] [BaseDriver] } [warn] [BaseDriver] The following capabilities were provided, but are not recognized by Appium: [warn] [BaseDriver] DEVICE_NAME [warn] [BaseDriver] PLATFORM_NAME [warn] [BaseDriver] PLATFORM_VERSION [warn] [BaseDriver] UDID [info] [BaseDriver] Session created with session id: d17a3dbb-ca0d-400b-9758-0273ed720234 [info] [UiAutomator2] Starting 'com.infoweb.smartcity311.demo' directly on the device[info] [AndroidDriver] Retrieving device list [debug] [ADB] Trying to find a connected android device [debug] [ADB] Getting connected devices [debug] [ADB] Connected devices: [{"udid":"cb1dfd9a","state":"device"}] [info] [AndroidDriver] Using device: cb1dfd9a [info] [ADB] Using 'adb.exe' from 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe' [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'[debug] [ADB] Setting device id to cb1dfd9a [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell getprop ro.build.version.sdk' [debug] [ADB] Current device property 'ro.build.version.sdk': 31 [info] [ADB] Getting device platform version [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell getprop ro.build.version.release'[debug] [ADB] Setting device id to cb1dfd9a [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell getprop ro.build.version.sdk' [debug] [ADB] Current device property 'ro.build.version.sdk': 31 [info] [ADB] Getting device platform version [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell getprop ro.build.version.release' [debug] [ADB] Current device property 'ro.build.version.release': 12 [debug] [ADB] Device API level: 31 [info] [UiAutomator2] Relaxing hidden api policy [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a 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'' [warn] [AndroidDriver] No app sent in, not parsing package/activity [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a wait-for-device' [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell echo ping' [debug] [AndroidDriver] Pushing settings apk to device... [debug] [ADB] Getting install status for io.appium.settings [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell dumpsys package io.appium.settings'[debug] [ADB] Setting device id to cb1dfd9a [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell getprop ro.build.version.sdk' [debug] [ADB] Current device property 'ro.build.version.sdk': 31 [info] [ADB] Getting device platform version [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell getprop ro.build.version.release' [debug] [ADB] Current device property 'ro.build.version.release': 12 [debug] [ADB] Device API level: 31 [info] [UiAutomator2] Relaxing hidden api policy [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a 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''[debug] [ADB] Setting device id to cb1dfd9a [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell getprop ro.build.version.sdk' [debug] [ADB] Current device property 'ro.build.version.sdk': 31 [info] [ADB] Getting device platform version [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell getprop ro.build.version.release' [debug] [ADB] Current device property 'ro.build.version.release': 12 [debug] [ADB] Device API level: 31 [info] [UiAutomator2] Relaxing hidden api policy [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a 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'' [warn] [AndroidDriver] No app sent in, not parsing package/activity [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a wait-for-device' [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell echo ping'[debug] [ADB] Setting device id to cb1dfd9a [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell getprop ro.build.version.sdk' [debug] [ADB] Current device property 'ro.build.version.sdk': 31 [info] [ADB] Getting device platform version [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell getprop ro.build.version.release' [debug] [ADB] Current device property 'ro.build.version.release': 12 [debug] [ADB] Device API level: 31 [info] [UiAutomator2] Relaxing hidden api policy [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a 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'' [warn] [AndroidDriver] No app sent in, not parsing package/activity [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a wait-for-device' [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell echo ping' [debug] [AndroidDriver] Pushing settings apk to device... [debug] [ADB] Getting install status for io.appium.settings [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a 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\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell dumpsys package io.appium.settings'[debug] [ADB] Setting device id to cb1dfd9a [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell getprop ro.build.version.sdk' [debug] [ADB] Current device property 'ro.build.version.sdk': 31 [info] [ADB] Getting device platform version [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell getprop ro.build.version.release' [debug] [ADB] Current device property 'ro.build.version.release': 12 [debug] [ADB] Device API level: 31 [info] [UiAutomator2] Relaxing hidden api policy [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a 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'' [warn] [AndroidDriver] No app sent in, not parsing package/activity [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a wait-for-device' [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell echo ping' [debug] [AndroidDriver] Pushing settings apk to device... [debug] [ADB] Getting install status for io.appium.settings [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a 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\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a 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 ('3.4.0' >= '3.4.0') [debug] [ADB] There is no need to install/upgrade 'C:\Users\Jay Gandhi\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\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\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell 'pgrep --help; echo $?''[debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)'[debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions. [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell appops set io.appium.settings android:mock_location allow'[debug] [Logcat] Starting logs capture with command: 'C:\\Users\\Jay Gandhi\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe' -P 5037 -s cb1dfd9a logcat -v threadtime[debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to local port 8203[debug] [ADB] Forwarding system: 8203 to device: 6790 [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a forward tcp:8203 tcp:6790' [debug] [ADB] Getting install status for io.appium.uiautomator2.server [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a 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\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a 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 ('4.27.0' >= '4.27.0') [debug] [UiAutomator2] io.appium.uiautomator2.server installation state: sameVersionInstalled [debug] [ADB] Checking app cert for C:\Users\Jay Gandhi\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.27.0.apk [info] [ADB] Using 'apksigner.jar' from 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\build-tools\33.0.2\lib\apksigner.jar' [debug] [ADB] Starting apksigner: 'C:\\Program Files\\Java\\jdk-17\\bin\\java.exe' -Xmx1024M -Xss1m -jar 'C:\\Users\\Jay Gandhi\\AppData\\Local\\Android\\Sdk\\build-tools\\33.0.2\\lib\\apksigner.jar' verify --print-certs 'C:\\Users\\Jay Gandhi\\AppData\\Local\\Programs\\Appium Server GUI\\resources\\app\\node_modules\\appium\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-v4.27.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-v4.27.0.apk' [info] [ADB] 'C:\Users\Jay Gandhi\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.27.0.apk' is signed with the default certificate [debug] [ADB] Getting install status for io.appium.uiautomator2.server.test [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a 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\Jay Gandhi\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk [debug] [ADB] Starting apksigner: 'C:\\Program Files\\Java\\jdk-17\\bin\\java.exe' -Xmx1024M -Xss1m -jar 'C:\\Users\\Jay Gandhi\\AppData\\Local\\Android\\Sdk\\build-tools\\33.0.2\\lib\\apksigner.jar' verify --print-certs 'C:\\Users\\Jay Gandhi\\AppData\\Local\\Programs\\Appium Server GUI\\resources\\app\\node_modules\\appium\\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' [info] [ADB] 'C:\Users\Jay Gandhi\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk' is signed with the default certificate [info] [UiAutomator2] Server packages are not going to be (re)installed [debug] [UiAutomator2] Waiting up to 30000ms for services to be available [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell pm list instrumentation' [debug] [UiAutomator2] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available [info] [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\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'[debug] [UiAutomator2] No app capability. Assuming it is already on the device [debug] [UiAutomator2] Performing shallow cleanup of automation leftovers [debug] [UiAutomator2] The following obsolete sessions are still running: ["7088ca7e-8900-4fa0-ac1e-25e1035f9f1f"] [debug] [UiAutomator2] Cleaning up 1 obsolete session[debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell am force-stop io.appium.uiautomator2.server.test'[info] [UiAutomator2] Starting UIAutomator2 server 4.27.0 [info] [UiAutomator2] Using UIAutomator2 server from 'C:\Users\Jay Gandhi\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.27.0.apk' and test from 'C:\Users\Jay Gandhi\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk' [info] [UiAutomator2] Waiting up to 30000ms for UiAutomator2 to be online... [debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","cb1dfd9a","shell","am","instrument","-w","-e","disableAnalytics",true,"io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"] [debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body [info] [WD Proxy] socket hang up[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body [info] [WD Proxy] socket hang up[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body [info] [WD Proxy] socket hang up[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body [info] [WD Proxy] socket hang up[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body [info] [WD Proxy] socket hang up[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body [info] [WD Proxy] socket hang up[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body [info] [WD Proxy] socket hang up[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body [info] [WD Proxy] socket hang up [debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body [info] [WD Proxy] socket hang up[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body [info] [WD Proxy] socket hang up [debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body [info] [WD Proxy] socket hang up[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body [info] [WD Proxy] socket hang up[debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body[info] [WD Proxy] socket hang up[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8203/wd/hub/status] with no body[debug] [WD Proxy] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}} [debug] [UiAutomator2] The initialization of the instrumentation process took 7215ms [debug] [WD Proxy] Matched '/session' to command name 'createSession' [debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8203/wd/hub/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","DEVICE_NAME":"Redmi note 11","PLATFORM_NAME":"Android","PLATFORM_VERSION":"12 SKQ1.211103.001","UDID":"cb1dfd9a","appActivity":"com.infoweb.smartcity311.demo.MainActivity","appPackage":"com.infoweb.smartcity311.demo","autoGrantPermissions":true,"newCommandTimeout":0,"noReset":true},"platformName":"android","DEVICE_NAME":"Redmi note 11","PLATFORM_NAME":"Android","PLATFORM_VERSION":"12 SKQ1.211103.001","UDID":"cb1dfd9a","appActivity":"com.infoweb.smartcity311.demo.MainActivity","appPackage":"com.infoweb.smartcity311.demo","autoGrantPermissions":true,"newCommandTimeout":0,"noReset":true,"deviceName":"cb1dfd9a","deviceUDID":"cb1dfd9a"}],"alwaysMatch":{}}} [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","DEVICE_NAME":"Redmi note 11","PLATFORM_NAME":"Android","PLATFORM_VERSION":"12 SKQ1.211103.001","UDID":"cb1dfd9a","appActivity":"com.infoweb.smartcity311.demo.MainActivity","appPackage":"com.infoweb.smartcity311.demo","autoGrantPermissions":true,"newCommandTimeout":0,"noReset":true},"platformName":"android","DEVICE_NAME":"Redmi note 11","PLATFORM_NAME":"Android","PLATFORM_VERSION":"12 SKQ1.211103.001","UDID":"cb1dfd9a","appActivity":"com.infoweb.smartcity311.demo.MainActivity","appPackage":"com.infoweb.smartcity311.demo","autoGrantPermissions":true,"newCommandTimeout":0,"noReset":true,"deviceName":"cb1dfd9a","deviceUDID":"cb1dfd9a"}],"alwaysMatch":{}},"sessionId":"2aa12151-247b-4f12-a9dd-3f... [info] [WD Proxy] Determined the downstream protocol as 'W3C' [debug] [WD Proxy] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/appium/device/info] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"androidId":"462632cf3dba52ee","apiVersion":"31","bluetooth":{"state":"OFF"},"brand":"Redmi","carrierName":"","displayDensity":439,"locale":"en_IN","manufacturer":"Xiaomi","model":"2201117TI","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":68825,"linkUpstreamBandwidthKbps":117735,"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":-55,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":"","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":-1,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"12","realDisplaySize":"1080x2400","timeZone":"Asia/Kolkata"}} [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell dumpsys window'[info] [AndroidDriver] Screen already unlocked, doing nothing [info] [UiAutomator2] Starting 'com.infoweb.smartcity311.demo/com.infoweb.smartcity311.demo.MainActivity and waiting for 'com.infoweb.smartcity311.demo/com.infoweb.smartcity311.demo.MainActivity' [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell am start -W -n com.infoweb.smartcity311.demo/com.infoweb.smartcity311.demo.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'[debug] [WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/appium/device/pixel_ratio] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":2.74375} [debug] [WD Proxy] Matched '/appium/device/system_bars' to command name 'getSystemBars' [debug] [WD Proxy] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/appium/device/system_bars] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"statusBar":93}} [debug] [WD Proxy] Matched '/window/current/size' to command name 'getWindowSize' [debug] [WD Proxy] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/window/current/size] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"height":2177,"width":1080}} [info] [Appium] New AndroidUiautomator2Driver session created successfully, session d17a3dbb-ca0d-400b-9758-0273ed720234 added to master session list [debug] [BaseDriver] Event 'newSessionStarted' logged at 1681907200964 (17:56:40 GMT+0530 (India Standard Time)) [debug] [W3C (d17a3dbb)] Cached the protocol value 'W3C' for the new session d17a3dbb-ca0d-400b-9758-0273ed720234 [debug] [W3C (d17a3dbb)] 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","DEVICE_NAME":"Redmi note 11","PLATFORM_NAME":"Android","PLATFORM_VERSION":"12 SKQ1.211103.001","UDID":"cb1dfd9a","appActivity":"com.infoweb.smartcity311.demo.MainActivity","appPackage":"com.infoweb.smartcity311.demo","autoGrantPermissions":true,"newCommandTimeout":0,"noReset":true},"platformName":"android","DEVICE_NAME":"Redmi note 11","PLATFORM_NAME":"Android","PLATFORM_VERSION":"12 SKQ1.211103.001","UDID":"cb1dfd9a","appActivity":"com.infoweb.smartcity311.demo.MainActivity","appPackage":"com.infoweb.smartcity311.demo","autoGrantPermissions":true,"newCommandTimeout":0,"noReset":true,"deviceName":"cb1dfd9a","deviceUDID":"cb1dfd9a","deviceApiLevel":31,"platformVersion":"12","deviceScreenSize":"1080x2400","deviceScreenDensity":439,"deviceModel":"2201117TI","deviceM... [info] [HTTP] <-- POST /wd/hub/session 200 19777 ms - 1207 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":30000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,30000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":30000}} [debug] [BaseDriver] Set implicit wait to 30000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 8 ms - 14 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/appium/device/current_package [info] [HTTP] {} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.getCurrentPackage() with args: ["d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [ADB] Getting focused package and activity [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell dumpsys window displays'[debug] [W3C (d17a3dbb)] Responding to client with driver.getCurrentPackage() result: "com.infoweb.smartcity311.demo" [info] [HTTP] <-- GET /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/appium/device/current_package 200 126 ms - 41 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/execute/sync [info] [HTTP] {"script":"mobile: shell","args":[{"command":"pm grant com.infoweb.smartcity311.demo android.permission.READ_EXTERNAL_STORAGE"}]} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.execute() with args: ["mobile: shell",[{"command":"pm grant com.infoweb.smartcity311.demo android.permission.READ_EXTERNAL_STORAGE"}],"d17a3dbb-ca0d-400b-9758-0273ed720234"] [info] [AndroidDriver] Executing native command 'mobile: shell' [debug] [AndroidDriver] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell 'pm grant com.infoweb.smartcity311.demo android.permission.READ_EXTERNAL_STORAGE'' [debug] [W3C (d17a3dbb)] Responding to client with driver.execute() result: "" [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/execute/sync 200 111 ms - 12 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/execute/sync [info] [HTTP] {"script":"mobile: shell","args":[{"command":"pm grant com.infoweb.smartcity311.demo android.permission.WRITE_EXTERNAL_STORAGE"}]} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.execute() with args: ["mobile: shell",[{"command":"pm grant com.infoweb.smartcity311.demo android.permission.WRITE_EXTERNAL_STORAGE"}],"d17a3dbb-ca0d-400b-9758-0273ed720234"] [info] [AndroidDriver] Executing native command 'mobile: shell' [debug] [AndroidDriver] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell 'pm grant com.infoweb.smartcity311.demo android.permission.WRITE_EXTERNAL_STORAGE''[debug] [W3C (d17a3dbb)] Responding to client with driver.execute() result: "" [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/execute/sync 200 120 ms - 12 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/execute/sync [info] [HTTP] {"script":"mobile: shell","args":[{"command":"pm grant com.infoweb.smartcity311.demo android.permission.CAMERA"}]} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.execute() with args: ["mobile: shell",[{"command":"pm grant com.infoweb.smartcity311.demo android.permission.CAMERA"}],"d17a3dbb-ca0d-400b-9758-0273ed720234"] [info] [AndroidDriver] Executing native command 'mobile: shell' [debug] [AndroidDriver] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell 'pm grant com.infoweb.smartcity311.demo android.permission.CAMERA'' [debug] [W3C (d17a3dbb)] Responding to client with driver.execute() result: "" [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/execute/sync 200 106 ms - 12 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/network_connection [info] [HTTP] {"name":"network_connection","parameters":{"type":2}} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.setNetworkConnection() with args: [2,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [info] [AndroidDriver] Setting network connection [info] [AndroidDriver] Getting network connection [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell settings get global airplane_mode_on'[debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell settings get global wifi_on' [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell settings get global mobile_data'[info] [AndroidDriver] Not changing airplane mode, since it is already disabled [info] [AndroidDriver] Not changing data connection/Wi-Fi states, since they are already set to expected values [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell settings get global airplane_mode_on' [debug] [W3C (d17a3dbb)] Responding to client with driver.setNetworkConnection() result: 2 [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/network_connection 200 472 ms - 11 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.EditText[@index='2']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.EditText[@index='2']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.EditText[@index='2']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 194 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.EditText[@index='2']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 759 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.EditText[@index='2']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff00000026","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000026"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000026","ELEMENT":"00000000-0000-00aa-ffff-ffff00000026"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 1934 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000026/value [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff00000026","text":"qa_delhi@yopmail.com","value":["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"]} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.setValue() with args: [["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"],"00000000-0000-00aa-ffff-ffff00000026","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff00000026/value' to command name 'setValue' [debug] [Protocol Converter] Added 'value' property ["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"] to 'setValue' request body [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff00000026/value] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff00000026/value] with body: {"elementId":"00000000-0000-00aa-ffff-ffff00000026","text":"qa_delhi@yopmail.com","replace":false,"value":["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"]}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff00000026","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000026"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000026","ELEMENT":"00000000-0000-00aa-ffff-ffff00000026"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 1934 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000026/value [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff00000026","text":"qa_delhi@yopmail.com","value":["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"]} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.setValue() with args: [["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"],"00000000-0000-00aa-ffff-ffff00000026","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff00000026/value' to command name 'setValue' [debug] [Protocol Converter] Added 'value' property ["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"] to 'setValue' request body [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff00000026/value] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff00000026/value] with body: {"elementId":"00000000-0000-00aa-ffff-ffff00000026","text":"qa_delhi@yopmail.com","replace":false,"value":["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"]} [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.setValue() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000026/value 200 693 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":30000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,30000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":30000}} [debug] [BaseDriver] Set implicit wait to 30000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 3 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.EditText[@index='4']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.EditText[@index='4']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.EditText[@index='4']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff00000026","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000026"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000026","ELEMENT":"00000000-0000-00aa-ffff-ffff00000026"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 1934 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000026/value [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff00000026","text":"qa_delhi@yopmail.com","value":["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"]} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.setValue() with args: [["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"],"00000000-0000-00aa-ffff-ffff00000026","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff00000026/value' to command name 'setValue' [debug] [Protocol Converter] Added 'value' property ["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"] to 'setValue' request body [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff00000026/value] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff00000026/value] with body: {"elementId":"00000000-0000-00aa-ffff-ffff00000026","text":"qa_delhi@yopmail.com","replace":false,"value":["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"]}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff00000026","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000026"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000026","ELEMENT":"00000000-0000-00aa-ffff-ffff00000026"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 1934 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000026/value [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff00000026","text":"qa_delhi@yopmail.com","value":["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"]} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.setValue() with args: [["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"],"00000000-0000-00aa-ffff-ffff00000026","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff00000026/value' to command name 'setValue' [debug] [Protocol Converter] Added 'value' property ["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"] to 'setValue' request body [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff00000026/value] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff00000026/value] with body: {"elementId":"00000000-0000-00aa-ffff-ffff00000026","text":"qa_delhi@yopmail.com","replace":false,"value":["q","a","_","d","e","l","h","i","@","y","o","p","m","a","i","l",".","c","o","m"]}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff00000028","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000028"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000028","ELEMENT":"00000000-0000-00aa-ffff-ffff00000028"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 657 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000028/value [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff00000028","text":"Qa@123456","value":["Q","a","@","1","2","3","4","5","6"]} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.setValue() with args: [["Q","a","@","1","2","3","4","5","6"],"00000000-0000-00aa-ffff-ffff00000028","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff00000028/value' to command name 'setValue' [debug] [Protocol Converter] Added 'value' property ["Q","a","@","1","2","3","4","5","6"] to 'setValue' request body [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff00000028/value] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff00000028/value] with body: {"elementId":"00000000-0000-00aa-ffff-ffff00000028","text":"Qa@123456","replace":false,"value":["Q","a","@","1","2","3","4","5","6"]}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.setValue() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000028/value 200 564 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":30000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,30000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":30000}} [debug] [BaseDriver] Set implicit wait to 30000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 3 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.view.View[@index='0']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@index='0']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.view.View[@index='0']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff00000030","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000030"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000030","ELEMENT":"00000000-0000-00aa-ffff-ffff00000030"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 662 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000030/click [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff00000030"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.click() with args: ["00000000-0000-00aa-ffff-ffff00000030","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff00000030/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff00000030/click] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff00000030/click] with body: {"element":"00000000-0000-00aa-ffff-ffff00000030"}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000030/click 200 71 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":30000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,30000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":30000}} [debug] [BaseDriver] Set implicit wait to 30000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 2 ms - 14 [info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Wet Waste Collection Module']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Wet Waste Collection Module']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff000001c4","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff000001c4"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff000001c4","ELEMENT":"00000000-0000-00aa-ffff-ffff000001c4"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 452 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff000001c4/click [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff000001c4"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.click() with args: ["00000000-0000-00aa-ffff-ffff000001c4","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff000001c4/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff000001c4/click] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff000001c4/click] with body: {"element":"00000000-0000-00aa-ffff-ffff000001c4"} [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff000001c4/click 200 141 ms - 14 [info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Create New Report']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Create New Report']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Create New Report']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff00000222","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000222"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000222","ELEMENT":"00000000-0000-00aa-ffff-ffff00000222"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 305 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000222/click [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff00000222"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.click() with args: ["00000000-0000-00aa-ffff-ffff00000222","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff00000222/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff00000222/click] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff00000222/click] with body: {"element":"00000000-0000-00aa-ffff-ffff00000222"} [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000222/click 200 66 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/appium/app/background [info] [HTTP] {"seconds":5} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.background() with args: [5,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [ADB] Getting focused package and activity [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell dumpsys window displays'[debug] [ADB] Pressing the HOME button [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell input keyevent 3'[debug] [AndroidDriver] Activating app 'com.infoweb.smartcity311.demo' in order to restore it [debug] [AndroidDriver] Activating 'com.infoweb.smartcity311.demo' with 'adb shell monkey -p com.infoweb.smartcity311.demo -c android.intent.category.LAUNCHER 1' command [debug] [ADB] Running 'C:\Users\Jay Gandhi\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s cb1dfd9a shell monkey -p com.infoweb.smartcity311.demo -c android.intent.category.LAUNCHER 1'[debug] [AndroidDriver] Command stdout: bash arg: -p [debug] [AndroidDriver] bash arg: com.infoweb.smartcity311.demo [debug] [AndroidDriver] bash arg: -c [debug] [AndroidDriver] bash arg: android.intent.category.LAUNCHER [debug] [AndroidDriver] bash arg: 1 [debug] [AndroidDriver] Events injected: 1 [debug] [AndroidDriver] ## Network stats: elapsed time=66ms (0ms mobile, 0ms wifi, 66ms not connected) [debug] [W3C (d17a3dbb)] Responding to client with driver.background() result: true [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/appium/app/background 200 12261 ms - 14 [info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Next']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Next']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Next']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff0000024f","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff0000024f"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff0000024f","ELEMENT":"00000000-0000-00aa-ffff-ffff0000024f"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 251 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff0000024f/click [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff0000024f"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.click() with args: ["00000000-0000-00aa-ffff-ffff0000024f","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff0000024f/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff0000024f/click] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff0000024f/click] with body: {"element":"00000000-0000-00aa-ffff-ffff0000024f"} [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff0000024f/click 200 96 ms - 14 [info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.EditText[@index='1'] "} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.EditText[@index='1'] ","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.EditText[@index='1'] ","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff00000256","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000256"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000256","ELEMENT":"00000000-0000-00aa-ffff-ffff00000256"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 263 ms - 137 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000256/text [info] [HTTP] {} [info] [W3C (d17a3dbb)] Driver proxy active, passing request on via HTTP proxy [debug] [WD Proxy] Matched '/wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000256/text' to command name 'getText' [debug] [WD Proxy] Proxying [GET /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000256/text] to [GET http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff00000256/text] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":"compost Id"} [info] [WD Proxy] Replacing sessionId 2aa12151-247b-4f12-a9dd-3f07aaae5233 with d17a3dbb-ca0d-400b-9758-0273ed720234 [info] [HTTP] <-- GET /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000256/text 200 29 ms - 73 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000256/value [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff00000256","text":"QA_automation","value":["Q","A","_","a","u","t","o","m","a","t","i","o","n"]} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.setValue() with args: [["Q","A","_","a","u","t","o","m","a","t","i","o","n"],"00000000-0000-00aa-ffff-ffff00000256","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff00000256/value' to command name 'setValue' [debug] [Protocol Converter] Added 'value' property ["Q","A","_","a","u","t","o","m","a","t","i","o","n"] to 'setValue' request body [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff00000256/value] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff00000256/value] with body: {"elementId":"00000000-0000-00aa-ffff-ffff00000256","text":"QA_automation","replace":false,"value":["Q","A","_","a","u","t","o","m","a","t","i","o","n"]}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.setValue() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000256/value 200 581 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":30000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,30000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":30000}} [debug] [BaseDriver] Set implicit wait to 30000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 3 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.EditText[@text='Vehicle Number']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.EditText[@text='Vehicle Number']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.EditText[@text='Vehicle Number']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff00000258","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000258"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000258","ELEMENT":"00000000-0000-00aa-ffff-ffff00000258"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 1200 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000258/value [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff00000258","text":"GJ27BH7770","value":["G","J","2","7","B","H","7","7","7","0"]} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.setValue() with args: [["G","J","2","7","B","H","7","7","7","0"],"00000000-0000-00aa-ffff-ffff00000258","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff00000258/value' to command name 'setValue' [debug] [Protocol Converter] Added 'value' property ["G","J","2","7","B","H","7","7","7","0"] to 'setValue' request body [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff00000258/value] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff00000258/value] with body: {"elementId":"00000000-0000-00aa-ffff-ffff00000258","text":"GJ27BH7770","replace":false,"value":["G","J","2","7","B","H","7","7","7","0"]}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.setValue() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000258/value 200 580 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":30000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,30000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":30000}} [debug] [BaseDriver] Set implicit wait to 30000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 3 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.EditText[@text='Wet Waste Weight Kg']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.EditText[@text='Wet Waste Weight Kg']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.EditText[@text='Wet Waste Weight Kg']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff0000025a","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff0000025a"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff0000025a","ELEMENT":"00000000-0000-00aa-ffff-ffff0000025a"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 720 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff0000025a/value [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff0000025a","text":"78787878778","value":["7","8","7","8","7","8","7","8","7","7","8"]} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.setValue() with args: [["7","8","7","8","7","8","7","8","7","7","8"],"00000000-0000-00aa-ffff-ffff0000025a","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff0000025a/value' to command name 'setValue' [debug] [Protocol Converter] Added 'value' property ["7","8","7","8","7","8","7","8","7","7","8"] to 'setValue' request body [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff0000025a/value] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff0000025a/value] with body: {"elementId":"00000000-0000-00aa-ffff-ffff0000025a","text":"78787878778","replace":false,"value":["7","8","7","8","7","8","7","8","7","7","8"]}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.setValue() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff0000025a/value 200 571 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":30000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,30000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":30000}} [debug] [BaseDriver] Set implicit wait to 30000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 1 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.EditText[@text='Description']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.EditText[@text='Description']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.EditText[@text='Description']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff0000025c","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff0000025c"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff0000025c","ELEMENT":"00000000-0000-00aa-ffff-ffff0000025c"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 736 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff0000025c/value [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff0000025c","text":"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in t... [debug] [W3C (d17a3dbb)] Calling AppiumDriver.setValue() with args: [["L","o","r","e","m"," ","I","p","s","u","m"," ","i","s"," ","s","i","m","p","l","y"," ","d","u","m","m","y"," ","t","e","x","t"," ","o","f"," ","t","h","e"," ","p","r","i","n","t","i","n","g"," ","a","n","d"," ","t","y","p","e","s","e","t","t","i","n","g"," ","i","n","d","u","s","t","r","y","."," ","L","o","r","e","m"," ","I","p","s","u","m"," ","h","a","s"," ","b","e","e","n"," ","t","h","e"," ","i","n","d","u","s","t","r","y","'","s"," ","s","t","a","n","d","a","r","d"," ","d","u","m","m","y"," ","t","e","x","t"," ","e","v","e","r"," ","s","i","n","c","e"," ","t","h","e"," ","1","5","0","0","s",","," ","w","h","e","n"," ","a","n"," ","u","n","k","n","o","w","n"," ","p","r","i","n","t","e","r"," ","t","o","o","k"," ","a"," ","g","a","l","l","e","y"," ","o","f"," ","t","y","p","e"," ","a","n","d"," ","s","c","r","a","m","b","l","e","d"," ","i","t"," ","t","o"," ","m","a","k","e"," ","a"," ","t","y","p","e"," ","s","p","e","c","i","m","e","n"," ","b","o","o","k","."," ","I","t"," ","h","a","s"," ","s","u"... [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff0000025c/value' to command name 'setValue' [debug] [Protocol Converter] Added 'value' property ["L","o","r","e","m"," ","I","p","s","u","m"," ","i","s"," ","s","i","m","p","l","y"," ","d","u","m","m","y"," ","t","e","x","t"," ","o","f"," ","t","h","e"," ","p","r","i","n","t","i","n","g"," ","a","n","d"," ","t","y","p","e","s","e","t","t","i","n","g"," ","i","n","d","u","s","t","r","y","."," ","L","o","r","e","m"," ","I","p","s","u","m"," ","h","a","s"," ","b","e","e","n"," ","t","h","e"," ","i","n","d","u","s","t","r","y","'","s"," ","s","t","a","n","d","a","r","d"," ","d","u","m","m","y"," ","t","e","x","t"," ","e","v","e","r"," ","s","i","n","c","e"," ","t","h","e"," ","1","5","0","0","s",","," ","w","h","e","n"," ","a","n"," ","u","n","k","n","o","w","n"," ","p","r","i","n","t","e","r"," ","t","o","o","k"," ","a"," ","g","a","l","l","e","y"," ","o","f"," ","t","y","p","e"," ","a","n","d"," ","s","c","r","a","m","b","l","e","d"," ","i","t"," ","t","o"," ","m","a","k","e"," ","a"," ","t","y","p","e"," ","s","p","e","c","i","m","e","n"," ","b","o","o","k","."," ","I","t"," ","h","a","s"," ","s","u","r","v","i","v","e","d"," ","n","o","t"," ","o","n","l","y"," ","f","i","v","e"," ","c","e","n","t","u","r","i","e","s",","," ","b","u","t"," ","a","l","s","o"," ","t","h","e"," ","l","e","a","p"," ","i","n","t","o"," ","e","l","e","c","t","r","o","n","i","c"," ","t","y","p","e","s","e","t","t","i","n","g",","," ","r","e","m","a","i","n","i","n","g"," ","e","s","s","e","n","t","i","a","l","l","y"," ","u","n","c","h","a","n","g","e","d","."," ","I","t"," ","w","a","s"," ","p","o","p","u","l","a","r","i","s","e","d"," ","i","n"," ","t","h","e"," ","1","9","6","0","s"," ","w","i","t","h"," ","t","h","e"," ","r","e","l","e","a","s","e"," ","o","f"," ","L","e","t","r","a","s","e","t"," ","s","h","e","e","t","s"," ","c","o","n","t","a","i","n","i","n","g"," ","L","o","r","e","m"," ","I","p","s","u","m"," ","p","a","s","s","a","g","e","s",","," ","a","n","d"," ","m","o","r","e"," ","r","e","c","e","n","t","l","y"," ","w","i","t","h"," ","d","e","s","k","t","o","p"," ","p","u","b","l","i","s","h","i","n","g"," ","s","o","f","t","w","a","r","e"," ","l","i","k","e"," ","A","l","d","u","s"," ","P","a","g","e","M","a","k","e","r"," ","i","n","c","l","u","d","i","n","g"," ","v","e","r","s","i","o","n","s"," ","o","f"," ","L","o","r","e","m"," ","I","p","s","u","m",".","\n","\n","L","o","r","e","m"," ","I","p","s","u","m"," ","i","s"," ","s","i","m","p","l","y"," ","d","u","m","m","y"," ","t","e","x","t"," ","o","f"," ","t","h","e"," ","p","r","i","n","t","i","n","g"," ","a","n","d"," ","t","y","p","e","s","e","t","t","i","n","g"," ","i","n","d","u","s","t","r","y","."," ","L","o","r","e","m"," ","I","p","s","u","m"," ","h","a","s"," ","b","e","e","n"," ","t","h","e"," ","i","n","d","u","s","t","r","y","'","s"," ","s","t","a","n","d","a","r","d"," ","d","u","m","m","y"," ","t","e","x","t"," ","e","v","e","r"," ","s","i","n","c","e"," ","t","h","e"," ","1","5","0","0","s",","," ","w","h","e","n"," ","a","n"," ","u","n","k","n","o","w","n"," ","p","r","i","n","t","e","r"," ","t","o","o","k"," ","a"," ","g","a","l","l","e","y"," ","o","f"," ","t","y","p","e"," ","a","n","d"," ","s","c","r","a","m","b","l","e","d"," ","i","t"," ","t","o"," ","m","a","k","e"," ","a"," ","t","y","p","e"," ","s","p","e","c","i","m","e","n"," ","b","o","o","k","."," ","I","t"," ","h","a","s"," ","s","u","r","v","i","v","e","d"," ","n","o","t"," ","o","n","l","y"," ","f","i","v","e"," ","c","e","n","t","u","r","i","e","s",","," ","b","u","t"," ","a","l","s","o"," ","t","h","e"," ","l","e","a","p"," ","i","n","t","o"," ","e","l","e","c","t","r","o","n","i","c"," ","t","y","p","e","s","e","t","t","i","n","g",","," ","r","e","m","a","i","n","i","n","g"," ","e","s","s","e","n","t","i","a","l","l","y"," ","u","n","c","h","a","n","g","e","d","."," ","I","t"," ","w","a","s"," ","p","o","p","u","l","a","r","i","s","e","d"," ","i","n"," ","t","h","e"," ","1","9","6","0","s"," ","w","i","t","h"," ","t","h","e"," ","r","e","l","e","a","s","e"," ","o","f"," ","L","e","t","r","a","s","e","t"," ","s","h","e","e","t","s"," ","c","o","n","t","a","i","n","i","n","g"," ","L","o","r","e","m"," ","I","p","s","u","m"," ","p","a","s","s","a","g","e","s",","," ","a","n","d"," ","m","o","r","e"," ","r","e","c","e","n","t","l","y"," ","w","i","t","h"," ","d","e","s","k","t","o","p"," ","p","u","b","l","i","s","h","i","n","g"," ","s","o","f","t","w","a","r","e"," ","l","i","k","e"," ","A","l","d","u","s"," ","P","a","g","e","M","a","k","e","r"," ","i","n","c","l","u","d","i","n","g"," ","v","e","r","s","i","o","n","s"," ","o","f"," ","L","o","r","e","m"," ","I","p","s","u","m",".","\n","\n"] to 'setValue' request body [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff0000025c/value] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff0000025c/value] with body: {"elementId":"00000000-0000-00aa-ffff-ffff0000025c","text":"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularis...[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.setValue() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff0000025c/value 200 598 ms - 14 [info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.view.ViewGroup[@index='9']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.ViewGroup[@index='9']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.view.ViewGroup[@index='9']","context":"","multiple":false} [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff0000025e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff0000025e"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff0000025e","ELEMENT":"00000000-0000-00aa-ffff-ffff0000025e"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 182 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff0000025e/click [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff0000025e"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.click() with args: ["00000000-0000-00aa-ffff-ffff0000025e","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff0000025e/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff0000025e/click] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff0000025e/click] with body: {"element":"00000000-0000-00aa-ffff-ffff0000025e"}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff0000025e/click 200 480 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":30000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,30000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":30000}} [debug] [BaseDriver] Set implicit wait to 30000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 2 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Take Photo']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Take Photo']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Take Photo']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00ad-ffff-ffff00000274","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00ad-ffff-ffff00000274"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00ad-ffff-ffff00000274","ELEMENT":"00000000-0000-00ad-ffff-ffff00000274"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 156 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00ad-ffff-ffff00000274/click [info] [HTTP] {"id":"00000000-0000-00ad-ffff-ffff00000274"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.click() with args: ["00000000-0000-00ad-ffff-ffff00000274","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00ad-ffff-ffff00000274/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00ad-ffff-ffff00000274/click] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00ad-ffff-ffff00000274/click] with body: {"element":"00000000-0000-00ad-ffff-ffff00000274"}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00ad-ffff-ffff00000274/click 200 678 ms - 14 [info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.view.View[@content-desc=\"Shutter button\"]"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[@content-desc=\"Shutter button\"]","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Shutter button\"]","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 951 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.view.View[@content-desc=\"Shutter button\"]","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00ae-ffff-ffff00000060","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00ae-ffff-ffff00000060"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00ae-ffff-ffff00000060","ELEMENT":"00000000-0000-00ae-ffff-ffff00000060"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 2713 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00ae-ffff-ffff00000060/click [info] [HTTP] {"id":"00000000-0000-00ae-ffff-ffff00000060"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.click() with args: ["00000000-0000-00ae-ffff-ffff00000060","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00ae-ffff-ffff00000060/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00ae-ffff-ffff00000060/click] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00ae-ffff-ffff00000060/click] with body: {"element":"00000000-0000-00ae-ffff-ffff00000060"}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00ae-ffff-ffff00000060/click 200 75 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":30000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,30000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":30000}} [debug] [BaseDriver] Set implicit wait to 30000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 2 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.ImageView[@content-desc=\"Done\"]"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.ImageView[@content-desc=\"Done\"]","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.ImageView[@content-desc=\"Done\"]","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 191 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.ImageView[@content-desc=\"Done\"]","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 1453 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.ImageView[@content-desc=\"Done\"]","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 2517 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.ImageView[@content-desc=\"Done\"]","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00ae-ffff-ffff000000a1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00ae-ffff-ffff000000a1"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00ae-ffff-ffff000000a1","ELEMENT":"00000000-0000-00ae-ffff-ffff000000a1"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 3945 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00ae-ffff-ffff000000a1/click [info] [HTTP] {"id":"00000000-0000-00ae-ffff-ffff000000a1"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.click() with args: ["00000000-0000-00ae-ffff-ffff000000a1","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00ae-ffff-ffff000000a1/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00ae-ffff-ffff000000a1/click] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00ae-ffff-ffff000000a1/click] with body: {"element":"00000000-0000-00ae-ffff-ffff000000a1"} [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00ae-ffff-ffff000000a1/click 200 83 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":30000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,30000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":30000}} [debug] [BaseDriver] Set implicit wait to 30000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 2 ms - 14 [info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@content-desc=\"Crop\"]"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@content-desc=\"Crop\"]","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@content-desc=\"Crop\"]","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 1055 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@content-desc=\"Crop\"]","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00b0-ffff-ffff000002b1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00b0-ffff-ffff000002b1"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00b0-ffff-ffff000002b1","ELEMENT":"00000000-0000-00b0-ffff-ffff000002b1"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 1849 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00b0-ffff-ffff000002b1/click [info] [HTTP] {"id":"00000000-0000-00b0-ffff-ffff000002b1"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.click() with args: ["00000000-0000-00b0-ffff-ffff000002b1","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00b0-ffff-ffff000002b1/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00b0-ffff-ffff000002b1/click] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00b0-ffff-ffff000002b1/click] with body: {"element":"00000000-0000-00b0-ffff-ffff000002b1"} [debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00b0-ffff-ffff000002b1/click 200 42 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":30000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,30000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":30000}} [debug] [BaseDriver] Set implicit wait to 30000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 1 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Submit']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Submit']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 30000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Submit']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 744 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Submit']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 1379 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Submit']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 2318 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Submit']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":{"ELEMENT":"00000000-0000-00aa-ffff-ffff00000265","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000265"}} [debug] [W3C (d17a3dbb)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00aa-ffff-ffff00000265","ELEMENT":"00000000-0000-00aa-ffff-ffff00000265"} [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element 200 3017 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000265/click [info] [HTTP] {"id":"00000000-0000-00aa-ffff-ffff00000265"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.click() with args: ["00000000-0000-00aa-ffff-ffff00000265","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [WD Proxy] Matched '/element/00000000-0000-00aa-ffff-ffff00000265/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/00000000-0000-00aa-ffff-ffff00000265/click] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element/00000000-0000-00aa-ffff-ffff00000265/click] with body: {"element":"00000000-0000-00aa-ffff-ffff00000265"}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000265/click 200 469 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":90000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,90000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":90000}} [debug] [BaseDriver] Set implicit wait to 90000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 2 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Wet Waste Collection Module']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Wet Waste Collection Module']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 90000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000265/click 200 469 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":90000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,90000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":90000}} [debug] [BaseDriver] Set implicit wait to 90000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 2 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Wet Waste Collection Module']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Wet Waste Collection Module']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 90000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 198 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 1012 ms so far[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000265/click 200 469 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":90000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,90000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":90000}} [debug] [BaseDriver] Set implicit wait to 90000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 2 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Wet Waste Collection Module']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Wet Waste Collection Module']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 90000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 198 ms so far[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000265/click 200 469 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":90000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,90000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":90000}} [debug] [BaseDriver] Set implicit wait to 90000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 2 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Wet Waste Collection Module']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Wet Waste Collection Module']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 90000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 198 ms so far[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000265/click 200 469 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":90000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,90000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":90000}} [debug] [BaseDriver] Set implicit wait to 90000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 2 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Wet Waste Collection Module']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Wet Waste Collection Module']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 90000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 198 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","value":null} [debug] [W3C (d17a3dbb)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element/00000000-0000-00aa-ffff-ffff00000265/click 200 469 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts [info] [HTTP] {"implicit":90000} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,90000,"d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] W3C timeout argument: {"implicit":90000}} [debug] [BaseDriver] Set implicit wait to 90000ms [debug] [W3C (d17a3dbb)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/timeouts 200 2 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Wet Waste Collection Module']"} [debug] [W3C (d17a3dbb)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Wet Waste Collection Module']","d17a3dbb-ca0d-400b-9758-0273ed720234"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 90000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 198 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 1012 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 1657 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 2321 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 2321 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 2321 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 2998 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 2321 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 2321 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 2998 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 3672 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 4324 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 4966 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 5604 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 6243 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 6856 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 6243 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 6856 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 6243 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 6243 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 6243 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 6856 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 7517 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 6243 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 6856 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 6243 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 6856 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 7517 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 8136 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 8823 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 9462 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 10118 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 10765 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 11423 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 12094 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 12751 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 13393 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 14060 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 14706 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 15377 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 16032 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 15377 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 15377 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 15377 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 16032 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 16689 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 17342 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 17992 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 18659 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 19327 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 19969 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 20605 ms so far[info] [HTTP] <-- POST /wd/hub/session/d17a3dbb-ca0d-400b-9758-0273ed720234/element - - ms - - [info] [HTTP] [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 21282 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 21913 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 21913 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 22522 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 21913 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 23171 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 23703 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 24289 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 24895 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 25646 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 25646 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 25646 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 26315 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 25646 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 25646 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 26315 ms so far[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 25646 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 26315 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 28136 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 28745 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 29372 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 30017 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 30655 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 31314 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 31938 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 32576 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 33212 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 33880 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 34518 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 35137 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 35784 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 36414 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 37059 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 37685 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 38311 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 38956 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 39605 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 38956 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 38956 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 38956 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 39605 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 40272 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 38956 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 39605 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 38956 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 39605 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 40922 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 41568 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 42196 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 43403 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 44028 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 44649 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 45266 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 45916 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 46561 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 47184 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 47815 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 48450 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 49088 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 49722 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 50352 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 50934 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 51494 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 52067 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 52633 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 52633 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 52633 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 53193 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 52633 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 53193 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 53772 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 52633 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 53193 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 53772 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 52633 ms so far [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 53193 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 54422 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 55014 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 55602 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 56229 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 56881 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 57467 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 58104 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 58737 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 59373 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 60001 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 60647 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 61464 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 62076 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 62707 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 63327 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 63949 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 64622 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 65239 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 65867 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 66487 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 67110 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 67690 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 68298 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 68930 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 69556 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 70183 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 70803 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 71422 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 72050 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 72673 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 73324 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 73942 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 74557 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 75214 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 75870 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 76664 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 77269 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 77887 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 78516 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false} [info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 79140 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8203/wd/hub/session/2aa12151-247b-4f12-a9dd-3f07aaae5233/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Wet Waste Collection Module']","context":"","multiple":false}[info] [WD Proxy] Got response with status 404: {"sessionId":"2aa12151-247b-4f12-a9dd-3f07aaae5233","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:266)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:260)\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] [BaseDriver] Waited for 79794 ms so far