Created
March 7, 2020 04:56
-
-
Save ki4070ma/7740f16c776c8b2e5540911c385c7559 to your computer and use it in GitHub Desktop.
python-client/issues/509
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nstalling application... | |
[Appium] Welcome to Appium v1.14.2 | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
[HTTP] --> HEAD /wd/hub/status | |
[HTTP] {} | |
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.14.2"}} | |
[HTTP] <-- HEAD /wd/hub/status 200 5 ms - 57 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"capabilities":{"firstMatch":[{"platformName":"android","appium:noReset":"true","appium:deviceName":"Galaxy S8","appium:app":"PATH/TO/APP/android-app.apk","appium:appPackage":"com.application.app","appium:appActivity":".MainActivity"}]},"desiredCapabilities":{"platformName":"android","noReset":"true","deviceName":"Galaxy S8","app":"PATH/TO/APP/android-app.apk","appPackage":"com.application.app","appActivity":".MainActivity"}} | |
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"platformName":"android","noReset":"true","deviceName":"Galaxy S8","app":"PATH/TO/APP/android-app.apk","appPackage":"com.application.app","appActivity":".MainActivity"},null,{"firstMatch":[{"platformName":"android","appium:noReset":"true","appium:deviceName":"Galaxy S8","appium:app":"PATH/TO/APP/android-app.apk","appium:appPackage":"com.application.app","appium:appActivity":".MainActivity"}]}] | |
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1583168541070 (09:02:21 GMT-0800 (Pacific Standard Time)) | |
[Appium] | |
[Appium] ====================================================================== | |
[Appium] DEPRECATION WARNING: | |
[Appium] | |
[Appium] The 'automationName' capability was not provided in the desired | |
[Appium] capabilities for this Android session | |
[Appium] | |
[Appium] Setting 'automationName=UiAutomator2' by default and using the | |
[Appium] UiAutomator2 Driver | |
[Appium] | |
[Appium] The next major version of Appium (2.x) will **require** the | |
[Appium] 'automationName' capability to be set for all sessions on all | |
[Appium] platforms | |
[Appium] | |
[Appium] In previous versions (Appium <= 1.13.x), the default was | |
[Appium] 'automationName=UiAutomator1' | |
[Appium] | |
[Appium] If you wish to use that automation instead of UiAutomator2, please | |
[Appium] add 'automationName=UiAutomator1' to your desired capabilities | |
[Appium] | |
[Appium] For more information about drivers, please visit | |
[Appium] http://appium.io/docs/en/about-appium/intro/ and explore the | |
[Appium] 'Drivers' menu | |
[Appium] | |
[Appium] ====================================================================== | |
[Appium] | |
[Appium] Appium v1.14.2 creating new AndroidUiautomator2Driver (v1.37.1) session | |
[Appium] Capabilities: | |
[Appium] platformName: android | |
[Appium] noReset: true | |
[Appium] deviceName: Galaxy S8 | |
[Appium] app: PATH/TO/APP/android-app.apk | |
[Appium] appPackage: com.application.app | |
[Appium] appActivity: .MainActivity | |
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided | |
[debug] [BaseDriver] Creating session with W3C capabilities: { | |
[debug] [BaseDriver] "alwaysMatch": { | |
[debug] [BaseDriver] "platformName": "android", | |
[debug] [BaseDriver] "appium:noReset": "true", | |
[debug] [BaseDriver] "appium:deviceName": "Galaxy S8", | |
[debug] [BaseDriver] "appium:app": "PATH/TO/APP/android-app.apk", | |
[debug] [BaseDriver] "appium:appPackage": "com.application.app", | |
[debug] [BaseDriver] "appium:appActivity": ".MainActivity" | |
[debug] [BaseDriver] }, | |
[debug] [BaseDriver] "firstMatch": [ | |
[debug] [BaseDriver] {} | |
[debug] [BaseDriver] ] | |
[debug] [BaseDriver] } | |
[BaseDriver] Capability 'noReset' changed from string to boolean. This may cause unexpected behavior | |
[BaseDriver] Session created with session id: 537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377 | |
[BaseDriver] Using local app 'PATH/TO/APP/android-app.apk' | |
[debug] [UiAutomator2] Checking whether app is actually present | |
[ADB] Found 4 'build-tools' folders under '/Users/andrewweaver/Library/Android/sdk/' (newest first): | |
[ADB] /Users/andrewweaver/Library/Android/sdk/build-tools/29.0.2 | |
[ADB] /Users/andrewweaver/Library/Android/sdk/build-tools/29.0.1 | |
[ADB] /Users/andrewweaver/Library/Android/sdk/build-tools/29.0.0 | |
[ADB] /Users/andrewweaver/Library/Android/sdk/build-tools/28.0.3 | |
[ADB] Using 'adb' from '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb' | |
[AndroidDriver] Retrieving device list | |
[debug] [ADB] Trying to find a connected android device | |
[debug] [ADB] Getting connected devices... | |
[debug] [ADB] Connected devices: [{"udid":"5200615242e31623","state":"device"}] | |
[AndroidDriver] Using device: 5200615242e31623 | |
[ADB] Using 'adb' from '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb' | |
[debug] [ADB] Setting device id to 5200615242e31623 | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell getprop ro.build.version.sdk' | |
[debug] [ADB] Current device property 'ro.build.version.sdk': 27 | |
[debug] [ADB] Device API level: 27 | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 wait-for-device' | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell echo ping' | |
[debug] [AndroidDriver] Pushing settings apk to device... | |
[debug] [ADB] Getting install status for io.appium.settings | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell dumpsys package io.appium.settings' | |
[debug] [ADB] 'io.appium.settings' is installed | |
[debug] [ADB] Getting package info for 'io.appium.settings' | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell dumpsys package io.appium.settings' | |
[ADB] Using 'apkanalyzer' from '/Users/andrewweaver/Library/Android/sdk/tools/bin/apkanalyzer' | |
[debug] [ADB] Starting '/Users/andrewweaver/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk"] | |
[ADB] Cannot extract apk info using apkanalyzer. Falling back to aapt. Original error: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema | |
[ADB] at com.android.repository.api.SchemaModule$SchemaModuleVersion.<init>(SchemaModule.java:156) | |
[ADB] at com.android.repository.api.SchemaModule.<init>(SchemaModule.java:75) | |
[ADB] at com.android.sdklib.repository.AndroidSdkHandler.<clinit>(AndroidSdkHandler.java:81) | |
[ADB] at com.android.tools.apk.analyzer.ApkAnalyzerCli.getAaptInvokerFromSdk(ApkAnalyzerCli.java:277) | |
[ADB] at com.android.tools.apk.analyzer.ApkAnalyzerCli.main(ApkAnalyzerCli.java:129) | |
[ADB] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchema | |
[ADB] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) | |
[ADB] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) | |
[ADB] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) | |
[ADB] ... 5 more | |
[ADB] | |
[ADB] Using 'aapt' from '/Users/andrewweaver/Library/Android/sdk/build-tools/29.0.2/aapt' | |
[debug] [ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('2.14.2' >= '2.14.2') | |
[debug] [ADB] There is no need to install/upgrade '/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' | |
[debug] [ADB] Getting IDs of all 'io.appium.settings' processes | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell 'pgrep --help; echo $?'' | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell pgrep -f io\\.appium\\.settings' | |
[debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions. | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell appops set io.appium.settings android\:mock_location allow' | |
[debug] [Logcat] Starting logcat capture | |
[debug] [ADB] Getting install status for io.appium.uiautomator2.server | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell dumpsys package io.appium.uiautomator2.server' | |
[debug] [ADB] 'io.appium.uiautomator2.server' is installed | |
[debug] [ADB] Getting package info for 'io.appium.uiautomator2.server' | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell dumpsys package io.appium.uiautomator2.server' | |
[debug] [ADB] Starting '/Users/andrewweaver/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk"] | |
[ADB] Cannot extract apk info using apkanalyzer. Falling back to aapt. Original error: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema | |
[ADB] at com.android.repository.api.SchemaModule$SchemaModuleVersion.<init>(SchemaModule.java:156) | |
[ADB] at com.android.repository.api.SchemaModule.<init>(SchemaModule.java:75) | |
[ADB] at com.android.sdklib.repository.AndroidSdkHandler.<clinit>(AndroidSdkHandler.java:81) | |
[ADB] at com.android.tools.apk.analyzer.ApkAnalyzerCli.getAaptInvokerFromSdk(ApkAnalyzerCli.java:277) | |
[ADB] at com.android.tools.apk.analyzer.ApkAnalyzerCli.main(ApkAnalyzerCli.java:129) | |
[ADB] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchema | |
[ADB] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) | |
[ADB] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) | |
[ADB] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) | |
[ADB] ... 5 more | |
[ADB] | |
[debug] [ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('4.3.0' >= '4.3.0') | |
[debug] [UiAutomator2] io.appium.uiautomator2.server installation state: sameVersionInstalled | |
[debug] [ADB] Checking app cert for /Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk | |
[ADB] Using 'apksigner' from '/Users/andrewweaver/Library/Android/sdk/build-tools/29.0.2/apksigner' | |
[debug] [ADB] Starting '/Users/andrewweaver/Library/Android/sdk/build-tools/29.0.2/apksigner' with args '["verify","--print-certs","/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk"]' | |
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [ADB] | |
[debug] [ADB] '/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk' is already signed. | |
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell dumpsys package io.appium.uiautomator2.server.test' | |
[debug] [ADB] 'io.appium.uiautomator2.server.test' is installed | |
[debug] [ADB] Checking app cert for /Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk | |
[debug] [ADB] Starting '/Users/andrewweaver/Library/Android/sdk/build-tools/29.0.2/apksigner' with args '["verify","--print-certs","/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk"]' | |
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [ADB] | |
[debug] [ADB] '/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is already signed. | |
[UiAutomator2] Server packages are not going to be (re)installed | |
[debug] [UiAutomator2] Waiting up to 30000ms for services to be available | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell pm list instrumentation' | |
[debug] [UiAutomator2] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available | |
[debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 8200 | |
[debug] [ADB] Forwarding system: 8200 to device: 6790 | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 forward tcp\:8200 tcp\:6790' | |
[debug] [ADB] Checking app cert for PATH/TO/APP/android-app.apk | |
[debug] [ADB] Starting '/Users/andrewweaver/Library/Android/sdk/build-tools/29.0.2/apksigner' with args '["verify","--print-certs","PATH/TO/APP/android-app.apk"]' | |
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [ADB] | |
[debug] [ADB] 'PATH/TO/APP/android-app.apk' is already signed. | |
[debug] [ADB] Getting install status for com.application.app | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell dumpsys package com.application.app' | |
[debug] [ADB] 'com.application.app' is not installed | |
[debug] [ADB] App 'PATH/TO/APP/android-app.apk' is not installed | |
[debug] [ADB] Installing 'PATH/TO/APP/android-app.apk' | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo _ERROR_'' | |
[debug] [ADB] The count of applications in the cache: 6 | |
[ADB] The application at 'PATH/TO/APP/android-app.apk' is already cached to '/data/local/tmp/appium_cache/06e635178a30e612dd2256a4d5401acf1b4eee8f.apk' | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell pm install /data/local/tmp/appium_cache/06e635178a30e612dd2256a4d5401acf1b4eee8f.apk' | |
[ADB] The installation of 'android-app.apk' took 4.393s | |
[debug] [ADB] Install command stdout: Success | |
[debug] [UiAutomator2] Performing shallow cleanup of automation leftovers | |
[debug] [UiAutomator2] No obsolete sessions have been detected (Error: read ECONNRESET) | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell am force-stop io.appium.uiautomator2.server.test' | |
[UiAutomator2] Starting UIAutomator2 server 4.3.0 | |
[UiAutomator2] Using UIAutomator2 server from '/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk' and test from '/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
[UiAutomator2] Waiting up to 30000ms for UiAutomator2 to be online... | |
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","5200615242e31623","shell","am","instrument","-w","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"] | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body | |
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body | |
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"} | |
[debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server: | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body | |
[WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"} | |
[debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
[debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"None","value":{"ready":true,"message":"UiAutomator2 Server is ready to accept commands"}} | |
[debug] [UiAutomator2] The initialization of the instrumentation process took 4210ms | |
[debug] [WD Proxy] Matched '/session' to command name 'createSession' | |
[debug] [WD Proxy] Proxying [POST /session] to [POST http://localhost:8200/wd/hub/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","noReset":true,"deviceName":"Galaxy S8","app":"PATH/TO/APP/android-app.apk","appPackage":"com.application.app","appActivity":".MainActivity"},"platformName":"android","noReset":true,"deviceName":"5200615242e31623","app":"PATH/TO/APP/android-app.apk","appPackage":"com.application.app","appActivity":".MainActivity","deviceUDID":"5200615242e31623"}],"alwaysMatch":{}}} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","noReset":true,"deviceName":"Galaxy S8","app":"PATH/TO/APP/android-app.apk","appPackage":"com.application.app","appActivity":".MainActivity"},"platformName":"android","noReset":true,"deviceName":"5200615242e31623","app":"PATH/TO/APP/android-app.apk","appPackage":"com.application.app","appActivity":".MainActivity","deviceUDID":"5200615242e31623"}],"alwaysMatch":{}}}} | |
[WD Proxy] Determined the downstream protocol as 'W3C' | |
[debug] [WD Proxy] Proxying [GET /appium/device/info] to [GET http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/appium/device/info] with no body | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"androidId":"21a27fdb960b295d","manufacturer":"samsung","model":"SM-T580","brand":"samsung","apiVersion":"27","platformVersion":"8.1.0","carrierName":"","realDisplaySize":"1920x1200","displayDensity":240,"networks":[{"type":13,"typeName":"WIFI_P2P","subtype":0,"subtypeName":"","isConnected":false,"detailedState":"IDLE","state":"UNKNOWN","extraInfo":null,"isAvailable":true,"isFailover":false,"isRoaming":false,"capabilities":{"transportTypes":"NET_CAPABILITY_SUPL","networkCapabilities":"","linkUpstreamBandwidthKbps":1048576,"linkDownBandwidthKbps":1048576,"signalStrength":-2147483648,"networkSpecifier":null,"SSID":null}},{"type":1,"typeName":"WIFI","subtype":0,"subtypeName":"","isConnected":true,"detailedState":"CONNECTED","state":"CONNECTED","extraInfo":"\"apxap01-5G\"","isAvailable":true,"isFailover":false,"isRoaming":false,"capabilities":{"transportTypes":"NET_CAPABILITY_SUPL","networkCapabilities":"","linkUpstreamBandwidthKbps":1048576,"linkDow... | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell dumpsys window' | |
[AndroidDriver] Screen already unlocked, doing nothing | |
[UiAutomator2] Starting 'com.application.app/.MainActivity and waiting for 'com.application.app/.MainActivity' | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell am start -W -n com.application.app/.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000' | |
[debug] [WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/appium/device/pixel_ratio] with body: {} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":1.5} | |
[debug] [WD Proxy] Matched '/appium/device/system_bars' to command name 'getSystemBars' | |
[debug] [WD Proxy] Proxying [GET /appium/device/system_bars] to [GET http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/appium/device/system_bars] with body: {} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"statusBar":36}} | |
[debug] [WD Proxy] Matched '/window/current/size' to command name 'getWindowSize' | |
[debug] [WD Proxy] Proxying [GET /window/current/size] to [GET http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/window/current/size] with body: {} | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"height":1200,"width":1920}} | |
[Appium] New AndroidUiautomator2Driver session created successfully, session 537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377 added to master session list | |
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1583168558051 (09:02:38 GMT-0800 (Pacific Standard Time)) | |
[debug] [W3C (537eb5a5)] Cached the protocol value 'W3C' for the new session 537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377 | |
[debug] [W3C (537eb5a5)] Responding to client with driver.createSession() result: {"capabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","noReset":true,"deviceName":"Galaxy S8","app":"PATH/TO/APP/android-app.apk","appPackage":"com.application.app","appActivity":".MainActivity"},"platformName":"android","noReset":true,"deviceName":"5200615242e31623","app":"PATH/TO/APP/android-app.apk","appPackage":"com.application.app","appActivity":".MainActivity","deviceUDID":"5200615242e31623","deviceApiLevel":27,"platformVersion":"8.1.0","deviceScreenSize":"1920x1200","deviceScreenDensity":240,"deviceModel":"SM-T580","deviceManufacturer":"samsung","pixelRatio":1.5,"statBarHeight":36,"viewportRect":{"left":0,"top":36,"width":1920,"height":1164}}} | |
[HTTP] <-- POST /wd/hub/session 200 16984 ms - 1008 | |
[HTTP] | |
Installed application | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/appium/app/launch | |
[HTTP] {} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.launchApp() with args: ["537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [ADB] Checking app cert for PATH/TO/APP/android-app.apk | |
[debug] [ADB] Starting '/Users/andrewweaver/Library/Android/sdk/build-tools/29.0.2/apksigner' with args '["verify","--print-certs","PATH/TO/APP/android-app.apk"]' | |
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
[debug] [ADB] | |
[debug] [ADB] 'PATH/TO/APP/android-app.apk' is already signed. | |
[debug] [ADB] Getting install status for com.application.app | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell dumpsys package com.application.app' | |
[debug] [ADB] 'com.application.app' is installed | |
[debug] [ADB] Getting package info for 'com.application.app' | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell dumpsys package com.application.app' | |
[debug] [ADB] Starting '/Users/andrewweaver/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","PATH/TO/APP/android-app.apk"] | |
[ADB] Cannot extract apk info using apkanalyzer. Falling back to aapt. Original error: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema | |
[ADB] at com.android.repository.api.SchemaModule$SchemaModuleVersion.<init>(SchemaModule.java:156) | |
[ADB] at com.android.repository.api.SchemaModule.<init>(SchemaModule.java:75) | |
[ADB] at com.android.sdklib.repository.AndroidSdkHandler.<clinit>(AndroidSdkHandler.java:81) | |
[ADB] at com.android.tools.apk.analyzer.ApkAnalyzerCli.getAaptInvokerFromSdk(ApkAnalyzerCli.java:277) | |
[ADB] at com.android.tools.apk.analyzer.ApkAnalyzerCli.main(ApkAnalyzerCli.java:129) | |
[ADB] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchema | |
[ADB] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) | |
[ADB] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) | |
[ADB] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) | |
[ADB] ... 5 more | |
[ADB] | |
[debug] [ADB] The version name of the installed 'com.application.app' is greater or equal to the application version name ('5.50.0' >= '5.50.0') | |
[debug] [ADB] There is no need to install/upgrade 'PATH/TO/APP/android-app.apk' | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell am start -W -n com.application.app/.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000' | |
[debug] [W3C (537eb5a5)] Responding to client with driver.launchApp() result: null | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/appium/app/launch 200 3663 ms - 14 | |
[HTTP] | |
Registering device... | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 128 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 2436 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 818 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 884 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 61 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 51 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 50 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 87 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 85 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 86 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 77 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 75 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 73 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 38 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 83 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 87 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 83 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 61 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 69 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 70 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 64 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 68 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 75 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 76 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 53 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 64 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 73 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 65 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 64 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 60 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 65 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 66 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 50 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 51 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 48 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 67 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"pairing-go-to-pair-by-login-button"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","pairing-go-to-pair-by-login-button","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"pairing-go-to-pair-by-login-button","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 74 ms - 424 | |
[HTTP] | |
Timeout occurred: pairing-go-to-pair-by-login-button | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 59 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 49 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 58 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 45 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 65 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 58 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 903 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 390 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 463 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 551 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 373 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 354 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 425 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 284 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 262 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 336 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 387 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 333 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 351 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 352 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 324 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 335 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 344 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 280 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 289 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 282 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 308 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 296 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 336 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 290 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 362 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 343 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 371 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 254 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 257 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 330 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 320 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 397 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 340 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 278 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 386 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 271 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 317 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 316 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 350 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 371 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 338 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 415 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 290 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 294 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 359 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 348 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 274 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 347 ms - 424 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element | |
[HTTP] {"using":"id","value":"splash-machine-id"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.findElement() with args: ["id","splash-machine-id","537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator | |
[debug] [BaseDriver] Waiting up to 0 ms for condition | |
[debug] [WD Proxy] Matched '/element' to command name 'findElement' | |
[debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3/element] with body: {"strategy":"id","selector":"splash-machine-id","context":"","multiple":false} | |
[WD Proxy] Got an unexpected response with status 404: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.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:78)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann... | |
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError | |
[debug] [W3C (537eb5a5)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters. | |
[debug] [W3C (537eb5a5)] at AndroidUiautomator2Driver.findElOrEls (/Users/andrewweaver/.nvm/versions/node/v10.15.0/lib/node_modules/appium/node_modules/appium-android-driver/lib/commands/find.js:75:11) | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/element 404 332 ms - 424 | |
[HTTP] | |
machine ID not available | |
[HTTP] --> POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/appium/device/remove_app | |
[HTTP] {"appId":"com.application.app"} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.removeApp() with args: ["com.application.app",null,null,null,"537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [ADB] Uninstalling com.application.app | |
[debug] [ADB] Getting install status for com.application.app | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell dumpsys package com.application.app' | |
[debug] [ADB] 'com.application.app' is installed | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell am force-stop com.application.app' | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 uninstall com.application.app' | |
[debug] [ADB] 'adb uninstall com.application.app' command output: Success | |
[ADB] com.application.app was successfully uninstalled | |
[debug] [W3C (537eb5a5)] Responding to client with driver.removeApp() result: true | |
[HTTP] <-- POST /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377/appium/device/remove_app 200 1237 ms - 14 | |
[HTTP] | |
[HTTP] --> DELETE /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377 | |
[HTTP] {} | |
[debug] [W3C (537eb5a5)] Calling AppiumDriver.deleteSession() with args: ["537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377"] | |
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1583168648375 (09:04:08 GMT-0800 (Pacific Standard Time)) | |
[Appium] Removing session 537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377 from our master session list | |
[debug] [UiAutomator2] Deleting UiAutomator2 session | |
[debug] [UiAutomator2] Deleting UiAutomator2 server session | |
[debug] [WD Proxy] Matched '/' to command name 'deleteSession' | |
[debug] [WD Proxy] Proxying [DELETE /] to [DELETE http://localhost:8200/wd/hub/session/546e1c30-af4c-459c-a146-994d38b75dd3] with no body | |
[debug] [WD Proxy] Got response with status 200: {"sessionId":"546e1c30-af4c-459c-a146-994d38b75dd3","value":null} | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 shell am force-stop com.application.app' | |
[debug] [Logcat] Stopping logcat capture | |
[debug] [ADB] Removing forwarded port socket connection: 8200 | |
[debug] [ADB] Running '/Users/andrewweaver/Library/Android/sdk/platform-tools/adb -P 5037 -s 5200615242e31623 forward --remove tcp\:8200' | |
[debug] [BaseDriver] Event 'quitSessionFinished' logged at 1583168648563 (09:04:08 GMT-0800 (Pacific Standard Time)) | |
[debug] [W3C (537eb5a5)] Received response: null | |
[debug] [W3C (537eb5a5)] But deleting session, so not returning | |
[debug] [W3C (537eb5a5)] Responding to client with driver.deleteSession() result: null | |
[HTTP] <-- DELETE /wd/hub/session/537eb5a5-8a4f-4ae3-a8b2-1ca250ba3377 200 189 ms - 14 | |
[HTTP] | |
Device is not registered. Exiting. | |
[Appium] Received SIGTERM - shutting down | |
Process finished with exit code 0``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment