Last login: Wed Apr 10 11:29:07 on ttys002 ihorbovkit@Ihors-MBP ~ % appium server -pa /wd/hub [Appium] Welcome to Appium v2.5.2 (REV 92a4311868322188478d7a90511ec0e8e6b0d7df) [Appium] Non-default server args: [Appium] { [Appium] basePath: '/wd/hub' [Appium] } [Appium] The autodetected Appium home path: /Users/ihorbovkit/.appium [Appium] Attempting to load driver uiautomator2... [Appium] Attempting to load driver xcuitest... [Appium] Attempting to load driver safari... [Appium] Requiring driver at /Users/ihorbovkit/.appium/node_modules/appium-xcuitest-driver/build/index.js [Appium] Requiring driver at /Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/build/index.js [Appium] Requiring driver at /Users/ihorbovkit/.appium/node_modules/appium-safari-driver/build/index.js [Appium] XCUITestDriver has been successfully loaded in 1.354s [Appium] AndroidUiautomator2Driver has been successfully loaded in 1.354s [Appium] SafariDriver has been successfully loaded in 1.354s [Appium] Appium REST http interface listener started on http://0.0.0.0:4723/wd/hub [Appium] You can provide the following URLs in your client code to connect to this server: [Appium] http://127.0.0.1:4723/wd/hub (only accessible from the same host) [Appium] http://192.168.31.71:4723/wd/hub [Appium] http://169.254.207.228:4723/wd/hub [Appium] Available drivers: [Appium] - uiautomator2@3.0.7 (automationName 'UiAutomator2') [Appium] - xcuitest@7.11.1 (automationName 'XCUITest') [Appium] - safari@3.5.11 (automationName 'Safari') [Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use. [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 24 ms - 4568 [HTTP] [HTTP] Request idempotency key: 35a144e5-4a66-4d52-98d9-35c6fbe77f01 [HTTP] --> POST /wd/hub/session [HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"appium:app":"/Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk","appium:automationName":"uiautomator2","appium:chromedriverExecutable":"/Users/ihorbovkit/Work/selenium/WebDrivers/chromedriver","appium:deviceName":"22da76b324037ece","appium:platformVersion":"10","applause:options":{"isW3C":"true","isStrict":"false","driverName":"Android","driverType":"Android","factoryKey":"MobileAndroid","osName":"Android","provider":"Local","providerThreadType":"Real","apiKey":null,"runName":null,"productId":null},"platformName":"android"}}} [AppiumDriver@3434] Calling AppiumDriver.createSession() with args: [null,null,{"firstMatch":[{}],"alwaysMatch":{"appium:app":"/Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk","appium:automationName":"uiautomator2","appium:chromedriverExecutable":"/Users/ihorbovkit/Work/selenium/WebDrivers/chromedriver","appium:deviceName":"22da76b324037ece","appium:platformVersion":"10","applause:options":{"isW3C":"true","isStrict":"false","driverName":"Android","driverType":"Android","factoryKey":"MobileAndroid","osName":"Android","provider":"Local","providerThreadType":"Real","apiKey":null,"runName":null,"productId":null},"platformName":"android"}}] [AppiumDriver@3434] Event 'newSessionRequested' logged at 1712739880761 (12:04:40 GMT+0300 (Moscow Standard Time)) [Appium] Attempting to find matching driver for automationName 'uiautomator2' and platformName 'android' [Appium] The 'uiautomator2' driver was installed and matched caps. [Appium] Will require it at /Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver [Appium] Requiring driver at /Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/build/index.js [AppiumDriver@3434] Appium v2.5.2 creating new AndroidUiautomator2Driver (v3.0.7) session [AppiumDriver@3434] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver [AppiumDriver@3434] Appium's BaseDriver version is 9.5.3 [AppiumDriver@3434] AndroidUiautomator2Driver's BaseDriver version is 8.7.3 [AndroidUiautomator2Driver@3c41] Creating session with W3C capabilities: { [AndroidUiautomator2Driver@3c41] "alwaysMatch": { [AndroidUiautomator2Driver@3c41] "applause:options": { [AndroidUiautomator2Driver@3c41] "isW3C": "true", [AndroidUiautomator2Driver@3c41] "isStrict": "false", [AndroidUiautomator2Driver@3c41] "driverName": "Android", [AndroidUiautomator2Driver@3c41] "driverType": "Android", [AndroidUiautomator2Driver@3c41] "factoryKey": "MobileAndroid", [AndroidUiautomator2Driver@3c41] "osName": "Android", [AndroidUiautomator2Driver@3c41] "provider": "Local", [AndroidUiautomator2Driver@3c41] "providerThreadType": "Real", [AndroidUiautomator2Driver@3c41] "apiKey": null, [AndroidUiautomator2Driver@3c41] "runName": null, [AndroidUiautomator2Driver@3c41] "productId": null [AndroidUiautomator2Driver@3c41] }, [AndroidUiautomator2Driver@3c41] "platformName": "android", [AndroidUiautomator2Driver@3c41] "appium:app": "/Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk", [AndroidUiautomator2Driver@3c41] "appium:automationName": "uiautomator2", [AndroidUiautomator2Driver@3c41] "appium:chromedriverExecutable": "/Users/ihorbovkit/Work/selenium/WebDrivers/chromedriver", [AndroidUiautomator2Driver@3c41] "appium:deviceName": "22da76b324037ece", [AndroidUiautomator2Driver@3c41] "appium:platformVersion": "10" [AndroidUiautomator2Driver@3c41] }, [AndroidUiautomator2Driver@3c41] "firstMatch": [ [AndroidUiautomator2Driver@3c41] {} [AndroidUiautomator2Driver@3c41] ] [AndroidUiautomator2Driver@3c41] } [AndroidUiautomator2Driver@3c41] The following capabilities were provided, but are not recognized by Appium: [AndroidUiautomator2Driver@3c41] applause:options [AndroidUiautomator2Driver@3c41 (ba0ac029)] Session created with session id: ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [ADB] Found 3 'build-tools' folders under '/Users/ihorbovkit/Library/Android/sdk' (newest first): [ADB] /Users/ihorbovkit/Library/Android/sdk/build-tools/32.1.0-rc1 [ADB] /Users/ihorbovkit/Library/Android/sdk/build-tools/32.0.0 [ADB] /Users/ihorbovkit/Library/Android/sdk/build-tools/30.0.3 [ADB] Using 'adb' from '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 start-server' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Retrieving device list [ADB] Trying to find connected Android devices [ADB] Getting connected devices [ADB] Connected devices: [{"udid":"22da76b324037ece","state":"device"}] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Looking for a device with Android '10.0.0' [ADB] Setting device id to 22da76b324037ece [ADB] Getting device platform version [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell getprop ro.build.version.release' [ADB] Current device property 'ro.build.version.release': 10 [AndroidUiautomator2Driver@3c41 (ba0ac029)] Using device: 22da76b324037ece [ADB] Using 'adb' from '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 start-server' [ADB] Setting device id to 22da76b324037ece [BaseDriver] Using local app '/Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Checking whether app is actually present [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell getprop ro.build.version.sdk' [ADB] Current device property 'ro.build.version.sdk': 29 [ADB] Getting device platform version [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell getprop ro.build.version.release' [ADB] Current device property 'ro.build.version.release': 10 [ADB] Device API level: 29 [AndroidUiautomator2Driver@3c41 (ba0ac029)] Relaxing hidden api policy [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece 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'' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Parsing package and activity from app manifest [AndroidUiautomator2Driver@3c41 (ba0ac029)] Pushing settings apk to the device... [ADB] Getting package info for 'io.appium.settings' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell dumpsys package io.appium.settings' [ADB] Package name: 'shop.shop_apotheke.com.shopapotheke.debug' [ADB] Main activity name: 'com.shopapotheke.activities.splash.AliasSplashActivity' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Parsed package and activity are: shop.shop_apotheke.com.shopapotheke.debug/com.shopapotheke.activities.splash.AliasSplashActivity [ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('5.7.7' >= '5.7.7') [ADB] There is no need to install/upgrade '/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/io.appium.settings/apks/settings_apk-debug.apk' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell dumpsys activity services io.appium.settings' [AndroidUiautomator2Driver@3c41 (ba0ac029)] io.appium.settings is already running. There is no need to reset its permissions. [Logcat] Starting logs capture with command: /Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece logcat -v threadtime [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell appops set io.appium.settings android:mock_location allow' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell "[ -e '/data/local/tmp/mock_apps.json' ] && echo __PASS__"' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell cat /data/local/tmp/mock_apps.json' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Forwarding UiAutomator2 Server port 6790 to local port 8200 [ADB] Forwarding system: 8200 to device: 6790 [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward tcp:8200 tcp:6790' [ADB] Getting package info for 'io.appium.uiautomator2.server' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell dumpsys package io.appium.uiautomator2.server' [ADB] Getting install status for io.appium.uiautomator2.server.test [ADB] Checking app cert for /Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell cmd package list packages' [ADB] 'io.appium.uiautomator2.server.test' is installed [ADB] Using 'apksigner.jar' from '/Users/ihorbovkit/Library/Android/sdk/build-tools/32.1.0-rc1/lib/apksigner.jar' [ADB] Starting apksigner: /usr/bin/java -Xmx1024M -Xss1m -jar /Users/ihorbovkit/Library/Android/sdk/build-tools/32.1.0-rc1/lib/apksigner.jar verify --print-certs /Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk [ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('7.0.5' >= '7.0.5') [AndroidUiautomator2Driver@3c41 (ba0ac029)] Server packages status: [{"installState":"sameVersionInstalled","appPath":"/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.5.apk","appId":"io.appium.uiautomator2.server"},{"installState":"sameVersionInstalled","appPath":"/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk","appId":"io.appium.uiautomator2.server.test"}] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Server packages are not going to be (re)installed [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 30000ms for services to be available [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell pm list instrumentation' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available [ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist [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",";"]] [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;' [ADB] apksigner stdout: Signer #1 certificate DN: C=US, O=Android, CN=Android Debug [ADB] Signer #1 certificate SHA-256 digest: 62a3606b3a722c147d40816cf10512ef8b9b072c8425c37a68b90804e2016561 [ADB] Signer #1 certificate SHA-1 digest: 2a0375d15075523c34186be6f1ab2a0f38263f91 [ADB] Signer #1 certificate MD5 digest: 59b2b7fa8efc3fb4ac84130fc432fb15 [ADB] [ADB] '/Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk' is signed with a non-default certificate [ADB] Getting package info for 'shop.shop_apotheke.com.shopapotheke.debug' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell dumpsys package shop.shop_apotheke.com.shopapotheke.debug' [ADB] App '/Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk' is not installed [ADB] Installing '/Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece help' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece features' [ADB] The application at '/Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk' will not be cached, because the device under test has confirmed the support of streamed installs [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece install /Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk' [ADB] The installation of 'qsDebug.apk' took 27800ms [ADB] Install command stdout: Performing Streamed Install [ADB] Success [AndroidUiautomator2Driver@3c41 (ba0ac029)] Performing shallow cleanup of automation leftovers [AndroidUiautomator2Driver@3c41 (ba0ac029)] No obsolete sessions have been detected (socket hang up) [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell am force-stop io.appium.uiautomator2.server.test' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Starting UIAutomator2 server 7.0.5 [AndroidUiautomator2Driver@3c41 (ba0ac029)] Using UIAutomator2 server from '/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v7.0.5.apk' and test from '/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 30000ms for UiAutomator2 to be online... [ADB] Creating ADB subprocess with args: ["-P","5037","-s","22da76b324037ece","shell","am","instrument","-w","-e","disableAnalytics","true","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/status' to command name 'getStatus' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] socket hang up [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/status' to command name 'getStatus' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] socket hang up [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server: [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/status' to command name 'getStatus' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] socket hang up [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/status' to command name 'getStatus' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] socket hang up [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/status' to command name 'getStatus' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] The initialization of the instrumentation process took 4186ms [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/session' to command name 'createSession' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /session] to [POST http://127.0.0.1:8200/session] with body: {"capabilities":{"firstMatch":[{"applause:options":{"isW3C":"true","isStrict":"false","driverName":"Android","driverType":"Android","factoryKey":"MobileAndroid","osName":"Android","provider":"Local","providerThreadType":"Real","apiKey":null,"runName":null,"productId":null},"platformName":"android","app":"/Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk","automationName":"uiautomator2","chromedriverExecutable":"/Users/ihorbovkit/Work/selenium/WebDrivers/chromedriver","deviceName":"22da76b324037ece","platformVersion":"10","platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"applause:options":{"isW3C":"true","isStrict":"false","driverName":"Android","driverType":"Android","factoryKey":"MobileAndroid","osName":"Android","provider":"Local","providerThreadType":"Real","apiKey":null,"runName":null,"productId":null},"platformName":"android","app":"/Users/ihorbo... [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"capabilities":{"firstMatch":[{"applause:options":{"isW3C":"true","isStrict":"false","driverName":"Android","driverType":"Android","factoryKey":"MobileAndroid","osName":"Android","provider":"Local","providerThreadType":"Real","apiKey":null,"runName":null,"productId":null},"platformName":"android","app":"/Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk","automationName":"uiautomator2","chromedriverExecutable":"/Users/ihorbovkit/Work/selenium/WebDrivers/chromedriver","deviceName":"22da76b324037ece","platformVersion":"10","platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"applause:options":{"isW3C":"true","isStrict":"false","driverName":"Android","driverType":"Android","factoryKey":"MobileAndroid","osName":"Android","provider":"Local","providerThreadType":"Real","apiKey":null,"runName":null,"pr... [AndroidUiautomator2Driver@3c41 (ba0ac029)] Determined the downstream protocol as 'W3C' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/appium/device/pixel_ratio] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/appium/device/system_bars' to command name 'getSystemBars' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/appium/device/system_bars] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/window/current/size' to command name 'getWindowSize' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/window/current/size] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/appium/device/info] with no body [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell dumpsys window' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":3} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"height":2220,"width":1080}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"statusBar":72}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"androidId":"b18fd1f917e450b7","apiVersion":"29","bluetooth":{"state":"ON"},"brand":"samsung","carrierName":"","displayDensity":480,"locale":"en_GB","manufacturer":"samsung","model":"SM-G960F","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":1048576,"linkUpstreamBandwidthKbps":1048576,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","signalStrength":-32,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":null,"isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":0,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"10","realDisplaySize":"1080x2220","timeZone":"Europe/Kiev"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Screen already unlocked, doing nothing [AndroidUiautomator2Driver@3c41 (ba0ac029)] Starting 'shop.shop_apotheke.com.shopapotheke.debug/com.shopapotheke.activities.splash.AliasSplashActivity and waiting for 'shop.shop_apotheke.com.shopapotheke.debug/com.shopapotheke.activities.splash.AliasSplashActivity' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell am start -W -n shop.shop_apotheke.com.shopapotheke.debug/com.shopapotheke.activities.splash.AliasSplashActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000' [ADB] Waiting up to 20000ms for activity matching pkg: 'shop.shop_apotheke.com.shopapotheke.debug' and activity: 'com.shopapotheke.activities.splash.AliasSplashActivity' to be focused [ADB] Possible activities, to be checked: 'com.shopapotheke.activities.splash.AliasSplashActivity', 'shop.shop_apotheke.com.shopapotheke.debug.com.shopapotheke.activities.splash.AliasSplashActivity' [ADB] Getting focused package and activity [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell dumpsys window displays' [ADB] Found package: 'shop.shop_apotheke.com.shopapotheke.debug' and fully qualified activity name : 'com.shopapotheke.activities.splash.AliasSplashActivity' [AppiumDriver@3434] New AndroidUiautomator2Driver session created successfully, session ba0ac029-f2bd-40ca-ad55-fbcd78270a06 added to master session list [AppiumDriver@3434] Event 'newSessionStarted' logged at 1712739921081 (12:05:21 GMT+0300 (Moscow Standard Time)) [AndroidUiautomator2Driver@3c41 (ba0ac029)] Cached the protocol value 'W3C' for the new session ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.createSession() result: {"capabilities":{"applause:options":{"isW3C":"true","isStrict":"false","driverName":"Android","driverType":"Android","factoryKey":"MobileAndroid","osName":"Android","provider":"Local","providerThreadType":"Real","apiKey":null,"runName":null,"productId":null},"platformName":"android","app":"/Users/ihorbovkit/Work/app/shopapotheke/qsDebug.apk","automationName":"uiautomator2","chromedriverExecutable":"/Users/ihorbovkit/Work/selenium/WebDrivers/chromedriver","deviceName":"22da76b324037ece","platformVersion":"10","platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"applause:options":{"isW3C":"true","isStrict":"false","driverName":"Android","driverType":"Android","factoryKey":"MobileAndroid","osName":"Android","provider":"Local","providerThreadType":"Real","apiKey":null,"runName":null,"productId":null},"platformName":"android","app":"/Users/ihorbovkit/Work/app/s... [HTTP] <-- POST /wd/hub/session 200 40325 ms - 1599 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Allow\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Allow\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Allow\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 1641 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Allow\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Allow\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Allow\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 525 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Allow\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Allow\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Allow\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 102 ms - 781 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 27 ms - 4568 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Allow\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Allow\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Allow\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 104 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Allow\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Allow\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Allow\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 101 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Allow\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Allow\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Allow\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 94 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Allow\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Allow\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Allow\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 82 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Allow\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Allow\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Allow\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 77 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Allow\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Allow\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Allow\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 64 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*mcv_item.*\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016a-0000-001100000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014"},{"ELEMENT":"00000000-0000-016a-0000-001e00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014"},{"ELEMENT":"00000000-0000-016a-0000-002b00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014"},{"ELEMENT":"00000000-0000-016a-0000-003800000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014"},{"ELEMENT":"00000000-0000-016a-0000-004500000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014"}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014","ELEMENT":"00000000-0000-016a-0000-001100000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014","ELEMENT":"00000000-0000-016a-0000-001e00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014","ELEMENT":"00000000-0000-016a-0000-002b00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014","ELEMENT":"00000000-0000-016a-0000-003800000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014","ELEMENT":"00000000-0000-016a-0000-004500000014"}] [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 117 ms - 651 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*mcv_item.*\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016a-0000-001100000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014"},{"ELEMENT":"00000000-0000-016a-0000-001e00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014"},{"ELEMENT":"00000000-0000-016a-0000-002b00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014"},{"ELEMENT":"00000000-0000-016a-0000-003800000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014"},{"ELEMENT":"00000000-0000-016a-0000-004500000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014"}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014","ELEMENT":"00000000-0000-016a-0000-001100000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014","ELEMENT":"00000000-0000-016a-0000-001e00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014","ELEMENT":"00000000-0000-016a-0000-002b00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014","ELEMENT":"00000000-0000-016a-0000-003800000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014","ELEMENT":"00000000-0000-016a-0000-004500000014"}] [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 80 ms - 651 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001100000014/element [HTTP] {"id":"00000000-0000-016a-0000-001100000014","using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*tv_title\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElementFromElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*tv_title\")","00000000-0000-016a-0000-001100000014","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*tv_title\")","context":"00000000-0000-016a-0000-001100000014","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016a-0000-001500000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001500000014"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001500000014","ELEMENT":"00000000-0000-016a-0000-001500000014"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001100000014/element 200 35 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016a-0000-001500000014","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016a-0000-001500000014/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016a-0000-001500000014/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-001500000014/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/enabled 200 34 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016a-0000-001500000014","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016a-0000-001500000014/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016a-0000-001500000014/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-001500000014/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/displayed 200 52 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/text [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/text' to command name 'getText' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/text] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-001500000014/text] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"Germany"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Replacing sessionId f499d759-535f-4722-b562-86dd2a4598fe with ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/text 200 46 ms - 70 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/text [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/text' to command name 'getText' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/text] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-001500000014/text] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"Germany"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Replacing sessionId f499d759-535f-4722-b562-86dd2a4598fe with ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/text 200 34 ms - 70 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/click [HTTP] {"id":"00000000-0000-016a-0000-001500000014"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016a-0000-001500000014","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016a-0000-001500000014/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016a-0000-001500000014/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-001500000014/click] with body: {"element":"00000000-0000-016a-0000-001500000014"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/click 200 130 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*mcv_item.*\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016a-0000-001100000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014"},{"ELEMENT":"00000000-0000-016a-0000-001e00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014"},{"ELEMENT":"00000000-0000-016a-0000-002b00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014"},{"ELEMENT":"00000000-0000-016a-0000-003800000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014"},{"ELEMENT":"00000000-0000-016a-0000-004500000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014"},{"ELEMENT":"00000000-0000-016a-0000-00730000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d"},{"ELEMENT":"00000000-0000-016a-0000-00810000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d"},{"ELEMENT":"00000000-0000-016a-0000-008c0000001d","element-6066-... [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014","ELEMENT":"00000000-0000-016a-0000-001100000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014","ELEMENT":"00000000-0000-016a-0000-001e00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014","ELEMENT":"00000000-0000-016a-0000-002b00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014","ELEMENT":"00000000-0000-016a-0000-003800000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014","ELEMENT":"00000000-0000-016a-0000-004500000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d","ELEMENT":"00000000-0000-016a-0000-00730000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d","ELEMENT":"00000000-0000-016a-0000-00810000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-008c0000001d","ELEMENT":"00000000-0000-016a-0000-008c0000001... [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 2184 ms - 1035 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*mcv_item.*\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016a-0000-001100000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014"},{"ELEMENT":"00000000-0000-016a-0000-001e00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014"},{"ELEMENT":"00000000-0000-016a-0000-002b00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014"},{"ELEMENT":"00000000-0000-016a-0000-003800000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014"},{"ELEMENT":"00000000-0000-016a-0000-004500000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014"},{"ELEMENT":"00000000-0000-016a-0000-00730000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d"},{"ELEMENT":"00000000-0000-016a-0000-00810000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d"},{"ELEMENT":"00000000-0000-016a-0000-008c0000001d","element-6066-... [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014","ELEMENT":"00000000-0000-016a-0000-001100000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014","ELEMENT":"00000000-0000-016a-0000-001e00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014","ELEMENT":"00000000-0000-016a-0000-002b00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014","ELEMENT":"00000000-0000-016a-0000-003800000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014","ELEMENT":"00000000-0000-016a-0000-004500000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d","ELEMENT":"00000000-0000-016a-0000-00730000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d","ELEMENT":"00000000-0000-016a-0000-00810000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-008c0000001d","ELEMENT":"00000000-0000-016a-0000-008c0000001... [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 196 ms - 1035 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001100000014/element [HTTP] {"id":"00000000-0000-016a-0000-001100000014","using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*tv_title\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElementFromElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*tv_title\")","00000000-0000-016a-0000-001100000014","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*tv_title\")","context":"00000000-0000-016a-0000-001100000014","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016a-0000-001500000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001500000014"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001500000014","ELEMENT":"00000000-0000-016a-0000-001500000014"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001100000014/element 200 61 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/text [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/text' to command name 'getText' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/text] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-001500000014/text] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"Germany"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Replacing sessionId f499d759-535f-4722-b562-86dd2a4598fe with ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001500000014/text 200 61 ms - 70 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*mcv_item.*\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016a-0000-001100000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014"},{"ELEMENT":"00000000-0000-016a-0000-001e00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014"},{"ELEMENT":"00000000-0000-016a-0000-002b00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014"},{"ELEMENT":"00000000-0000-016a-0000-003800000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014"},{"ELEMENT":"00000000-0000-016a-0000-004500000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014"},{"ELEMENT":"00000000-0000-016a-0000-00730000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d"},{"ELEMENT":"00000000-0000-016a-0000-00810000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d"},{"ELEMENT":"00000000-0000-016a-0000-008c0000001d","element-6066-... [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014","ELEMENT":"00000000-0000-016a-0000-001100000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014","ELEMENT":"00000000-0000-016a-0000-001e00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014","ELEMENT":"00000000-0000-016a-0000-002b00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014","ELEMENT":"00000000-0000-016a-0000-003800000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014","ELEMENT":"00000000-0000-016a-0000-004500000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d","ELEMENT":"00000000-0000-016a-0000-00730000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d","ELEMENT":"00000000-0000-016a-0000-00810000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-008c0000001d","ELEMENT":"00000000-0000-016a-0000-008c0000001... [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 140 ms - 1035 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001e00000014/element [HTTP] {"id":"00000000-0000-016a-0000-001e00000014","using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*tv_title\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElementFromElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*tv_title\")","00000000-0000-016a-0000-001e00000014","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*tv_title\")","context":"00000000-0000-016a-0000-001e00000014","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016a-0000-002200000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002200000014"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002200000014","ELEMENT":"00000000-0000-016a-0000-002200000014"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-001e00000014/element 200 40 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-002200000014/text [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-002200000014/text' to command name 'getText' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-002200000014/text] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-002200000014/text] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"Austria"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Replacing sessionId f499d759-535f-4722-b562-86dd2a4598fe with ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-002200000014/text 200 60 ms - 70 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*mcv_item.*\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016a-0000-001100000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014"},{"ELEMENT":"00000000-0000-016a-0000-001e00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014"},{"ELEMENT":"00000000-0000-016a-0000-002b00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014"},{"ELEMENT":"00000000-0000-016a-0000-003800000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014"},{"ELEMENT":"00000000-0000-016a-0000-004500000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014"},{"ELEMENT":"00000000-0000-016a-0000-00730000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d"},{"ELEMENT":"00000000-0000-016a-0000-00810000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d"},{"ELEMENT":"00000000-0000-016a-0000-008c0000001d","element-6066-... [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014","ELEMENT":"00000000-0000-016a-0000-001100000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014","ELEMENT":"00000000-0000-016a-0000-001e00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014","ELEMENT":"00000000-0000-016a-0000-002b00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014","ELEMENT":"00000000-0000-016a-0000-003800000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014","ELEMENT":"00000000-0000-016a-0000-004500000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d","ELEMENT":"00000000-0000-016a-0000-00730000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d","ELEMENT":"00000000-0000-016a-0000-00810000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-008c0000001d","ELEMENT":"00000000-0000-016a-0000-008c0000001... [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 161 ms - 1035 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-002b00000014/element [HTTP] {"id":"00000000-0000-016a-0000-002b00000014","using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*tv_title\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElementFromElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*tv_title\")","00000000-0000-016a-0000-002b00000014","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*tv_title\")","context":"00000000-0000-016a-0000-002b00000014","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016a-0000-002f00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002f00000014"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002f00000014","ELEMENT":"00000000-0000-016a-0000-002f00000014"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-002b00000014/element 200 47 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-002f00000014/text [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-002f00000014/text' to command name 'getText' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-002f00000014/text] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-002f00000014/text] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"France"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Replacing sessionId f499d759-535f-4722-b562-86dd2a4598fe with ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-002f00000014/text 200 44 ms - 69 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*mcv_item.*\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016a-0000-001100000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014"},{"ELEMENT":"00000000-0000-016a-0000-001e00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014"},{"ELEMENT":"00000000-0000-016a-0000-002b00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014"},{"ELEMENT":"00000000-0000-016a-0000-003800000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014"},{"ELEMENT":"00000000-0000-016a-0000-004500000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014"},{"ELEMENT":"00000000-0000-016a-0000-00730000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d"},{"ELEMENT":"00000000-0000-016a-0000-00810000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d"},{"ELEMENT":"00000000-0000-016a-0000-008c0000001d","element-6066-... [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014","ELEMENT":"00000000-0000-016a-0000-001100000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014","ELEMENT":"00000000-0000-016a-0000-001e00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014","ELEMENT":"00000000-0000-016a-0000-002b00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014","ELEMENT":"00000000-0000-016a-0000-003800000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014","ELEMENT":"00000000-0000-016a-0000-004500000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d","ELEMENT":"00000000-0000-016a-0000-00730000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d","ELEMENT":"00000000-0000-016a-0000-00810000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-008c0000001d","ELEMENT":"00000000-0000-016a-0000-008c0000001... [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 162 ms - 1035 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-003800000014/element [HTTP] {"id":"00000000-0000-016a-0000-003800000014","using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*tv_title\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElementFromElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*tv_title\")","00000000-0000-016a-0000-003800000014","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*tv_title\")","context":"00000000-0000-016a-0000-003800000014","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016a-0000-003c00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003c00000014"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003c00000014","ELEMENT":"00000000-0000-016a-0000-003c00000014"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-003800000014/element 200 57 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-003c00000014/text [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-003c00000014/text' to command name 'getText' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-003c00000014/text] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-003c00000014/text] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"Italy"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Replacing sessionId f499d759-535f-4722-b562-86dd2a4598fe with ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-003c00000014/text 200 23 ms - 68 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*mcv_item.*\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016a-0000-001100000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014"},{"ELEMENT":"00000000-0000-016a-0000-001e00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014"},{"ELEMENT":"00000000-0000-016a-0000-002b00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014"},{"ELEMENT":"00000000-0000-016a-0000-003800000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014"},{"ELEMENT":"00000000-0000-016a-0000-004500000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014"},{"ELEMENT":"00000000-0000-016a-0000-00730000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d"},{"ELEMENT":"00000000-0000-016a-0000-00810000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d"},{"ELEMENT":"00000000-0000-016a-0000-008c0000001d","element-6066-... [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014","ELEMENT":"00000000-0000-016a-0000-001100000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014","ELEMENT":"00000000-0000-016a-0000-001e00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014","ELEMENT":"00000000-0000-016a-0000-002b00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014","ELEMENT":"00000000-0000-016a-0000-003800000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014","ELEMENT":"00000000-0000-016a-0000-004500000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d","ELEMENT":"00000000-0000-016a-0000-00730000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d","ELEMENT":"00000000-0000-016a-0000-00810000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-008c0000001d","ELEMENT":"00000000-0000-016a-0000-008c0000001... [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 107 ms - 1035 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-004500000014/element [HTTP] {"id":"00000000-0000-016a-0000-004500000014","using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*tv_title\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElementFromElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*tv_title\")","00000000-0000-016a-0000-004500000014","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*tv_title\")","context":"00000000-0000-016a-0000-004500000014","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016a-0000-004900000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004900000014"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004900000014","ELEMENT":"00000000-0000-016a-0000-004900000014"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-004500000014/element 200 55 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-004900000014/text [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-004900000014/text' to command name 'getText' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-004900000014/text] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-004900000014/text] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"Belgium"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Replacing sessionId f499d759-535f-4722-b562-86dd2a4598fe with ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-004900000014/text 200 45 ms - 70 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*mcv_item.*\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*mcv_item.*\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016a-0000-001100000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014"},{"ELEMENT":"00000000-0000-016a-0000-001e00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014"},{"ELEMENT":"00000000-0000-016a-0000-002b00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014"},{"ELEMENT":"00000000-0000-016a-0000-003800000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014"},{"ELEMENT":"00000000-0000-016a-0000-004500000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014"},{"ELEMENT":"00000000-0000-016a-0000-00730000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d"},{"ELEMENT":"00000000-0000-016a-0000-00810000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d"},{"ELEMENT":"00000000-0000-016a-0000-008c0000001d","element-6066-... [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001100000014","ELEMENT":"00000000-0000-016a-0000-001100000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-001e00000014","ELEMENT":"00000000-0000-016a-0000-001e00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-002b00000014","ELEMENT":"00000000-0000-016a-0000-002b00000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-003800000014","ELEMENT":"00000000-0000-016a-0000-003800000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-004500000014","ELEMENT":"00000000-0000-016a-0000-004500000014"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00730000001d","ELEMENT":"00000000-0000-016a-0000-00730000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00810000001d","ELEMENT":"00000000-0000-016a-0000-00810000001d"},{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-008c0000001d","ELEMENT":"00000000-0000-016a-0000-008c0000001... [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 132 ms - 1035 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00730000001d/element [HTTP] {"id":"00000000-0000-016a-0000-00730000001d","using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*tv_title\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElementFromElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*tv_title\")","00000000-0000-016a-0000-00730000001d","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*tv_title\")","context":"00000000-0000-016a-0000-00730000001d","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016a-0000-00770000001d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00770000001d"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00770000001d","ELEMENT":"00000000-0000-016a-0000-00770000001d"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00730000001d/element 200 40 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00770000001d/text [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00770000001d/text' to command name 'getText' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00770000001d/text] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-00770000001d/text] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"German"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Replacing sessionId f499d759-535f-4722-b562-86dd2a4598fe with ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00770000001d/text 200 35 ms - 69 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00770000001d/text [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00770000001d/text' to command name 'getText' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00770000001d/text] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-00770000001d/text] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"German"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Replacing sessionId f499d759-535f-4722-b562-86dd2a4598fe with ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00770000001d/text 200 40 ms - 69 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00770000001d/click [HTTP] {"id":"00000000-0000-016a-0000-00770000001d"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016a-0000-00770000001d","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016a-0000-00770000001d/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016a-0000-00770000001d/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-00770000001d/click] with body: {"element":"00000000-0000-016a-0000-00770000001d"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00770000001d/click 200 101 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_agree\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_agree\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_agree\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016a-0000-00b700000024","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00b700000024"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016a-0000-00b700000024","ELEMENT":"00000000-0000-016a-0000-00b700000024"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 1288 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00b700000024/click [HTTP] {"id":"00000000-0000-016a-0000-00b700000024"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016a-0000-00b700000024","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016a-0000-00b700000024/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016a-0000-00b700000024/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016a-0000-00b700000024/click] with body: {"element":"00000000-0000-016a-0000-00b700000024"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016a-0000-00b700000024/click 200 635 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 1990 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 320 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016d-0000-00de00000049","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016d-0000-00de00000049"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016d-0000-00de00000049","ELEMENT":"00000000-0000-016d-0000-00de00000049"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 49 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016d-0000-00de00000049/click [HTTP] {"id":"00000000-0000-016d-0000-00de00000049"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016d-0000-00de00000049","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016d-0000-00de00000049/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016d-0000-00de00000049/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016d-0000-00de00000049/click] with body: {"element":"00000000-0000-016d-0000-00de00000049"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016d-0000-00de00000049/click 200 658 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016d-0000-00de00000049/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016d-0000-00de00000049","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016d-0000-00de00000049/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016d-0000-00de00000049/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016d-0000-00de00000049/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"stale element reference","message":"The element 'By.AndroidUiAutomator: new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")' does not exist in DOM anymore","stacktrace":"io.appium.uiautomator2.common.exceptions.StaleElementReferenceException: The element 'By.AndroidUiAutomator: new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")' does not exist in DOM anymore\n\tat io.appium.uiautomator2.model.ElementsCache.restore(ElementsCache.java:117)\n\tat io.appium.uiautomator2.model.ElementsCache.get(ElementsCache.java:153)\n\tat io.appium.uiautomator2.handler.GetElementAttribute.safeHandle(GetElementAttribute.java:23)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.ht... [W3C] Matched W3C error code 'stale element reference' to StaleElementReferenceError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: io.appium.uiautomator2.common.exceptions.StaleElementReferenceException: The element 'By.AndroidUiAutomator: new UiSelector().resourceIdMatches(".*btn_continue_as_guest")' does not exist in DOM anymore [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.model.ElementsCache.restore(ElementsCache.java:117) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.model.ElementsCache.get(ElementsCache.java:153) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.handler.GetElementAttribute.safeHandle(GetElementAttribute.java:23) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:435) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:250) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:266) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1294) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:911) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:611) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:552) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:466) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:140) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at java.lang.Thread.run(Thread.java:919) [AndroidUiautomator2Driver@3c41 (ba0ac029)] [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016d-0000-00de00000049/enabled 404 11829 ms - 4070 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 42 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 63 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 63 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 55 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 644 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 58 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 97 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 102 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 64 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_continue_as_guest\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 102 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_skip\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_skip\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_skip\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016d-0000-00f7000000c8","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016d-0000-00f7000000c8"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016d-0000-00f7000000c8","ELEMENT":"00000000-0000-016d-0000-00f7000000c8"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 92 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016d-0000-00f7000000c8/click [HTTP] {"id":"00000000-0000-016d-0000-00f7000000c8"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016d-0000-00f7000000c8","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016d-0000-00f7000000c8/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016d-0000-00f7000000c8/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016d-0000-00f7000000c8/click] with body: {"element":"00000000-0000-016d-0000-00f7000000c8"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016d-0000-00f7000000c8/click 200 150 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"id","value":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["id","shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"id","selector":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 1510 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"id","value":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["id","shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"id","selector":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 1527 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"id","value":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["id","shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"id","selector":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 79 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"id","value":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["id","shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"id","selector":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 104 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"id","value":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["id","shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"id","selector":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 106 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"id","value":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["id","shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"id","selector":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 108 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"id","value":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["id","shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"id","selector":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 140 ms - 781 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 21 ms - 4568 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"id","value":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["id","shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"id","selector":"shop.shop_apotheke.com.shopapotheke.debug:id/notification_layout","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 131 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.widget.ImageView[@content-desc='Weitere Optionen']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.ImageView[@content-desc='Weitere Optionen']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.widget.ImageView[@content-desc='Weitere Optionen']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016d-ffff-ffff000001bc","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016d-ffff-ffff000001bc"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016d-ffff-ffff000001bc","ELEMENT":"00000000-0000-016d-ffff-ffff000001bc"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 589 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016d-ffff-ffff000001bc/click [HTTP] {"id":"00000000-0000-016d-ffff-ffff000001bc"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016d-ffff-ffff000001bc","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016d-ffff-ffff000001bc/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016d-ffff-ffff000001bc/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016d-ffff-ffff000001bc/click] with body: {"element":"00000000-0000-016d-ffff-ffff000001bc"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016d-ffff-ffff000001bc/click 200 60 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Switch API\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Switch API\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Switch API\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016e-ffff-ffff000003b1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016e-ffff-ffff000003b1"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016e-ffff-ffff000003b1","ELEMENT":"00000000-0000-016e-ffff-ffff000003b1"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 960 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016e-ffff-ffff000003b1/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016e-ffff-ffff000003b1","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016e-ffff-ffff000003b1/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016e-ffff-ffff000003b1/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016e-ffff-ffff000003b1/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016e-ffff-ffff000003b1/displayed 200 231 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016e-ffff-ffff000003b1/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016e-ffff-ffff000003b1","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016e-ffff-ffff000003b1/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016e-ffff-ffff000003b1/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016e-ffff-ffff000003b1/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016e-ffff-ffff000003b1/enabled 200 118 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016e-ffff-ffff000003b1/click [HTTP] {"id":"00000000-0000-016e-ffff-ffff000003b1"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016e-ffff-ffff000003b1","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016e-ffff-ffff000003b1/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016e-ffff-ffff000003b1/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016e-ffff-ffff000003b1/click] with body: {"element":"00000000-0000-016e-ffff-ffff000003b1"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016e-ffff-ffff000003b1/click 200 982 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/btn_api_switch_qs\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/btn_api_switch_qs\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/btn_api_switch_qs\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016d-ffff-ffff00000408","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016d-ffff-ffff00000408"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016d-ffff-ffff00000408","ELEMENT":"00000000-0000-016d-ffff-ffff00000408"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 78 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016d-ffff-ffff00000408/click [HTTP] {"id":"00000000-0000-016d-ffff-ffff00000408"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016d-ffff-ffff00000408","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016d-ffff-ffff00000408/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016d-ffff-ffff00000408/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016d-ffff-ffff00000408/click] with body: {"element":"00000000-0000-016d-ffff-ffff00000408"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016d-ffff-ffff00000408/click 200 900 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/btn_switchAPI\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/btn_switchAPI\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/btn_switchAPI\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016d-ffff-ffff0000040d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016d-ffff-ffff0000040d"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016d-ffff-ffff0000040d","ELEMENT":"00000000-0000-016d-ffff-ffff0000040d"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 733 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016d-ffff-ffff0000040d/click [HTTP] {"id":"00000000-0000-016d-ffff-ffff0000040d"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016d-ffff-ffff0000040d","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016d-ffff-ffff0000040d/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016d-ffff-ffff0000040d/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016d-ffff-ffff0000040d/click] with body: {"element":"00000000-0000-016d-ffff-ffff0000040d"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016d-ffff-ffff0000040d/click 200 198 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.widget.ImageView[@content-desc='Weitere Optionen']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.ImageView[@content-desc='Weitere Optionen']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.widget.ImageView[@content-desc='Weitere Optionen']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 781 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.widget.ImageView[@content-desc='Weitere Optionen']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.ImageView[@content-desc='Weitere Optionen']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.widget.ImageView[@content-desc='Weitere Optionen']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff0000046b","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff0000046b"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff0000046b","ELEMENT":"00000000-0000-016f-ffff-ffff0000046b"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 537 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff0000046b/click [HTTP] {"id":"00000000-0000-016f-ffff-ffff0000046b"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-ffff-ffff0000046b","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff0000046b/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-ffff-ffff0000046b/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff0000046b/click] with body: {"element":"00000000-0000-016f-ffff-ffff0000046b"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff0000046b/click 200 70 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Switch API\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Switch API\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Switch API\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-0170-ffff-ffff0000079e","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0170-ffff-ffff0000079e"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0170-ffff-ffff0000079e","ELEMENT":"00000000-0000-0170-ffff-ffff0000079e"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 881 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-0170-ffff-ffff0000079e/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0170-ffff-ffff0000079e","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-0170-ffff-ffff0000079e/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-0170-ffff-ffff0000079e/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-0170-ffff-ffff0000079e/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-0170-ffff-ffff0000079e/displayed 200 120 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-0170-ffff-ffff0000079e/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0170-ffff-ffff0000079e","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-0170-ffff-ffff0000079e/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-0170-ffff-ffff0000079e/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-0170-ffff-ffff0000079e/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-0170-ffff-ffff0000079e/enabled 200 70 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-0170-ffff-ffff0000079e/click [HTTP] {"id":"00000000-0000-0170-ffff-ffff0000079e"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-0170-ffff-ffff0000079e","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-0170-ffff-ffff0000079e/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-0170-ffff-ffff0000079e/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-0170-ffff-ffff0000079e/click] with body: {"element":"00000000-0000-0170-ffff-ffff0000079e"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-0170-ffff-ffff0000079e/click 200 1264 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/window/rect [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.getWindowRect() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/window/current/size' to command name 'getWindowSize' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/window/current/size] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"height":2220,"width":1080}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.getWindowRect() result: {"width":1080,"height":2220,"x":0,"y":0} [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/window/rect 200 44 ms - 50 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/actions [HTTP] {"actions":[{"id":"fingerSwipe","type":"pointer","parameters":{"pointerType":"touch"},"actions":[{"duration":0,"type":"pause"},{"duration":0,"x":1058,"y":222,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerDown"},{"duration":500,"x":43,"y":222,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerUp"}]}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.performActions() with args: [[{"id":"fingerSwipe","type":"pointer","parameters":{"pointerType":"touch"},"actions":[{"duration":0,"type":"pause"},{"duration":0,"x":1058,"y":222,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerDown"},{"duration":500,"x":43,"y":222,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerUp"}]}],"ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Preprocessed actions: [ [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "id": "fingerSwipe", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointer", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "parameters": { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "pointerType": "touch" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "actions": [ [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "duration": 0, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pause" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "duration": 0, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "x": 1058, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "y": 222, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointerMove", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "origin": "viewport" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "button": 0, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointerDown" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "duration": 500, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "x": 43, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "y": 222, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointerMove", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "origin": "viewport" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "button": 0, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointerUp" [AndroidUiautomator2Driver@3c41 (ba0ac029)] } [AndroidUiautomator2Driver@3c41 (ba0ac029)] ] [AndroidUiautomator2Driver@3c41 (ba0ac029)] } [AndroidUiautomator2Driver@3c41 (ba0ac029)] ] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/actions' to command name 'performActions' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /actions] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/actions] with body: {"actions":[{"id":"fingerSwipe","type":"pointer","parameters":{"pointerType":"touch"},"actions":[{"duration":0,"type":"pause"},{"duration":0,"x":1058,"y":222,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerDown"},{"duration":500,"x":43,"y":222,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerUp"}]}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.performActions() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/actions 200 580 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Debug checkout']/following-sibling::android.widget.Switch"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Debug checkout']/following-sibling::android.widget.Switch","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Debug checkout']/following-sibling::android.widget.Switch","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00000587","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000587"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000587","ELEMENT":"00000000-0000-016f-ffff-ffff00000587"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 542 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000587/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-ffff-ffff00000587","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000587/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000587/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000587/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000587/displayed 200 18 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000587/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016f-ffff-ffff00000587","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000587/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000587/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000587/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000587/enabled 200 18 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000587/click [HTTP] {"id":"00000000-0000-016f-ffff-ffff00000587"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-ffff-ffff00000587","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000587/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-ffff-ffff00000587/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000587/click] with body: {"element":"00000000-0000-016f-ffff-ffff00000587"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000587/click 200 71 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/window/rect [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.getWindowRect() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/window/current/size' to command name 'getWindowSize' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/window/current/size] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"height":2220,"width":1080}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.getWindowRect() result: {"width":1080,"height":2220,"x":0,"y":0} [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/window/rect 200 34 ms - 50 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/actions [HTTP] {"actions":[{"id":"fingerSwipe","type":"pointer","parameters":{"pointerType":"touch"},"actions":[{"duration":0,"type":"pause"},{"duration":0,"x":162,"y":1110,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerDown"},{"duration":2000,"x":918,"y":1110,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerUp"}]}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.performActions() with args: [[{"id":"fingerSwipe","type":"pointer","parameters":{"pointerType":"touch"},"actions":[{"duration":0,"type":"pause"},{"duration":0,"x":162,"y":1110,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerDown"},{"duration":2000,"x":918,"y":1110,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerUp"}]}],"ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Preprocessed actions: [ [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "id": "fingerSwipe", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointer", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "parameters": { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "pointerType": "touch" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "actions": [ [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "duration": 0, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pause" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "duration": 0, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "x": 162, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "y": 1110, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointerMove", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "origin": "viewport" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "button": 0, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointerDown" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "duration": 2000, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "x": 918, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "y": 1110, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointerMove", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "origin": "viewport" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "button": 0, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointerUp" [AndroidUiautomator2Driver@3c41 (ba0ac029)] } [AndroidUiautomator2Driver@3c41 (ba0ac029)] ] [AndroidUiautomator2Driver@3c41 (ba0ac029)] } [AndroidUiautomator2Driver@3c41 (ba0ac029)] ] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/actions' to command name 'performActions' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /actions] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/actions] with body: {"actions":[{"id":"fingerSwipe","type":"pointer","parameters":{"pointerType":"touch"},"actions":[{"duration":0,"type":"pause"},{"duration":0,"x":162,"y":1110,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerDown"},{"duration":2000,"x":918,"y":1110,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerUp"}]}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.performActions() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/actions 200 2105 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/tb_toolbar\").childSelector(new UiSelector().className(\"android.widget.ImageButton\"))"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/tb_toolbar\").childSelector(new UiSelector().className(\"android.widget.ImageButton\"))","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/tb_toolbar\").childSelector(new UiSelector().className(\"android.widget.ImageButton\"))","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff0000080b","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff0000080b"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff0000080b","ELEMENT":"00000000-0000-016f-ffff-ffff0000080b"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 1029 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff0000080b/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-ffff-ffff0000080b","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff0000080b/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff0000080b/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff0000080b/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff0000080b/displayed 200 161 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff0000080b/click [HTTP] {"id":"00000000-0000-016f-ffff-ffff0000080b"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-ffff-ffff0000080b","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff0000080b/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-ffff-ffff0000080b/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff0000080b/click] with body: {"element":"00000000-0000-016f-ffff-ffff0000080b"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff0000080b/click 200 158 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_account\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_account\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_account\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00000526","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000526"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000526","ELEMENT":"00000000-0000-016f-ffff-ffff00000526"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 605 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000526/click [HTTP] {"id":"00000000-0000-016f-ffff-ffff00000526"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-ffff-ffff00000526","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000526/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-ffff-ffff00000526/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000526/click] with body: {"element":"00000000-0000-016f-ffff-ffff00000526"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000526/click 200 174 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_login\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_login\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_login\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-012400000860","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-012400000860"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-012400000860","ELEMENT":"00000000-0000-016f-0000-012400000860"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 903 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-012400000860/click [HTTP] {"id":"00000000-0000-016f-0000-012400000860"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-0000-012400000860","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-012400000860/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-012400000860/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-012400000860/click] with body: {"element":"00000000-0000-016f-0000-012400000860"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-012400000860/click 200 2107 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*ti_email\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*ti_email\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*ti_email\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-01610000086d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-01610000086d"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-01610000086d","ELEMENT":"00000000-0000-016f-0000-01610000086d"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 208 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01610000086d/clear [HTTP] {"id":"00000000-0000-016f-0000-01610000086d"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.clear() with args: ["00000000-0000-016f-0000-01610000086d","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01610000086d/clear' to command name 'clear' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-01610000086d/clear] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01610000086d/clear] with body: {"elementId":"00000000-0000-016f-0000-01610000086d"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.clear() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01610000086d/clear 200 655 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01610000086d/value [HTTP] {"id":"00000000-0000-016f-0000-01610000086d","text":"applause+no_cc_android@gmail.com","value":["a","p","p","l","a","u","s","e","+","n","o","_","c","c","_","a","n","d","r","o","i","d","@","g","m","a","i","l",".","c","o","m"]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.setValue() with args: [["a","p","p","l","a","u","s","e","+","n","o","_","c","c","_","a","n","d","r","o","i","d","@","g","m","a","i","l",".","c","o","m"],"00000000-0000-016f-0000-01610000086d","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01610000086d/value' to command name 'setValue' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Added 'value' property ["a","p","p","l","a","u","s","e","+","n","o","_","c","c","_","a","n","d","r","o","i","d","@","g","m","a","i","l",".","c","o","m"] to 'setValue' request body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-01610000086d/value] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01610000086d/value] with body: {"elementId":"00000000-0000-016f-0000-01610000086d","text":"applause+no_cc_android@gmail.com","replace":false,"value":["a","p","p","l","a","u","s","e","+","n","o","_","c","c","_","a","n","d","r","o","i","d","@","g","m","a","i","l",".","c","o","m"]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.setValue() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01610000086d/value 200 111 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/appium/device/is_keyboard_shown [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.isKeyboardShown() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell dumpsys input_method' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.isKeyboardShown() result: false [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/appium/device/is_keyboard_shown 200 487 ms - 15 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*ti_password\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*ti_password\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*ti_password\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-016a0000086d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-016a0000086d"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-016a0000086d","ELEMENT":"00000000-0000-016f-0000-016a0000086d"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 131 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-016a0000086d/clear [HTTP] {"id":"00000000-0000-016f-0000-016a0000086d"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.clear() with args: ["00000000-0000-016f-0000-016a0000086d","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-016a0000086d/clear' to command name 'clear' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-016a0000086d/clear] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-016a0000086d/clear] with body: {"elementId":"00000000-0000-016f-0000-016a0000086d"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.clear() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-016a0000086d/clear 200 60 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-016a0000086d/value [HTTP] {"id":"00000000-0000-016f-0000-016a0000086d","text":"Applause123","value":["A","p","p","l","a","u","s","e","1","2","3"]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.setValue() with args: [["A","p","p","l","a","u","s","e","1","2","3"],"00000000-0000-016f-0000-016a0000086d","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-016a0000086d/value' to command name 'setValue' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Added 'value' property ["A","p","p","l","a","u","s","e","1","2","3"] to 'setValue' request body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-016a0000086d/value] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-016a0000086d/value] with body: {"elementId":"00000000-0000-016f-0000-016a0000086d","text":"Applause123","replace":false,"value":["A","p","p","l","a","u","s","e","1","2","3"]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.setValue() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-016a0000086d/value 200 88 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/appium/device/is_keyboard_shown [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.isKeyboardShown() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell dumpsys input_method' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.isKeyboardShown() result: false [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/appium/device/is_keyboard_shown 200 252 ms - 15 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*fl_bottom_sheet_container\").childSelector(new UiSelector().resourceIdMatches(\".*btn_login\"))"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*fl_bottom_sheet_container\").childSelector(new UiSelector().resourceIdMatches(\".*btn_login\"))","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*fl_bottom_sheet_container\").childSelector(new UiSelector().resourceIdMatches(\".*btn_login\"))","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-01760000086d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-01760000086d"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-01760000086d","ELEMENT":"00000000-0000-016f-0000-01760000086d"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 95 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01760000086d/click [HTTP] {"id":"00000000-0000-016f-0000-01760000086d"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-0000-01760000086d","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01760000086d/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-01760000086d/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01760000086d/click] with body: {"element":"00000000-0000-016f-0000-01760000086d"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01760000086d/click 200 118 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/button1\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/button1\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/button1\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 737 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/button1\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/button1\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/button1\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 958 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/button1\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/button1\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/button1\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 245 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/button1\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/button1\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/button1\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 196 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/button1\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/button1\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/button1\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 673 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/button1\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/button1\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/button1\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 179 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/button1\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/button1\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/button1\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 91 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/button1\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/button1\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/button1\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 83 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_cart\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_cart\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_cart\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00000534","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000534"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000534","ELEMENT":"00000000-0000-016f-ffff-ffff00000534"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 89 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-ffff-ffff00000534","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000534/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000534/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000534/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/displayed 200 47 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_cart\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_cart\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_cart\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00000534","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000534"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000534","ELEMENT":"00000000-0000-016f-ffff-ffff00000534"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 75 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/attribute/content-desc [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.getAttribute() with args: ["content-desc","00000000-0000-016f-ffff-ffff00000534","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000534/attribute/content-desc' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000534/attribute/content-desc] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000534/attribute/content-desc] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"Warenkorb, 1 neue Benachrichtigung"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.getAttribute() result: "Warenkorb, 1 neue Benachrichtigung" [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/attribute/content-desc 200 30 ms - 47 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_cart\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_cart\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_cart\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00000534","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000534"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000534","ELEMENT":"00000000-0000-016f-ffff-ffff00000534"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 59 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-ffff-ffff00000534","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000534/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000534/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000534/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/displayed 200 41 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016f-ffff-ffff00000534","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000534/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000534/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000534/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/enabled 200 32 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/click [HTTP] {"id":"00000000-0000-016f-ffff-ffff00000534"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-ffff-ffff00000534","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000534/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-ffff-ffff00000534/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000534/click] with body: {"element":"00000000-0000-016f-ffff-ffff00000534"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/click 200 88 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/product_card\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/product_card\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/product_card\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016f-ffff-ffff00000b19","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000b19"}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000b19","ELEMENT":"00000000-0000-016f-ffff-ffff00000b19"}] [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 2651 ms - 139 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/product_card\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/product_card\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/product_card\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016f-ffff-ffff00000b19","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000b19"}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000b19","ELEMENT":"00000000-0000-016f-ffff-ffff00000b19"}] [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 244 ms - 139 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b19/element [HTTP] {"id":"00000000-0000-016f-ffff-ffff00000b19","using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/tv_name\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElementFromElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/tv_name\")","00000000-0000-016f-ffff-ffff00000b19","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/tv_name\")","context":"00000000-0000-016f-ffff-ffff00000b19","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00000b21","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000b21"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000b21","ELEMENT":"00000000-0000-016f-ffff-ffff00000b21"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b19/element 200 115 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b21/text [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b21/text' to command name 'getText' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b21/text] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000b21/text] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"REACTINE duo® Retardtabletten"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Replacing sessionId f499d759-535f-4722-b562-86dd2a4598fe with ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b21/text 200 155 ms - 93 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/product_card\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/product_card\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/product_card\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016f-ffff-ffff00000b19","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000b19"}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000b19","ELEMENT":"00000000-0000-016f-ffff-ffff00000b19"}] [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 279 ms - 139 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b19/element [HTTP] {"id":"00000000-0000-016f-ffff-ffff00000b19","using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_subtract\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElementFromElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_subtract\")","00000000-0000-016f-ffff-ffff00000b19","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_subtract\")","context":"00000000-0000-016f-ffff-ffff00000b19","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00000b5a","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000b5a"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000b5a","ELEMENT":"00000000-0000-016f-ffff-ffff00000b5a"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b19/element 200 98 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b5a/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016f-ffff-ffff00000b5a","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000b5a/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000b5a/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000b5a/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b5a/enabled 200 80 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b5a/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-ffff-ffff00000b5a","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000b5a/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000b5a/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000b5a/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b5a/displayed 200 69 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b5a/click [HTTP] {"id":"00000000-0000-016f-ffff-ffff00000b5a"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-ffff-ffff00000b5a","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000b5a/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-ffff-ffff00000b5a/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000b5a/click] with body: {"element":"00000000-0000-016f-ffff-ffff00000b5a"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b5a/click 200 158 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/product_card\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/product_card\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/product_card\")","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016f-ffff-ffff00000b19","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000b19"}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000b19","ELEMENT":"00000000-0000-016f-ffff-ffff00000b19"}] [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 1833 ms - 139 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b19/element [HTTP] {"id":"00000000-0000-016f-ffff-ffff00000b19","using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*loader.*\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElementFromElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*loader.*\")","00000000-0000-016f-ffff-ffff00000b19","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*loader.*\")","context":"00000000-0000-016f-ffff-ffff00000b19","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"stale element reference","message":"Cached elements 'By.AndroidUiAutomator: new UiSelector().resourceIdMatches(\".*id/product_card\")' do not exist in DOM anymore","stacktrace":"io.appium.uiautomator2.common.exceptions.StaleElementReferenceException: Cached elements 'By.AndroidUiAutomator: new UiSelector().resourceIdMatches(\".*id/product_card\")' do not exist in DOM anymore\n\tat io.appium.uiautomator2.model.ElementsCache.restore(ElementsCache.java:78)\n\tat io.appium.uiautomator2.model.ElementsCache.get(ElementsCache.java:153)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:61)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelR... [W3C] Matched W3C error code 'stale element reference' to StaleElementReferenceError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: io.appium.uiautomator2.common.exceptions.StaleElementReferenceException: Cached elements 'By.AndroidUiAutomator: new UiSelector().resourceIdMatches(".*id/product_card")' do not exist in DOM anymore [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.model.ElementsCache.restore(ElementsCache.java:78) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.model.ElementsCache.get(ElementsCache.java:153) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:61) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:435) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:250) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:266) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1294) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:911) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:611) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:552) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:466) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:140) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at java.lang.Thread.run(Thread.java:919) [AndroidUiautomator2Driver@3c41 (ba0ac029)] [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000b19/element 404 11339 ms - 4045 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_home\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_home\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_home\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00000542","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000542"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000542","ELEMENT":"00000000-0000-016f-ffff-ffff00000542"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 296 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000542/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-ffff-ffff00000542","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000542/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000542/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000542/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000542/displayed 200 196 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000542/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016f-ffff-ffff00000542","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000542/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000542/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000542/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000542/enabled 200 138 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000542/click [HTTP] {"id":"00000000-0000-016f-ffff-ffff00000542"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-ffff-ffff00000542","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000542/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-ffff-ffff00000542/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000542/click] with body: {"element":"00000000-0000-016f-ffff-ffff00000542"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000542/click 200 617 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*search_input|.*et_search\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*search_input|.*et_search\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*search_input|.*et_search\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00000c72","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000c72"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000c72","ELEMENT":"00000000-0000-016f-ffff-ffff00000c72"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 269 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000c72/click [HTTP] {"id":"00000000-0000-016f-ffff-ffff00000c72"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-ffff-ffff00000c72","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000c72/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-ffff-ffff00000c72/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000c72/click] with body: {"element":"00000000-0000-016f-ffff-ffff00000c72"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000c72/click 200 76 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*ll_searchbar\").childSelector(new UiSelector().className(\"android.widget.EditText\"))"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*ll_searchbar\").childSelector(new UiSelector().className(\"android.widget.EditText\"))","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*ll_searchbar\").childSelector(new UiSelector().className(\"android.widget.EditText\"))","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-01e000000ef6","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-01e000000ef6"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-01e000000ef6","ELEMENT":"00000000-0000-016f-0000-01e000000ef6"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 1158 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01e000000ef6/value [HTTP] {"id":"00000000-0000-016f-0000-01e000000ef6","text":"SANTAVERDE pure clarifying toner ohne Duft 100ml","value":["S","A","N","T","A","V","E","R","D","E"," ","p","u","r","e"," ","c","l","a","r","i","f","y","i","n","g"," ","t","o","n","e","r"," ","o","h","n","e"," ","D","u","f","t"," ","1","0","0","m","l"]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.setValue() with args: [["S","A","N","T","A","V","E","R","D","E"," ","p","u","r","e"," ","c","l","a","r","i","f","y","i","n","g"," ","t","o","n","e","r"," ","o","h","n","e"," ","D","u","f","t"," ","1","0","0","m","l"],"00000000-0000-016f-0000-01e000000ef6","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01e000000ef6/value' to command name 'setValue' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Added 'value' property ["S","A","N","T","A","V","E","R","D","E"," ","p","u","r","e"," ","c","l","a","r","i","f","y","i","n","g"," ","t","o","n","e","r"," ","o","h","n","e"," ","D","u","f","t"," ","1","0","0","m","l"] to 'setValue' request body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-01e000000ef6/value] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01e000000ef6/value] with body: {"elementId":"00000000-0000-016f-0000-01e000000ef6","text":"SANTAVERDE pure clarifying toner ohne Duft 100ml","replace":false,"value":["S","A","N","T","A","V","E","R","D","E"," ","p","u","r","e"," ","c","l","a","r","i","f","y","i","n","g"," ","t","o","n","e","r"," ","o","h","n","e"," ","D","u","f","t"," ","1","0","0","m","l"]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.setValue() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01e000000ef6/value 200 685 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/rv_search_recom\").childSelector(new UiSelector().className(\"android.widget.FrameLayout\"))"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/rv_search_recom\").childSelector(new UiSelector().className(\"android.widget.FrameLayout\"))","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/rv_search_recom\").childSelector(new UiSelector().className(\"android.widget.FrameLayout\"))","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 714 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/rv_search_recom\").childSelector(new UiSelector().className(\"android.widget.FrameLayout\"))"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/rv_search_recom\").childSelector(new UiSelector().className(\"android.widget.FrameLayout\"))","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/rv_search_recom\").childSelector(new UiSelector().className(\"android.widget.FrameLayout\"))","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00000f08","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000f08"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000f08","ELEMENT":"00000000-0000-016f-ffff-ffff00000f08"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 70 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000f08/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-ffff-ffff00000f08","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000f08/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000f08/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000f08/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000f08/displayed 200 90 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"xpath","value":"//*[contains(@resource-id, 'id/rv_search_recom')]/android.widget.FrameLayout[contains(@resource-id, 'id/liv_search_term')]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["xpath","//*[contains(@resource-id, 'id/rv_search_recom')]/android.widget.FrameLayout[contains(@resource-id, 'id/liv_search_term')]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"xpath","selector":"//*[contains(@resource-id, 'id/rv_search_recom')]/android.widget.FrameLayout[contains(@resource-id, 'id/liv_search_term')]","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016f-ffff-ffff00000f0a","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000f0a"}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000f0a","ELEMENT":"00000000-0000-016f-ffff-ffff00000f0a"}] [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 195 ms - 139 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements [HTTP] {"using":"xpath","value":"//*[contains(@resource-id, 'id/rv_search_recom')]/android.widget.FrameLayout[contains(@resource-id, 'id/liv_search_term')]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElements() with args: ["xpath","//*[contains(@resource-id, 'id/rv_search_recom')]/android.widget.FrameLayout[contains(@resource-id, 'id/liv_search_term')]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/elements' to command name 'findElements' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /elements] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/elements] with body: {"strategy":"xpath","selector":"//*[contains(@resource-id, 'id/rv_search_recom')]/android.widget.FrameLayout[contains(@resource-id, 'id/liv_search_term')]","context":"","multiple":true} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":[{"ELEMENT":"00000000-0000-016f-ffff-ffff00000f0a","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000f0a"}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000f0a","ELEMENT":"00000000-0000-016f-ffff-ffff00000f0a"}] [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/elements 200 118 ms - 139 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000f0a/element [HTTP] {"id":"00000000-0000-016f-ffff-ffff00000f0a","using":"xpath","value":".//*[contains(@resource-id, 'id/tv_list_item_text')]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElementFromElement() with args: ["xpath",".//*[contains(@resource-id, 'id/tv_list_item_text')]","00000000-0000-016f-ffff-ffff00000f0a","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":".//*[contains(@resource-id, 'id/tv_list_item_text')]","context":"00000000-0000-016f-ffff-ffff00000f0a","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00000f0d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000f0d"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000f0d","ELEMENT":"00000000-0000-016f-ffff-ffff00000f0d"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000f0a/element 200 106 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000f0d/text [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000f0d/text' to command name 'getText' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000f0d/text] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000f0d/text] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"SANTAVERDE pure clarifying toner ohne Duft 100ml"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Replacing sessionId f499d759-535f-4722-b562-86dd2a4598fe with ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000f0d/text 200 72 ms - 111 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000f0a/click [HTTP] {"id":"00000000-0000-016f-ffff-ffff00000f0a"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-ffff-ffff00000f0a","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000f0a/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-ffff-ffff00000f0a/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000f0a/click] with body: {"element":"00000000-0000-016f-ffff-ffff00000f0a"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000f0a/click 200 85 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 711 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 1220 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 233 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 171 ms - 781 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 28 ms - 4568 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 123 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 213 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 303 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 402 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/btn_product_details_footer\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/btn_product_details_footer\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/btn_product_details_footer\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00001082","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00001082"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00001082","ELEMENT":"00000000-0000-016f-ffff-ffff00001082"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 109 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00001082/click [HTTP] {"id":"00000000-0000-016f-ffff-ffff00001082"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-ffff-ffff00001082","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00001082/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-ffff-ffff00001082/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00001082/click] with body: {"element":"00000000-0000-016f-ffff-ffff00001082"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00001082/click 200 159 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 266 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 2332 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 344 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 257 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 364 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 454 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//*[@resource-id='close-button']"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//*[@resource-id='close-button']","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//*[@resource-id='close-button']","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 434 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_cart\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_cart\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/tab_bar_navigation_cart\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00000534","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000534"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00000534","ELEMENT":"00000000-0000-016f-ffff-ffff00000534"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 276 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-ffff-ffff00000534","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000534/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000534/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000534/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/displayed 200 86 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016f-ffff-ffff00000534","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000534/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-ffff-ffff00000534/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000534/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/enabled 200 79 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/click [HTTP] {"id":"00000000-0000-016f-ffff-ffff00000534"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-ffff-ffff00000534","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00000534/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-ffff-ffff00000534/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00000534/click] with body: {"element":"00000000-0000-016f-ffff-ffff00000534"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00000534/click 200 191 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/btnGoToCheckout\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/btnGoToCheckout\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/btnGoToCheckout\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-ffff-ffff00001349","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00001349"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-ffff-ffff00001349","ELEMENT":"00000000-0000-016f-ffff-ffff00001349"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 2670 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00001349/click [HTTP] {"id":"00000000-0000-016f-ffff-ffff00001349"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-ffff-ffff00001349","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-ffff-ffff00001349/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-ffff-ffff00001349/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-ffff-ffff00001349/click] with body: {"element":"00000000-0000-016f-ffff-ffff00001349"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-ffff-ffff00001349/click 200 165 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/accept_button\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/accept_button\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/accept_button\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 1232 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/accept_button\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/accept_button\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/accept_button\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 117 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/accept_button\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/accept_button\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/accept_button\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 373 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/accept_button\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/accept_button\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/accept_button\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 157 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/accept_button\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/accept_button\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/accept_button\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 231 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/accept_button\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/accept_button\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/accept_button\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 245 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/accept_button\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/accept_button\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/accept_button\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 169 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/accept_button\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/accept_button\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/accept_button\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 189 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*id/accept_button\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*id/accept_button\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*id/accept_button\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 219 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"An diese Adresse liefern\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"An diese Adresse liefern\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"An diese Adresse liefern\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-0065000015ec","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-0065000015ec"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-0065000015ec","ELEMENT":"00000000-0000-016f-0000-0065000015ec"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 200 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0065000015ec/click [HTTP] {"id":"00000000-0000-016f-0000-0065000015ec"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-0000-0065000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-0065000015ec/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-0065000015ec/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-0065000015ec/click] with body: {"element":"00000000-0000-016f-0000-0065000015ec"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0065000015ec/click 200 130 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"Weiter zur Zahlung\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"Weiter zur Zahlung\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"Weiter zur Zahlung\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 104 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"Weiter zur Zahlung\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"Weiter zur Zahlung\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"Weiter zur Zahlung\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 196 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"Weiter zur Zahlung\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"Weiter zur Zahlung\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"Weiter zur Zahlung\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-0113000015ec","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-0113000015ec"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-0113000015ec","ELEMENT":"00000000-0000-016f-0000-0113000015ec"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 550 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0113000015ec/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016f-0000-0113000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-0113000015ec/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-0113000015ec/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-0113000015ec/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0113000015ec/enabled 200 54 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0113000015ec/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-0000-0113000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-0113000015ec/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-0113000015ec/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-0113000015ec/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0113000015ec/displayed 200 89 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0113000015ec/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016f-0000-0113000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-0113000015ec/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-0113000015ec/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-0113000015ec/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0113000015ec/enabled 200 43 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0113000015ec/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-0000-0113000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-0113000015ec/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-0113000015ec/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-0113000015ec/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0113000015ec/displayed 200 74 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0113000015ec/click [HTTP] {"id":"00000000-0000-016f-0000-0113000015ec"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-0000-0113000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-0113000015ec/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-0113000015ec/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-0113000015ec/click] with body: {"element":"00000000-0000-016f-0000-0113000015ec"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0113000015ec/click 200 135 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"Wählen Sie eine Zahl\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"Wählen Sie eine Zahl\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"Wählen Sie eine Zahl\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 134 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"Wählen Sie eine Zahl\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"Wählen Sie eine Zahl\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"Wählen Sie eine Zahl\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 76 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"Wählen Sie eine Zahl\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"Wählen Sie eine Zahl\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"Wählen Sie eine Zahl\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-019e000015ec","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-019e000015ec"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-019e000015ec","ELEMENT":"00000000-0000-016f-0000-019e000015ec"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 286 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-019e000015ec/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-0000-019e000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-019e000015ec/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-019e000015ec/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-019e000015ec/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-019e000015ec/displayed 200 75 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"VISA\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"VISA\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"VISA\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 82 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"VISA\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"VISA\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"VISA\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 215 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"VISA\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"VISA\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"VISA\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 221 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"VISA\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"VISA\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"VISA\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 193 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"VISA\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"VISA\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"VISA\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 131 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"VISA\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"VISA\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"VISA\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 218 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"VISA\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"VISA\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"VISA\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 129 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"VISA\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"VISA\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"VISA\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 179 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"VISA\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"VISA\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"VISA\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 210 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"VISA\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"VISA\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"VISA\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 117 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*toolbar_navigation\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*toolbar_navigation\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*toolbar_navigation\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-01f6000015e9","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-01f6000015e9"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-01f6000015e9","ELEMENT":"00000000-0000-016f-0000-01f6000015e9"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 83 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01f6000015e9/click [HTTP] {"id":"00000000-0000-016f-0000-01f6000015e9"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-0000-01f6000015e9","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01f6000015e9/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-01f6000015e9/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01f6000015e9/click] with body: {"element":"00000000-0000-016f-0000-01f6000015e9"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01f6000015e9/click 200 125 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceIdMatches(\".*btn_action_ok\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceIdMatches(\".*btn_action_ok\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceIdMatches(\".*btn_action_ok\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-0171-ffff-ffff0000160b","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0171-ffff-ffff0000160b"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0171-ffff-ffff0000160b","ELEMENT":"00000000-0000-0171-ffff-ffff0000160b"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 855 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-0171-ffff-ffff0000160b/click [HTTP] {"id":"00000000-0000-0171-ffff-ffff0000160b"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-0171-ffff-ffff0000160b","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-0171-ffff-ffff0000160b/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-0171-ffff-ffff0000160b/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-0171-ffff-ffff0000160b/click] with body: {"element":"00000000-0000-0171-ffff-ffff0000160b"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-0171-ffff-ffff0000160b/click 200 129 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"Wählen Sie eine Zahl\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"Wählen Sie eine Zahl\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"Wählen Sie eine Zahl\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-019e000015ec","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-019e000015ec"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-019e000015ec","ELEMENT":"00000000-0000-016f-0000-019e000015ec"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 427 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-019e000015ec/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-0000-019e000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-019e000015ec/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-019e000015ec/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-019e000015ec/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-019e000015ec/displayed 200 323 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"Kredit\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"Kredit\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"Kredit\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-01eb000015ec","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-01eb000015ec"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-01eb000015ec","ELEMENT":"00000000-0000-016f-0000-01eb000015ec"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 214 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01eb000015ec/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016f-0000-01eb000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01eb000015ec/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-01eb000015ec/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01eb000015ec/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01eb000015ec/enabled 200 148 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01eb000015ec/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-0000-01eb000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01eb000015ec/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-01eb000015ec/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01eb000015ec/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01eb000015ec/displayed 200 54 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01eb000015ec/click [HTTP] {"id":"00000000-0000-016f-0000-01eb000015ec"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-0000-01eb000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01eb000015ec/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-01eb000015ec/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01eb000015ec/click] with body: {"element":"00000000-0000-016f-0000-01eb000015ec"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01eb000015ec/click 200 86 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().textContains(\"Sie haben bei uns bereits Zahlungsdaten hinterlegt\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().textContains(\"Sie haben bei uns bereits Zahlungsdaten hinterlegt\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().textContains(\"Sie haben bei uns bereits Zahlungsdaten hinterlegt\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-01fa000015ec","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-01fa000015ec"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-01fa000015ec","ELEMENT":"00000000-0000-016f-0000-01fa000015ec"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 108 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01fa000015ec/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016f-0000-01fa000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01fa000015ec/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-01fa000015ec/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01fa000015ec/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01fa000015ec/enabled 200 57 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01fa000015ec/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-0000-01fa000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01fa000015ec/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-01fa000015ec/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01fa000015ec/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01fa000015ec/displayed 200 91 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 177 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 389 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 262 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 394 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 374 ms - 781 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 17 ms - 4568 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 342 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 280 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 324 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 383 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 194 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 398 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 405 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 400 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 320 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 270 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 285 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 279 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 322 ms - 781 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/window/rect [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.getWindowRect() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/window/current/size' to command name 'getWindowSize' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/window/current/size] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"height":2220,"width":1080}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.getWindowRect() result: {"width":1080,"height":2220,"x":0,"y":0} [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/window/rect 200 36 ms - 50 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/actions [HTTP] {"actions":[{"id":"finger","type":"pointer","parameters":{"pointerType":"touch"},"actions":[{"duration":0,"x":540,"y":1887,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerDown"},{"duration":2000,"x":540,"y":333,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerUp"}]}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.performActions() with args: [[{"id":"finger","type":"pointer","parameters":{"pointerType":"touch"},"actions":[{"duration":0,"x":540,"y":1887,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerDown"},{"duration":2000,"x":540,"y":333,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerUp"}]}],"ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Preprocessed actions: [ [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "id": "finger", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointer", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "parameters": { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "pointerType": "touch" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "actions": [ [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "duration": 0, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "x": 540, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "y": 1887, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointerMove", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "origin": "viewport" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "button": 0, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointerDown" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "duration": 2000, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "x": 540, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "y": 333, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointerMove", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "origin": "viewport" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "button": 0, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "type": "pointerUp" [AndroidUiautomator2Driver@3c41 (ba0ac029)] } [AndroidUiautomator2Driver@3c41 (ba0ac029)] ] [AndroidUiautomator2Driver@3c41 (ba0ac029)] } [AndroidUiautomator2Driver@3c41 (ba0ac029)] ] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/actions' to command name 'performActions' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /actions] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/actions] with body: {"actions":[{"id":"finger","type":"pointer","parameters":{"pointerType":"touch"},"actions":[{"duration":0,"x":540,"y":1887,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerDown"},{"duration":2000,"x":540,"y":333,"type":"pointerMove","origin":"viewport"},{"button":0,"type":"pointerUp"}]}]} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.performActions() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/actions 200 2086 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-0213000015ec","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-0213000015ec"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-0213000015ec","ELEMENT":"00000000-0000-016f-0000-0213000015ec"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 931 ms - 137 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0213000015ec/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016f-0000-0213000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-0213000015ec/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-0213000015ec/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-0213000015ec/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0213000015ec/enabled 200 19 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0213000015ec/click [HTTP] {"id":"00000000-0000-016f-0000-0213000015ec"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-0000-0213000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-0213000015ec/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-0213000015ec/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-0213000015ec/click] with body: {"element":"00000000-0000-016f-0000-0213000015ec"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0213000015ec/click 200 65 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Kreditkarte löschen\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Kreditkarte löschen\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Kreditkarte löschen\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 166 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"Kreditkarte löschen\")"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"Kreditkarte löschen\")","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"Kreditkarte löschen\")","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"ELEMENT":"00000000-0000-016f-0000-0294000015ec","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-0294000015ec"}} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-016f-0000-0294000015ec","ELEMENT":"00000000-0000-016f-0000-0294000015ec"} [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 200 166 ms - 137 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0294000015ec/click [HTTP] {"id":"00000000-0000-016f-0000-0294000015ec"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-0000-0294000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-0294000015ec/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-0294000015ec/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-0294000015ec/click] with body: {"element":"00000000-0000-016f-0000-0294000015ec"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0294000015ec/click 200 131 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0213000015ec/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016f-0000-0213000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-0213000015ec/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-0213000015ec/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-0213000015ec/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":{"error":"stale element reference","message":"The element 'By.xpath: //android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]' does not exist in DOM anymore","stacktrace":"io.appium.uiautomator2.common.exceptions.StaleElementReferenceException: The element 'By.xpath: //android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]' does not exist in DOM anymore\n\tat io.appium.uiautomator2.model.ElementsCache.restore(ElementsCache.java:117)\n\tat io.appium.uiautomator2.model.ElementsCache.get(ElementsCache.java:153)\n\tat io.appium.uiautomator2.handler.GetElementAttribute.safeHandle(GetElementAttribute.java:23)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet... [W3C] Matched W3C error code 'stale element reference' to StaleElementReferenceError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: io.appium.uiautomator2.common.exceptions.StaleElementReferenceException: The element 'By.xpath: //android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]' does not exist in DOM anymore [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.model.ElementsCache.restore(ElementsCache.java:117) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.model.ElementsCache.get(ElementsCache.java:153) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.handler.GetElementAttribute.safeHandle(GetElementAttribute.java:23) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:435) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:250) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:266) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1294) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:911) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:611) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:552) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:466) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:140) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at java.lang.Thread.run(Thread.java:919) [AndroidUiautomator2Driver@3c41 (ba0ac029)] [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-0213000015ec/enabled 404 161 ms - 4146 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 192 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 936 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 401 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 390 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 418 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 440 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 376 ms - 781 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element [HTTP] {"using":"xpath","value":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.findElement() with args: ["xpath","//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [AndroidUiautomator2Driver@3c41 (ba0ac029)] Waiting up to 0 ms for condition [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element' to command name 'findElement' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element] with body: {"strategy":"xpath","selector":"//android.view.View[./android.widget.Button[contains(@text, 'Bestellung prüfen')]]//android.widget.Button[last()]","context":"","multiple":false} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","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.utils.ElementLocationHelpers.findElement(ElementLocationHelpers.java:156)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:60)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.Abstr... [W3C] Matched W3C error code 'no such element' to NoSuchElementError [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrEls (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.ts:86:11) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:80:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.findElement (/Users/ihorbovkit/node_modules/@appium/base-driver/lib/basedriver/commands/find.js:21:14) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element 404 259 ms - 781 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/source [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/source' to command name 'getPageSource' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/source] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/source] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"\r\n\r\n \r\n \r\n GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01eb000015ec/enabled [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-016f-0000-01eb000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01eb000015ec/attribute/enabled' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-01eb000015ec/attribute/enabled] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01eb000015ec/attribute/enabled] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementEnabled() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01eb000015ec/enabled 200 118 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01eb000015ec/displayed [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-016f-0000-01eb000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01eb000015ec/attribute/displayed' to command name 'getAttribute' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /element/00000000-0000-016f-0000-01eb000015ec/attribute/displayed] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01eb000015ec/attribute/displayed] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"true"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.elementDisplayed() result: true [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01eb000015ec/displayed 200 125 ms - 14 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01eb000015ec/click [HTTP] {"id":"00000000-0000-016f-0000-01eb000015ec"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.click() with args: ["00000000-0000-016f-0000-01eb000015ec","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/element/00000000-0000-016f-0000-01eb000015ec/click' to command name 'click' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [POST /element/00000000-0000-016f-0000-01eb000015ec/click] to [POST http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/element/00000000-0000-016f-0000-01eb000015ec/click] with body: {"element":"00000000-0000-016f-0000-01eb000015ec"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.click() result: null [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/element/00000000-0000-016f-0000-01eb000015ec/click 200 144 ms - 14 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/contexts [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.getContexts() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Getting a list of available webviews [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell cat /proc/net/unix' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Parsed 1 active devtools socket: ["@webview_devtools_remote_4820"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Collecting CDP data of 1 webview [AndroidUiautomator2Driver@3c41 (ba0ac029)] Forwarding remote port webview_devtools_remote_4820 to a local port in range 10900..11000 [AndroidUiautomator2Driver@3c41 (ba0ac029)] You could use the 'webviewDevtoolsPort' capability to customize the starting port number [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward tcp:10900 localabstract:webview_devtools_remote_4820' [ADB] Removing forwarded port socket connection: 10900 [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward --remove tcp:10900' [AndroidUiautomator2Driver@3c41 (ba0ac029)] CDP data collection completed [AndroidUiautomator2Driver@3c41 (ba0ac029)] WEBVIEW_4820 mapped to pid 4820 [AndroidUiautomator2Driver@3c41 (ba0ac029)] Getting process name for webview 'WEBVIEW_4820' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell ps --help' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell ps -A' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got process name: 'shop.shop_apotheke.com.shopapotheke.debug' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Found 1 webview: ["WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Available contexts: ["NATIVE_APP","WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/contexts 200 316 ms - 76 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/contexts [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.getContexts() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Getting a list of available webviews [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell cat /proc/net/unix' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Parsed 1 active devtools socket: ["@webview_devtools_remote_4820"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Collecting CDP data of 1 webview [AndroidUiautomator2Driver@3c41 (ba0ac029)] Forwarding remote port webview_devtools_remote_4820 to a local port in range 10900..11000 [AndroidUiautomator2Driver@3c41 (ba0ac029)] You could use the 'webviewDevtoolsPort' capability to customize the starting port number [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward tcp:10900 localabstract:webview_devtools_remote_4820' [ADB] Removing forwarded port socket connection: 10900 [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward --remove tcp:10900' [AndroidUiautomator2Driver@3c41 (ba0ac029)] CDP data collection completed [AndroidUiautomator2Driver@3c41 (ba0ac029)] WEBVIEW_4820 mapped to pid 4820 [AndroidUiautomator2Driver@3c41 (ba0ac029)] Getting process name for webview 'WEBVIEW_4820' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell ps -A' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got process name: 'shop.shop_apotheke.com.shopapotheke.debug' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Found 1 webview: ["WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Available contexts: ["NATIVE_APP","WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/contexts 200 234 ms - 76 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/contexts [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.getContexts() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Getting a list of available webviews [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell cat /proc/net/unix' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Parsed 1 active devtools socket: ["@webview_devtools_remote_4820"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Collecting CDP data of 1 webview [AndroidUiautomator2Driver@3c41 (ba0ac029)] Forwarding remote port webview_devtools_remote_4820 to a local port in range 10900..11000 [AndroidUiautomator2Driver@3c41 (ba0ac029)] You could use the 'webviewDevtoolsPort' capability to customize the starting port number [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward tcp:10900 localabstract:webview_devtools_remote_4820' [ADB] Removing forwarded port socket connection: 10900 [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward --remove tcp:10900' [AndroidUiautomator2Driver@3c41 (ba0ac029)] CDP data collection completed [AndroidUiautomator2Driver@3c41 (ba0ac029)] WEBVIEW_4820 mapped to pid 4820 [AndroidUiautomator2Driver@3c41 (ba0ac029)] Getting process name for webview 'WEBVIEW_4820' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell ps -A' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got process name: 'shop.shop_apotheke.com.shopapotheke.debug' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Found 1 webview: ["WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Available contexts: ["NATIVE_APP","WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/contexts 200 363 ms - 76 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/contexts [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.getContexts() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Getting a list of available webviews [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell cat /proc/net/unix' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Parsed 1 active devtools socket: ["@webview_devtools_remote_4820"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Collecting CDP data of 1 webview [AndroidUiautomator2Driver@3c41 (ba0ac029)] Forwarding remote port webview_devtools_remote_4820 to a local port in range 10900..11000 [AndroidUiautomator2Driver@3c41 (ba0ac029)] You could use the 'webviewDevtoolsPort' capability to customize the starting port number [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward tcp:10900 localabstract:webview_devtools_remote_4820' [ADB] Removing forwarded port socket connection: 10900 [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward --remove tcp:10900' [AndroidUiautomator2Driver@3c41 (ba0ac029)] CDP data collection completed [AndroidUiautomator2Driver@3c41 (ba0ac029)] WEBVIEW_4820 mapped to pid 4820 [AndroidUiautomator2Driver@3c41 (ba0ac029)] Getting process name for webview 'WEBVIEW_4820' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell ps -A' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got process name: 'shop.shop_apotheke.com.shopapotheke.debug' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Found 1 webview: ["WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Available contexts: ["NATIVE_APP","WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/contexts 200 255 ms - 76 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/context [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.getCurrentContext() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP" [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/context 200 17 ms - 22 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/contexts [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.getContexts() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Getting a list of available webviews [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell cat /proc/net/unix' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Parsed 1 active devtools socket: ["@webview_devtools_remote_4820"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Collecting CDP data of 1 webview [AndroidUiautomator2Driver@3c41 (ba0ac029)] Forwarding remote port webview_devtools_remote_4820 to a local port in range 10900..11000 [AndroidUiautomator2Driver@3c41 (ba0ac029)] You could use the 'webviewDevtoolsPort' capability to customize the starting port number [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward tcp:10900 localabstract:webview_devtools_remote_4820' [ADB] Removing forwarded port socket connection: 10900 [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward --remove tcp:10900' [AndroidUiautomator2Driver@3c41 (ba0ac029)] CDP data collection completed [AndroidUiautomator2Driver@3c41 (ba0ac029)] WEBVIEW_4820 mapped to pid 4820 [AndroidUiautomator2Driver@3c41 (ba0ac029)] Getting process name for webview 'WEBVIEW_4820' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell ps -A' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got process name: 'shop.shop_apotheke.com.shopapotheke.debug' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Found 1 webview: ["WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Available contexts: ["NATIVE_APP","WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/contexts 200 277 ms - 76 [HTTP] [HTTP] --> POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/context [HTTP] {"name":"WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.setContext() with args: ["WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug","ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Getting a list of available webviews [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell cat /proc/net/unix' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Parsed 1 active devtools socket: ["@webview_devtools_remote_4820"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Collecting CDP data of 1 webview [AndroidUiautomator2Driver@3c41 (ba0ac029)] Forwarding remote port webview_devtools_remote_4820 to a local port in range 10900..11000 [AndroidUiautomator2Driver@3c41 (ba0ac029)] You could use the 'webviewDevtoolsPort' capability to customize the starting port number [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward tcp:10900 localabstract:webview_devtools_remote_4820' [ADB] Removing forwarded port socket connection: 10900 [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward --remove tcp:10900' [AndroidUiautomator2Driver@3c41 (ba0ac029)] CDP data collection completed [AndroidUiautomator2Driver@3c41 (ba0ac029)] WEBVIEW_4820 mapped to pid 4820 [AndroidUiautomator2Driver@3c41 (ba0ac029)] Getting process name for webview 'WEBVIEW_4820' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell ps -A' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got process name: 'shop.shop_apotheke.com.shopapotheke.debug' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Found 1 webview: ["WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Available contexts: ["NATIVE_APP","WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Connecting to chrome-backed webview context 'WEBVIEW_shop.shop_apotheke.com.shopapotheke.debug' [AndroidUiautomator2Driver@3c41 (ba0ac029)] A port was not given, using random free port: 63123 [AndroidUiautomator2Driver@3c41 (ba0ac029)] Passing web view details to the Chromedriver constructor: { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "info": { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "Android-Package": "shop.shop_apotheke.com.shopapotheke.debug", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "Browser": "Chrome/123.0.6312.99", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "Protocol-Version": "1.3", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "User-Agent": "Mozilla/5.0 (Linux; Android 10; SM-G960F Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.99 Mobile Safari/537.36", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "V8-Version": "12.3.219.15", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "WebKit-Version": "537.36 (@03fbddf498224f2bcca36d06c44df0d5f625067e)", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "webSocketDebuggerUrl": "ws://127.0.0.1:10900/devtools/browser" [AndroidUiautomator2Driver@3c41 (ba0ac029)] }, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "process": { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "name": "shop.shop_apotheke.com.shopapotheke.debug", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "id": "4820" [AndroidUiautomator2Driver@3c41 (ba0ac029)] } [AndroidUiautomator2Driver@3c41 (ba0ac029)] } [AndroidUiautomator2Driver@3c41 (ba0ac029)] Automated Chromedriver download is disabled. Use 'chromedriver_autodownload' server feature to enable it [AndroidUiautomator2Driver@3c41 (ba0ac029)] Precalculated Chromedriver capabilities: { [AndroidUiautomator2Driver@3c41 (ba0ac029)] "androidPackage": "shop.shop_apotheke.com.shopapotheke.debug", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "androidUseRunningApp": true, [AndroidUiautomator2Driver@3c41 (ba0ac029)] "androidProcess": "shop.shop_apotheke.com.shopapotheke.debug", [AndroidUiautomator2Driver@3c41 (ba0ac029)] "androidDeviceSerial": "22da76b324037ece" [AndroidUiautomator2Driver@3c41 (ba0ac029)] } [AndroidUiautomator2Driver@3c41 (ba0ac029)] Before starting chromedriver, androidPackage is 'shop.shop_apotheke.com.shopapotheke.debug' [Chromedriver@ad13] Changed state to 'starting' [Chromedriver@ad13] Set chromedriver binary as: /Users/ihorbovkit/Work/selenium/WebDrivers/chromedriver [Chromedriver@ad13] Killing any old chromedrivers, running: pkill -15 -f "/Users/ihorbovkit/Work/selenium/WebDrivers/chromedriver.*--port=63123" [Chromedriver@ad13] No old chromedrivers seem to exist [Chromedriver@ad13] Cleaning this device's adb forwarded port socket connections: 22da76b324037ece [ADB] List forwarding ports [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward --list' [ADB] Removing forwarded port socket connection: 52829 [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward --remove tcp:52829' [Chromedriver@ad13] Spawning chromedriver with: /Users/ihorbovkit/Work/selenium/WebDrivers/chromedriver --port=63123 --adb-port=5037 --verbose [Chromedriver@ad13] ChromeDriver version: '123.0.6312.58' [Chromedriver@ad13] Matched '/status' to command name 'getStatus' [Chromedriver@ad13] Proxying [GET /status] to [GET http://127.0.0.1:63123/status] with no body [Chromedriver@ad13] Got response with status 200: {"value":{"build":{"version":"123.0.6312.58 (6b4b19e9dfbb93aa414dc045bd445287977d8d7a-refs/branch-heads/6312_46@{#3})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"arm64","name":"Mac OS X","version":"14.2.0"},"ready":true}} [Chromedriver@ad13] Starting W3C Chromedriver session with capabilities: { [Chromedriver@ad13] "capabilities": { [Chromedriver@ad13] "alwaysMatch": { [Chromedriver@ad13] "goog:chromeOptions": { [Chromedriver@ad13] "androidPackage": "shop.shop_apotheke.com.shopapotheke.debug", [Chromedriver@ad13] "androidUseRunningApp": true, [Chromedriver@ad13] "androidProcess": "shop.shop_apotheke.com.shopapotheke.debug", [Chromedriver@ad13] "androidDeviceSerial": "22da76b324037ece" [Chromedriver@ad13] }, [Chromedriver@ad13] "goog:loggingPrefs": { [Chromedriver@ad13] "browser": "ALL" [Chromedriver@ad13] } [Chromedriver@ad13] } [Chromedriver@ad13] } [Chromedriver@ad13] } [Chromedriver@ad13] Matched '/session' to command name 'createSession' [Chromedriver@ad13] Proxying [POST /session] to [POST http://127.0.0.1:63123/session] with body: {"capabilities":{"alwaysMatch":{"goog:chromeOptions":{"androidPackage":"shop.shop_apotheke.com.shopapotheke.debug","androidUseRunningApp":true,"androidProcess":"shop.shop_apotheke.com.shopapotheke.debug","androidDeviceSerial":"22da76b324037ece"},"goog:loggingPrefs":{"browser":"ALL"}}}} [Chromedriver@ad13] Webview version: 'Chrome/123.0.6312.99' [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 7 ms - 4568 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 4 ms - 4568 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 4 ms - 4568 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 5 ms - 4568 [HTTP] [Chromedriver@ad13] AxiosError: timeout of 240000ms exceeded [Chromedriver@ad13] at RedirectableRequest.handleRequestTimeout (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/axios/lib/adapters/http.js:647:16) [Chromedriver@ad13] at RedirectableRequest.emit (node:events:537:28) [Chromedriver@ad13] at Timeout. (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/follow-redirects/index.js:210:12) [Chromedriver@ad13] at listOnTimeout (node:internal/timers:564:17) [Chromedriver@ad13] at processTimers (node:internal/timers:507:7) [Chromedriver@ad13] at Axios.request (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/axios/lib/core/Axios.js:45:41) [Chromedriver@ad13] at runNextTicks (node:internal/process/task_queues:60:5) [Chromedriver@ad13] at listOnTimeout (node:internal/timers:533:9) [Chromedriver@ad13] at processTimers (node:internal/timers:507:7) [Chromedriver@ad13] at JWProxy.request (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:100:14) [Chromedriver@ad13] at JWProxy.proxy (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:234:39) [Chromedriver@ad13] at ProtocolConverter.convertAndProxy (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/protocol-converter.js:222:14) [Chromedriver@ad13] at JWProxy.proxyCommand (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:336:12) [Chromedriver@ad13] at JWProxy.command (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:350:32) [Chromedriver@ad13] at Chromedriver.startSession (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-chromedriver/lib/chromedriver.js:754:7) [Chromedriver@ad13] at Chromedriver.start (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-chromedriver/lib/chromedriver.js:678:14) [Chromedriver@ad13] at AndroidUiautomator2Driver.setupNewChromedriver (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context/helpers.js:745:3) [Chromedriver@ad13] at AndroidUiautomator2Driver.startChromedriverProxy (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context/exports.js:229:10) [Chromedriver@ad13] at AndroidUiautomator2Driver.switchContext (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context/exports.js:108:5) [Chromedriver@ad13] at AndroidUiautomator2Driver.setContext (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context/exports.js:64:3) [Chromedriver@ad13] UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded [Chromedriver@ad13] at JWProxy.command (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:355:13) [Chromedriver@ad13] at runNextTicks (node:internal/process/task_queues:60:5) [Chromedriver@ad13] at listOnTimeout (node:internal/timers:533:9) [Chromedriver@ad13] at processTimers (node:internal/timers:507:7) [Chromedriver@ad13] at Chromedriver.startSession (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-chromedriver/lib/chromedriver.js:754:7) [Chromedriver@ad13] at Chromedriver.start (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-chromedriver/lib/chromedriver.js:678:14) [Chromedriver@ad13] at AndroidUiautomator2Driver.setupNewChromedriver (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context/helpers.js:745:3) [Chromedriver@ad13] at AndroidUiautomator2Driver.startChromedriverProxy (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context/exports.js:229:10) [Chromedriver@ad13] at AndroidUiautomator2Driver.switchContext (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context/exports.js:108:5) [Chromedriver@ad13] at AndroidUiautomator2Driver.setContext (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context/exports.js:64:3) [Chromedriver@ad13] Chromedriver exited unexpectedly with code null, signal SIGTERM [Chromedriver@ad13] Changed state to 'stopped' [Chromedriver@ad13] An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded [AndroidUiautomator2Driver@3c41 (ba0ac029)] Encountered internal error running command: Error: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded [AndroidUiautomator2Driver@3c41 (ba0ac029)] at Object.wrappedLogger.errorWithException (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/@appium/support/lib/logging.js:114:43) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at Object.wrappedLogger.errorAndThrow (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/@appium/support/lib/logging.js:120:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at Chromedriver.start (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-chromedriver/lib/chromedriver.js:706:16) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.setupNewChromedriver (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context/helpers.js:745:3) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.startChromedriverProxy (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context/exports.js:229:10) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.switchContext (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context/exports.js:108:5) [AndroidUiautomator2Driver@3c41 (ba0ac029)] at AndroidUiautomator2Driver.setContext (/Users/ihorbovkit/.appium/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context/exports.js:64:3) [HTTP] <-- POST /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/context 500 240485 ms - 854 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/window/handles [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/window/handles' to command name 'getWindowHandles' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Did not know how to rewrite the original URL '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/window/handles' for W3C protocol [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/window/handles] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/window/handles] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 404: {"sessionId":null,"value":{"error":"unknown command","message":"The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource","stacktrace":"io.appium.uiautomator2.common.exceptions.UnknownCommandException: The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:84)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)\n\tat io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandler... [W3C] Matched W3C error code 'unknown command' to UnknownCommandError [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/window/handles 404 53 ms - 3529 [HTTP] [HTTP] --> GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/source [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Driver proxy active, passing request on via HTTP proxy [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/source' to command name 'getPageSource' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/source] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/source] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"\r\n\r\n \r\n \r\n GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/screenshot [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.getScreenshot() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/screenshot' to command name 'getScreenshot' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe/screenshot] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAisCAYAAACtR1KuAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N15fJT1vff/9zWTfWNJCIQEECVsAsGCClZlEVsF2ypg72ML9tS92l/Fc3r3VHuf1npObe+ec6qt1gV38WjPLVDbClpRFjeCLLIokAWVMAhkAxIy2Wbm+v0xyZBJJskkme1KXk8feSTXNdfM9b0kV2au9/X9fj9GU0O9KQAAAAAAAAuzRbsBAAAAAAAAfUXAAQAAAAAALI+AAwAAAAAAWB4BBwAAAAAAsDwCDgAAAAAAYHkEHAAAAAAAwPIIOAAAAAAAgOURcAAAAAAAAMsj4AAAAAAAAJZHwAEAAAAAACyPgAMAAAAAAFgeAQcAAAAAALA8Ag4AAAAAAGB5BBwAAAAAAMDyCDgAAAAAAIDlxUW7AQAQdaZHMrx5r1H9gczDz8mo3i0118pIGCYNu1yesTdJaeP8tgUAAAAQO4ymhnoz2o0AgIgzTUmmjPK1su3/idRUK4/bJsPjljym93FPy3Ye78+machm98hMOVeeCx+Rsi4h7AAAAABiBAEHgIHHNGXfNV+eUwdluD1nQwxTLWFG4IBDHlNmy7LpkWyGTZp4kzwzfyfJiO4xAQAAAAMcQ1QADCAe2Q7dK5WtkunxyPD0Pt81JJket4x9K2UkZMmc9rPQNRMAYDlOp1MpKSkheZ033nhTlVWVWrp0qTKHDg1B60KjqrpaJSUlqqqqUklJqZxOp44ePdphu/z8fCUnJykvL0+j8vI0bty4kPy/AfqjPXv26smVK4Pa9vbbblNBwbQwt8jaCDgADAzNp2TbMV1qbGwZnhI6tr3/Kfe0+0QvDgAYmBwOhx7+/R+0dOkSzbr44l6/jtPp1MO//4McDockKXNoppYuXRKqZvZKSUmJCrdtawk2... [AndroidUiautomator2Driver@3c41 (ba0ac029)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAisCAYAAACtR1KuAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N15fJT1vff/9zWTfWNJCIQEECVsAsGCClZlEVsF2ypg72ML9tS92l/Fc3r3VHuf1npObe+ec6qt1gV38WjPLVDbClpRFjeCLLIokAWVMAhkAxIy2Wbm+v0xyZBJJskkme1KXk8feSTXNdfM9b0kV2au9/X9fj9GU0O9KQAAAAAAAAuzRbsBAAAAAAAAfUXAAQAAAAAALI+AAwAAAAAAWB4BBwAAAAAAsDwCDgAAAAAAYHkEHAAAAAAAwPIIOAAAAAAAgOURcAAAAAAAAMsj4AAAAAAAAJZHwAEAAAAAACyPgAMAAAAAAFgeAQcAAAAAALA8Ag4AAAAAAGB5BBwAAAAAAMDyCDgAAAAAAIDlxUW7AQAQdaZHMrx5r1H9gczDz8mo3i0118pIGCYNu1yesTdJaeP8tgUAAAAQO4ymhnoz2o0AgIgzTUmmjPK1su3/idRUK4/bJsPjljym93FPy3Ye78+machm98hMOVeeCx+Rsi4h7AAAAABiBAEHgIHHNGXfNV+eUwdluD1nQwxTLWFG4IBDHlNmy7LpkWyGTZp4kzwzfyfJiO4xAQAAAAMcQ1QADCAe2Q7dK5WtkunxyPD0Pt81JJket4x9K2UkZMmc9rPQNRMAYDlOp1MpKSkheZ033nhTlVWVWrp0qTKHDg1B60KjqrpaJSUlqqqqUklJqZxOp44ePdphu/z8fCUnJykvL0+j8vI0bty4kPy/AfqjPXv26smVK4Pa9vbbblNBwbQwt8jaCDgADAzNp2TbMV1qbGwZnhI6tr3/Kfe0+0QvDgAYmBwOhx7+/R+0dOkSzbr44l6/jtPp1MO//4McDockKXNoppYuXRKqZvZKSUmJCrdtawk2qr09GbtRXFwsyXvhJkmGYSg3N1cTxo/X3HlzYyq0AaLN4TjSo20JOLpGwBEC... [HTTP] <-- GET /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06/screenshot 200 919 ms - 200228 [HTTP] [HTTP] --> DELETE /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06 [HTTP] {} [AndroidUiautomator2Driver@3c41 (ba0ac029)] Calling AppiumDriver.deleteSession() with args: ["ba0ac029-f2bd-40ca-ad55-fbcd78270a06"] [AppiumDriver@3434] Event 'quitSessionRequested' logged at 1712740375051 (12:12:55 GMT+0300 (Moscow Standard Time)) [AppiumDriver@3434] Removing session ba0ac029-f2bd-40ca-ad55-fbcd78270a06 from our master session list [AndroidUiautomator2Driver@3c41 (ba0ac029)] Deleting UiAutomator2 session [AndroidUiautomator2Driver@3c41 (ba0ac029)] Deleting UiAutomator2 server session [AndroidUiautomator2Driver@3c41 (ba0ac029)] Matched '/' to command name 'deleteSession' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Proxying [DELETE /] to [DELETE http://127.0.0.1:8200/session/f499d759-535f-4722-b562-86dd2a4598fe] with no body [AndroidUiautomator2Driver@3c41 (ba0ac029)] Got response with status 200: {"sessionId":"f499d759-535f-4722-b562-86dd2a4598fe","value":null} [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell dumpsys activity services io.appium.settings/.recorder.RecorderService' [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell am force-stop shop.shop_apotheke.com.shopapotheke.debug' [Logcat] Stopping logcat capture [ADB] Removing forwarded port socket connection: 8200 [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece forward --remove tcp:8200' [AndroidUiautomator2Driver@3c41 (ba0ac029)] Restoring hidden api policy to the device default configuration [ADB] Running '/Users/ihorbovkit/Library/Android/sdk/platform-tools/adb -P 5037 -s 22da76b324037ece shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy'' [AppiumDriver@3434] Event 'quitSessionFinished' logged at 1712740375405 (12:12:55 GMT+0300 (Moscow Standard Time)) [AppiumDriver@3434] Received response: null [AppiumDriver@3434] But deleting session, so not returning [AppiumDriver@3434] Responding to client with driver.deleteSession() result: null [HTTP] <-- DELETE /wd/hub/session/ba0ac029-f2bd-40ca-ad55-fbcd78270a06 200 356 ms - 14 [HTTP] [Instrumentation] . [Instrumentation] Time: 460.008 [Instrumentation] [Instrumentation] OK (1 test) [Instrumentation] The process has exited with code 0 [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 14 ms - 4568 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 3 ms - 4568 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 4 ms - 4568 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 11 ms - 4568 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 25 ms - 4568 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 8 ms - 4568 [HTTP] [HTTP] --> GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts [HTTP] {} [AppiumDriver@3434] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [AppiumDriver@3434] at asyncHandler (/opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15 [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:149:13) [AppiumDriver@3434] at Route.dispatch (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/route.js:119:3) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:284:15 [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:365:14) [AppiumDriver@3434] at param (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:376:14) [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:421:3) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at logger (/opt/homebrew/lib/node_modules/appium/node_modules/morgan/index.js:144:5) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at jsonParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/json.js:113:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:91:12) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at methodOverride (/opt/homebrew/lib/node_modules/appium/node_modules/method-override/index.js:65:14) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [AppiumDriver@3434] at urlencodedParser (/opt/homebrew/lib/node_modules/appium/node_modules/body-parser/lib/types/urlencoded.js:91:7) [AppiumDriver@3434] at Layer.handle [as handle_request] (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/layer.js:95:5) [AppiumDriver@3434] at trim_prefix (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:328:13) [AppiumDriver@3434] at /opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:286:9 [AppiumDriver@3434] at Function.process_params (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:346:12) [AppiumDriver@3434] at next (/opt/homebrew/lib/node_modules/appium/node_modules/express/lib/router/index.js:280:10) [HTTP] <-- GET /wd/hub/session/22105ff6-3cfc-49dd-9a6d-0ae4d5946319/timeouts 404 16 ms - 4568 [HTTP]