[info] [Appium] Welcome to Appium v1.15.0 [info] [Appium] Non-default server args: [info] [Appium] allowInsecure: { [info] [Appium] } [info] [Appium] denyInsecure: { [info] [Appium] } [info] [Appium] Appium REST http interface listener started on 0.0.0.0:4723[info] [HTTP] --> GET /wd/hub/sessions [info] [HTTP] {} [debug] [GENERIC] Calling AppiumDriver.getSessions() with args: [] [debug] [GENERIC] Responding to client with driver.getSessions() result: [] [info] [HTTP] <-- GET /wd/hub/sessions 200 4 ms - 40 [info] [HTTP] [info] [HTTP] --> POST /wd/hub/session [info] [HTTP] {"desiredCapabilities":{"app":"/Users/devannapureddy/Desktop/ArclightUAT.apk","automationName":"UiAutomator2","deviceName":"S8","platformName":"Android","udid":"b827491566978c76","newCommandTimeout":0,"connectHardwareKeyboard":true}} [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"app":"/Users/devannapureddy/Desktop/ArclightUAT.apk","automationName":"UiAutomator2","deviceName":"S8","platformName":"Android","udid":"b827491566978c76","newCommandTimeout":0,"connectHardwareKeyboard":true},null,null] [debug] [BaseDriver] Event 'newSessionRequested' logged at 1570663632977 (18:27:12 GMT-0500 (Central Daylight Time)) [info] [Appium] Appium v1.15.0 creating new AndroidUiautomator2Driver (v1.37.1) session [debug] [BaseDriver] Creating session with MJSONWP desired capabilities: { [debug] [BaseDriver] "app": "/Users/devannapureddy/Desktop/ArclightUAT.apk", [debug] [BaseDriver] "automationName": "UiAutomator2", [debug] [BaseDriver] "deviceName": "S8", [debug] [BaseDriver] "platformName": "Android", [debug] [BaseDriver] "udid": "b827491566978c76", [debug] [BaseDriver] "newCommandTimeout": 0, [debug] [BaseDriver] "connectHardwareKeyboard": true [debug] [BaseDriver] } [warn] [BaseDriver] The following capabilities were provided, but are not recognized by Appium: [warn] [BaseDriver] connectHardwareKeyboard [info] [BaseDriver] Session created with session id: 020b2fb3-5f59-4eab-89a2-70a1a1479781[info] [ADB] Found 2 'build-tools' folders under '/Users/devannapureddy/Library/Android/sdK' (newest first): [info] [ADB] /Users/devannapureddy/Library/Android/sdK/build-tools/28.0.3 [info] [ADB] /Users/devannapureddy/Library/Android/sdK/build-tools/27.0.3 [info] [ADB] Using 'adb' from '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb' [info] [AndroidDriver] Retrieving device list [debug] [ADB] Trying to find a connected android device [debug] [ADB] Getting connected devices... [debug] [ADB] Connected devices: [{"udid":"b827491566978c76","state":"device"}] [info] [AndroidDriver] Using device: b827491566978c76 [info] [ADB] Using 'adb' from '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb' [debug] [ADB] Setting device id to b827491566978c76 [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell getprop ro.build.version.sdk' [debug] [ADB] Current device property 'ro.build.version.sdk': 26 [debug] [ADB] Device API level: 26 [debug] [AndroidDriver] Parsing package and activity from app manifest [info] [ADB] Using 'apkanalyzer' from '/Users/devannapureddy/Library/Android/sdK/tools/bin/apkanalyzer' [debug] [ADB] Starting '/Users/devannapureddy/Library/Android/sdK/tools/bin/apkanalyzer' with args ["-h","manifest","print","/Users/devannapureddy/Desktop/ArclightUAT.apk"][info] [ADB] Using the alternative activity name detection method because of: Command '/Users/devannapureddy/Library/Android/sdK/tools/bin/apkanalyzer -h manifest print /Users/devannapureddy/Desktop/ArclightUAT.apk' exited with code 1 [info] [ADB] Using 'aapt' from '/Users/devannapureddy/Library/Android/sdK/build-tools/28.0.3/aapt' [info] [ADB] Extracting package and launch activity from manifest [info] [ADB] Package name: 'com.arclightuat.mobile' [info] [ADB] Main activity name: 'com.arclightuat.mobile.MainActivity' [debug] [AndroidDriver] Parsed package and activity are: com.arclightuat.mobile/com.arclightuat.mobile.MainActivity [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 wait-for-device' [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell echo ping'[debug] [AndroidDriver] Pushing settings apk to device... [debug] [ADB] Getting install status for io.appium.settings [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 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/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell dumpsys package io.appium.settings'[debug] [ADB] Starting '/Users/devannapureddy/Library/Android/sdK/tools/bin/apkanalyzer' with args ["manifest","print","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk"][info] [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 [info] [ADB] at com.android.repository.api.SchemaModule$SchemaModuleVersion.(SchemaModule.java:156) [info] [ADB] at com.android.repository.api.SchemaModule.(SchemaModule.java:75) [info] [ADB] at com.android.sdklib.repository.AndroidSdkHandler.(AndroidSdkHandler.java:81) [info] [ADB] at com.android.tools.apk.analyzer.ApkAnalyzerCli.getAaptInvokerFromSdk(ApkAnalyzerCli.java:277) [info] [ADB] at com.android.tools.apk.analyzer.ApkAnalyzerCli.main(ApkAnalyzerCli.java:129) [info] [ADB] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchema [info] [ADB] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582) [info] [ADB] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190) [info] [ADB] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499) [info] [ADB] ... 5 more [info] [ADB] [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 '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' [debug] [ADB] Getting IDs of all 'io.appium.settings' processes [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell 'pgrep --help; echo $?'' [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell pgrep \^appium\\.settings\$'[debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions. [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 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/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 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/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell dumpsys package io.appium.uiautomator2.server' [debug] [ADB] Starting '/Users/devannapureddy/Library/Android/sdK/tools/bin/apkanalyzer' with args ["manifest","print","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk"][info] [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 [info] [ADB] at com.android.repository.api.SchemaModule$SchemaModuleVersion.(SchemaModule.java:156) [info] [ADB] at com.android.repository.api.SchemaModule.(SchemaModule.java:75) [info] [ADB] at com.android.sdklib.repository.AndroidSdkHandler.(AndroidSdkHandler.java:81) [info] [ADB] at com.android.tools.apk.analyzer.ApkAnalyzerCli.getAaptInvokerFromSdk(ApkAnalyzerCli.java:277) [info] [ADB] at com.android.tools.apk.analyzer.ApkAnalyzerCli.main(ApkAnalyzerCli.java:129) [info] [ADB] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchema [info] [ADB] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582) [info] [ADB] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190) [info] [ADB] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499) [info] [ADB] ... 5 more [info] [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 /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk [info] [ADB] Using 'apksigner' from '/Users/devannapureddy/Library/Android/sdK/build-tools/28.0.3/apksigner' [debug] [ADB] Starting '/Users/devannapureddy/Library/Android/sdK/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Applications/Appium.app/Contents/Resources/app/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] '/Applications/Appium.app/Contents/Resources/app/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/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell dumpsys package io.appium.uiautomator2.server.test'[debug] [ADB] 'io.appium.uiautomator2.server.test' is installed [debug] [ADB] Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk [debug] [ADB] Starting '/Users/devannapureddy/Library/Android/sdK/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk"]'[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US [debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc [debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 [debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 [debug] [ADB] [debug] [ADB] '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is already signed. [info] [UiAutomator2] Server packages are not going to be (re)installed [debug] [UiAutomator2] Waiting up to 30000ms for services to be available [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 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/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 forward tcp\:8200 tcp\:6790' [debug] [ADB] Checking app cert for /Users/devannapureddy/Desktop/ArclightUAT.apk [debug] [ADB] Starting '/Users/devannapureddy/Library/Android/sdK/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/devannapureddy/Desktop/ArclightUAT.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/devannapureddy/Desktop/ArclightUAT.apk' is already signed. [debug] [ADB] Getting install status for com.arclightuat.mobile [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell dumpsys package com.arclightuat.mobile' [debug] [ADB] 'com.arclightuat.mobile' is installed [debug] [ADB] Getting package info for 'com.arclightuat.mobile' [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell dumpsys package com.arclightuat.mobile'[debug] [ADB] Starting '/Users/devannapureddy/Library/Android/sdK/tools/bin/apkanalyzer' with args ["manifest","print","/Users/devannapureddy/Desktop/ArclightUAT.apk"][info] [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 [info] [ADB] at com.android.repository.api.SchemaModule$SchemaModuleVersion.(SchemaModule.java:156) [info] [ADB] at com.android.repository.api.SchemaModule.(SchemaModule.java:75) [info] [ADB] at com.android.sdklib.repository.AndroidSdkHandler.(AndroidSdkHandler.java:81) [info] [ADB] at com.android.tools.apk.analyzer.ApkAnalyzerCli.getAaptInvokerFromSdk(ApkAnalyzerCli.java:277) [info] [ADB] at com.android.tools.apk.analyzer.ApkAnalyzerCli.main(ApkAnalyzerCli.java:129) [info] [ADB] Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchema [info] [ADB] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582) [info] [ADB] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190) [info] [ADB] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499) [info] [ADB] ... 5 more [info] [ADB] [debug] [ADB] The version name of the installed 'com.arclightuat.mobile' is greater or equal to the application version name ('3.0.9' >= '3.0.9') [debug] [ADB] There is no need to install/upgrade '/Users/devannapureddy/Desktop/ArclightUAT.apk' [info] [AndroidDriver] Performing fast reset on 'com.arclightuat.mobile' [debug] [ADB] Getting install status for com.arclightuat.mobile [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell dumpsys package com.arclightuat.mobile' [debug] [ADB] 'com.arclightuat.mobile' is installed [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell am force-stop com.arclightuat.mobile'[debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell pm clear com.arclightuat.mobile'[debug] [AndroidDriver] Performed fast reset on the installed 'com.arclightuat.mobile' application (stop and clear) [debug] [UiAutomator2] Performing shallow cleanup of automation leftovers [debug] [UiAutomator2] No obsolete sessions have been detected (Error: read ECONNRESET) [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell am force-stop io.appium.uiautomator2.server.test' [info] [UiAutomator2] Starting UIAutomator2 server 4.3.0 [info] [UiAutomator2] Using UIAutomator2 server from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk' and test from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' [info] [UiAutomator2] Waiting up to 30000ms for UiAutomator2 to be online... [debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","b827491566978c76","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 [info] [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 [info] [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 [info] [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 4155ms [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":{"app":"/Users/devannapureddy/Desktop/ArclightUAT.apk","automationName":"UiAutomator2","deviceName":"S8","platformName":"Android","udid":"b827491566978c76","newCommandTimeout":0,"connectHardwareKeyboard":true},"app":"/Users/devannapureddy/Desktop/ArclightUAT.apk","automationName":"UiAutomator2","deviceName":"b827491566978c76","platformName":"Android","udid":"b827491566978c76","newCommandTimeout":0,"connectHardwareKeyboard":true,"deviceUDID":"b827491566978c76","appPackage":"com.arclightuat.mobile"}],"alwaysMatch":{}}}[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":{"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"/Users/devannapureddy/Desktop/ArclightUAT.apk","automationName":"UiAutomator2","deviceName":"S8","platformName":"Android","udid":"b827491566978c76","newCommandTimeout":0,"connectHardwareKeyboard":true},"app":"/Users/devannapureddy/Desktop/ArclightUAT.apk","automationName":"UiAutomator2","deviceName":"b827491566978c76","platformName":"Android","udid":"b827491566978c76","newCommandTimeout":0,"connectHardwareKeyboard":true,"deviceUDID":"b827491566978c76","appPackage":"com.arclightuat.mobile"}],"alwaysMatch":{}}}} [info] [WD Proxy] Determined the downstream protocol as 'W3C' [debug] [WD Proxy] Proxying [GET /appium/device/info] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/appium/device/info] with no body[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":{"androidId":"193557d14c031a76","manufacturer":"samsung","model":"SM-T820","brand":"samsung","apiVersion":"26","platformVersion":"8.0.0","carrierName":"","realDisplaySize":"1536x2048","displayDensity":280,"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":"\"CED_Guest\"","isAvailable":true,"isFailover":false,"isRoaming":false,"capabilities":{"transportTypes":"NET_CAPABILITY_SUPL","networkCapabilities":"","linkUpstreamBandwidthKbps":1048576,"linkDown... [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell dumpsys window' [info] [AndroidDriver] Screen already unlocked, doing nothing [info] [UiAutomator2] Starting 'com.arclightuat.mobile/com.arclightuat.mobile.MainActivity and waiting for 'com.arclightuat.mobile/com.arclightuat.mobile.MainActivity' [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell am start -W -n com.arclightuat.mobile/com.arclightuat.mobile.MainActivity -S'[debug] [ADB] Waiting up to 20000ms for activity matching pkg: 'com.arclightuat.mobile' and activity: 'com.arclightuat.mobile.MainActivity' to be focused [debug] [ADB] Possible activities, to be checked: 'com.arclightuat.mobile.MainActivity', 'com.arclightuat.mobile.com.arclightuat.mobile.MainActivity' [debug] [ADB] Getting focused package and activity [debug] [ADB] Running '/Users/devannapureddy/Library/Android/sdK/platform-tools/adb -P 5037 -s b827491566978c76 shell dumpsys window windows'[debug] [ADB] Found package: 'com.arclightuat.mobile' and fully qualified activity name : 'com.arclightuat.mobile.MainActivity' [debug] [WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/appium/device/pixel_ratio] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":1.75} [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/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/appium/device/system_bars] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":{"statusBar":42}} [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/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/window/current/size] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":{"height":2048,"width":1536}} [info] [Appium] New AndroidUiautomator2Driver session created successfully, session 020b2fb3-5f59-4eab-89a2-70a1a1479781 added to master session list [debug] [BaseDriver] Event 'newSessionStarted' logged at 1570663646262 (18:27:26 GMT-0500 (Central Daylight Time)) [debug] [MJSONWP (020b2fb3)] Cached the protocol value 'MJSONWP' for the new session 020b2fb3-5f59-4eab-89a2-70a1a1479781 [debug] [MJSONWP (020b2fb3)] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"/Users/devannapureddy/Desktop/ArclightUAT.apk","automationName":"UiAutomator2","deviceName":"S8","platformName":"Android","udid":"b827491566978c76","newCommandTimeout":0,"connectHardwareKeyboard":true},"app":"/Users/devannapureddy/Desktop/ArclightUAT.apk","automationName":"UiAutomator2","deviceName":"b827491566978c76","platformName":"Android","udid":"b827491566978c76","newCommandTimeout":0,"connectHardwareKeyboard":true,"deviceUDID":"b827491566978c76","appPackage":"com.arclightuat.mobile","deviceApiLevel":26,"platformVersion":"8.0.0","deviceScreenSize":"1536x2048","deviceScreenDensity":280,"deviceModel":"SM-T820","deviceManufacturer":"samsung","pixelRatio":1.75,"statBarHeight":42,"viewportRect":{"left":0,"top":42,"width":1536,"height":2006}} [info] [HTTP] <-- POST /wd/hub/session 200 13288 ms - 1036 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/context [info] [HTTP] {"name":"NATIVE_APP"} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.setContext() with args: ["NATIVE_APP","020b2fb3-5f59-4eab-89a2-70a1a1479781"] [debug] [MJSONWP (020b2fb3)] Responding to client with driver.setContext() result: null [info] [HTTP] <-- POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/context 200 10 ms - 76 [info] [HTTP] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot [info] [HTTP] {} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.getScreenshot() with args: ["020b2fb3-5f59-4eab-89a2-70a1a1479781"] [debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' [debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/screenshot] with no body [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAABHNCSVQICAgIfAhkiAAPn+dJREFU\neNrsvQn8tttUN7738zznHONxjuFkyEGlDDmoKJmSDIlCCEVkSBEaPg0fERmS3ojX8KfyRmaVEClT\noQwZCqGUITNlFmd69v+3rvve17X22muvvfY13MPvWV+e87vu69rzvL9r7bW9cy44g8FgMBgMBoPB\nYDAYDAaDwWAwGAyHCke2nQCDwWAwGAwGg8FgMBgMBoPBYDAYDPPDBAAGg8FgMBgMBoPBYDAYDAaD\nwWAwHEKYAMBgMBgMBoPBYDAYDAaDwWAwGAyGQwgTABgMBoPBYDAYDAaDwWAwGAwGg8FwCGECAIPB\nYDAYDAaDwWAwGAwGg8FgMBgOIUwAYDAYDAaDwWAwGAwGg8FgMBgMBsMhxLFtJ2DTOHrUuat8s3cP\n+NGT3T1vdMwdO8k5f\/Zx544HB\/87fvD83Lced094xfnufZ9w7rzzt51ig8FgMBgMBoPBYDAYDAaD\nwWAwGNrhD\/6FbSdiIxk9yOk9bnGSe\/LPXdCddJDlI8dDR\/p3\/85Hfw\/+hYPn4+cFd\/7x4+4+zzru\nnvvmbafeYDAYDAaDwWAwGAwGg8FgMBgMhjacEAKAS5zq3cf+\/GLu5HMZ0r8gAIDf\/vzjzh0J7uT7\nhu7zHDh69Ki7xjWu4W50oxu5U0891XmQTExECMF96lOfcn\/zN3\/jPv7xj2+5tA0Gg8FgMBgMBoPB\nYDAYDIbt4NKXvrT7pm\/6Jvef\/\/mf7qtf\/eq2k7Pz+LZv+zZ34QtfOHn3ta99zf3Hf\/zHtpNmmAmz\nmwA6cuSIu971rtc1nre85S3u3\/\/93zuCupqQY8fcda5zHfeud73LfeMb35gtPTc866h77f85FXj8\ng0g8s... [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source' to command name 'getPageSource' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/source] with body: {} [debug] [MJSONWP (020b2fb3)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAABHNCSVQICAgIfAhkiAAPn+dJREFU\neNrsvQn8tttUN7738zznHONxjuFkyEGlDDmoKJmSDIlCCEVkSBEaPg0fERmS3ojX8KfyRmaVEClT\noQwZCqGUITNlFmd69v+3rvve17X22muvvfY13MPvWV+e87vu69rzvL9r7bW9cy44g8FgMBgMBoPB\nYDAYDAaDwWAwGAyHCke2nQCDwWAwGAwGg8FgMBgMBoPBYDAYDPPDBAAGg8FgMBgMBoPBYDAYDAaD\nwWAwHEKYAMBgMBgMBoPBYDAYDAaDwWAwGAyGQwgTABgMBoPBYDAYDAaDwWAwGAwGg8FwCGECAIPB\nYDAYDAaDwWAwGAwGg8FgMBgOIUwAYDAYDAaDwWAwGAwGg8FgMBgMBsMhxLFtJ2DTOHrUuat8s3cP\n+NGT3T1vdMwdO8k5f/Zx544HB/87fvD83Lced094xfnufZ9w7rzzt51ig8FgMBgMBoPBYDAYDAaD\nwWAwGNrhD/6FbSdiIxk9yOk9bnGSe/LPXdCddJDlI8dDR/p3/85Hfw/+hYPn4+cFd/7x4+4+zzru\nnvvmbafeYDAYDAaDwWAwGAwGg8FgMBgMhjacEAKAS5zq3cf+/GLu5HMZ0r8gAIDf/vzjzh0J7uT7\nhu7zHDh69Ki7xjWu4W50oxu5U0891XmQTExECMF96lOfcn/zN3/jPv7xj2+5tA0Gg8FgMBgMBoPB\nYDAYDIbt4NKXvrT7pm/6Jvef//mf7qtf/eq2k7Pz+LZv+zZ34QtfOHn3ta99zf3Hf/zHtpNmmAmz\nmwA6cuSIu971rtc1nre85S3u3//93zuCupqQY8fcda5zHfeud73LfeMb35gtPTc866h77f85FXj8\ng0g8sOXOAbEPf4/X/R8/x7kzTnXu0186COvUy7s3fvljk9Jz2cte1j3oQQ9y3/zN39yV1Vw477zz\nurAf+c... [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot 200 1118 ms - 1401406 [info] [HTTP] [debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"\r\n\r\n \r\n \r\n  GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot [info] [HTTP] {} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.getScreenshot() with args: ["020b2fb3-5f59-4eab-89a2-70a1a1479781"] [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source' to command name 'getPageSource' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/source] with body: {} [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"\r\n\r\n \r\n \r\n  GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot [info] [HTTP] {} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.getScreenshot() with args: ["020b2fb3-5f59-4eab-89a2-70a1a1479781"] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' [debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/screenshot] with no body [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAABHNCSVQICAgIfAhkiAAA4jtJREFU\neNrs3QWcVHX3x\/GzQcPSSEhKSQkICIqAYmCApApid8djPnbz2PLHwBZFEQtRwACVEBURAwlBQinp\nzo35z\/cHd5hdZjZnd3aHz\/t5zbOT9\/7unbu81nN+v3PizMxnAAAAAAAAAAAgpsRHewAAAAAAAAAA\nACDySAAAAAAAAAAAABCDSAAAAAAAAAAAABCDSAAAAAAAAAAAABCDSAAAAAAAAAAAABCDSAAAAAAA\nAAAAABCDEqM9gIKWkGDW9NA4u6ZXcbuwS6IlFjOL251mluYz\/S\/Nf3\/kj2n29LhUm7vCLCU12iMG\nAAAAAAAAACDn4vw3X7QHUSAH6j\/SC04uZsOuLGXF\/Iccn+ZzQX93Sw366b\/5\/PfTUnyWmpZml76Z\nZiO\/j\/boAQAAAAAAAADImYMiAVA5Kc6WfVjeiieHCPqHSQDocVxqmlm8z4pf5nMvR0JCQoK1bNnS\nunTpYklJSRanzEQe+Xw+W7VqlX3xxRe2fPnyKJ9tAAAAAAAAIDqqV69uhxxyiC1atMi2bdsW7eEU\neg0bNrQyZcqke2779u32119\/RXtoiJCIlwCKj4+3Tp06uYvnhx9+sAULFrgAdZYDSUy09u3b2y+\/\n\/GK7du2K2HiObZVgk55IUhzfv5M4RcvNFNjXz7SsP5+2x6xaktm\/m\/3bSqptU7csy9N4atasaddf\nf70deuih7lxFSkpKitv2gw8+GLFtAgAAAAAAAJFWtmzZiATntZ2jjz7aOnfubMccc0zI92g\/3333\nnbv99ttvJAWCKH47fPjwkK9dfvnlJAFiRIL\/dl8kN9i4cWO78847XTBfs9yrVq1qa9eutS1btoRN\nBBQr... [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source' to command name 'getPageSource' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/source] with body: {} [debug] [MJSONWP (020b2fb3)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAABHNCSVQICAgIfAhkiAAA4jtJREFU\neNrs3QWcVHX3x/GzQcPSSEhKSQkICIqAYmCApApid8djPnbz2PLHwBZFEQtRwACVEBURAwlBQinp\nzo35z/cHd5hdZjZnd3aHz/t5zbOT9/7unbu81nN+v3PizMxnAAAAAAAAAAAgpsRHewAAAAAAAAAA\nACDySAAAAAAAAAAAABCDSAAAAAAAAAAAABCDSAAAAAAAAAAAABCDSAAAAAAAAAAAABCDSAAAAAAA\nAAAAABCDEqM9gIKWkGDW9NA4u6ZXcbuwS6IlFjOL251mluYz/S/Nf3/kj2n29LhUm7vCLCU12iMG\nAAAAAAAAACDn4vw3X7QHUSAH6j/SC04uZsOuLGXF/Iccn+ZzQX93Sw366b/5/PfTUnyWmpZml76Z\nZiO/j/boAQAAAAAAAADImYMiAVA5Kc6WfVjeiieHCPqHSQDocVxqmlm8z4pf5nMvR0JCQoK1bNnS\nunTpYklJSRanzEQe+Xw+W7VqlX3xxRe2fPnyKJ9tAAAAAAAAIDqqV69uhxxyiC1atMi2bdsW7eEU\neg0bNrQyZcqke2779u32119/RXtoiJCIlwCKj4+3Tp06uYvnhx9+sAULFrgAdZYDSUy09u3b2y+/\n/GK7du2K2HiObZVgk55IUhzfv5M4RcvNFNjXz7SsP5+2x6xaktm/m/3bSqptU7csy9N4atasaddf\nf70deuih7lxFSkpKitv2gw8+GLFtAgAAAAAAAJFWtmzZiATntZ2jjz7aOnfubMccc0zI92g/3333\nnbv99ttvJAWCKH47fPjwkK9dfvnlJAFiRIL/dl8kN9i4cWO78847XTBfs9yrVq1qa9eutS1btoRN\nBBQrVsxOP/10u+qqq9z758yZY3v27MnzWDo1S7BvFPwPnmSvGfcKvBfzH3rxfQH45LS96yAy3OL8\n443z7e... [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot 200 500 ms - 79430 [info] [HTTP] [debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"\r\n\r\n \r\n \r\n  GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot [info] [HTTP] {} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.getScreenshot() with args: ["020b2fb3-5f59-4eab-89a2-70a1a1479781"] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' [debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/screenshot] with no body [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAABHNCSVQICAgIfAhkiAAAzfhJREFU\neNrs3QWcVHX3x\/GzQcPSSEgpJaUgIigKioEBkiqI3R2P+djNY8sfA1sURSxEAQNEQlREDCRECaWk\nWXJhY\/7z\/cEdZpeZzdmd3eHzfl7z7MSdO7975y6v9Zzf75w4M\/MZAAAAAAAAAACIKfHRHgAAAAAA\nAAAAAIg8EgAAAAAAAAAAAMQgEgAAAAAAAAAAAMQgEgAAAAAAAAAAAMQgEgAAAAAAAAAAAMQgEgAA\nAAAAAAAAAMSgxGgPoKglJJi1ODDOrulV2i48NtESS5nF7cwwy\/CZ\/pfhvz\/yhwx7ely6zVthlpYe\n7REDAAAAAAAAAJB3cf6bL9qDKJID9R\/pBSeXsmFXlrNS\/kOOz\/C5oL+7pQf99N98\/vsZaT5Lz8iw\nS9\/MsJHfRXv0AAAAAAAAAADkzX6RAKieFGfLPqxspVNDBP3DJAD0OC49wyzeZ6Uv87mXIyEhIcHa\ntGljxx57rCUlJVmcMhMF5PP5bNWqVfbFF1\/Y8uXLo3y2AQAAAAAAgOioXbu2HXDAAbZo0SLbunVr\ntIdT7DVp0sQqVKiQ6blt27bZX3\/9Fe2hIUIiXgIoPj7eOnfu7C6e77\/\/3hYuXOgC1DkOJDHRjjji\nCPv5558tJSUlYuM5pm2CTXoiSXF8\/4fEKVpupsC+fmbk\/P6MXWa1ksz+TfbvK6m+Tdu8rEDjqVu3\nrl1\/\/fV24IEHunMVKWlpaW7fDz74YMT2CQAAAAAAAERaxYoVIxKc136OOuoo69Klix199NEht9Hn\nfPvtt+7266+\/khQIovjt8OHDQ752+eWXkwSIEQn+232R3GGzZs3szjvvdMF8zXKvWbOmrV271jZv\n3hw... [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source' to command name 'getPageSource' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/source] with body: {} [debug] [MJSONWP (020b2fb3)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAABHNCSVQICAgIfAhkiAAAzfhJREFU\neNrs3QWcVHX3x/GzQcPSSEgpJaUgIigKioEBkiqI3R2P+djNY8sfA1sURSxEAQNEQlREDCRECaWk\nWXJhY/7z/cEdZpeZzdmd3eHzfl7z7MSdO7975y6v9Zzf75w4M/MZAAAAAAAAAACIKfHRHgAAAAAA\nAAAAAIg8EgAAAAAAAAAAAMQgEgAAAAAAAAAAAMQgEgAAAAAAAAAAAMQgEgAAAAAAAAAAAMQgEgAA\nAAAAAAAAAMSgxGgPoKglJJi1ODDOrulV2i48NtESS5nF7cwwy/CZ/pfhvz/yhwx7ely6zVthlpYe\n7REDAAAAAAAAAJB3cf6bL9qDKJID9R/pBSeXsmFXlrNS/kOOz/C5oL+7pQf99N98/vsZaT5Lz8iw\nS9/MsJHfRXv0AAAAAAAAAADkzX6RAKieFGfLPqxspVNDBP3DJAD0OC49wyzeZ6Uv87mXIyEhIcHa\ntGljxx57rCUlJVmcMhMF5PP5bNWqVfbFF1/Y8uXLo3y2AQAAAAAAgOioXbu2HXDAAbZo0SLbunVr\ntIdT7DVp0sQqVKiQ6blt27bZX3/9Fe2hIUIiXgIoPj7eOnfu7C6e77//3hYuXOgC1DkOJDHRjjji\nCPv5558tJSUlYuM5pm2CTXoiSXF8/4fEKVpupsC+fmbk/P6MXWa1ksz+TfbvK6m+Tdu8rEDjqVu3\nrl1//fV24IEHunMVKWlpaW7fDz74YMT2CQAAAAAAAERaxYoVIxKc136OOuoo69Klix199NEht9Hn\nfPvtt+7266+/khQIovjt8OHDQ752+eWXkwSIEQn+232R3GGzZs3szjvvdMF8zXKvWbOmrV271jZv\n3hw2EVCqVCk7/fTT7aqrrnLbz50713bt2lXgsXRumWCTFfwPnmSvGfcKvJfyH3rpPQH41Izd6yCy\n3OL844... [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot 200 537 ms - 72332 [info] [HTTP] [debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"\r\n\r\n \r\n \r\n  GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot [info] [HTTP] {} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.getScreenshot() with args: ["020b2fb3-5f59-4eab-89a2-70a1a1479781"] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' [debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/screenshot] with no body [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy[info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot [info] [HTTP] {} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.getScreenshot() with args: ["020b2fb3-5f59-4eab-89a2-70a1a1479781"] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAABHNCSVQICAgIfAhkiAAAzfhJREFU\neNrs3QWcVHX3x\/GzQcPSSEgpJaUgIigKioEBkiqI3R2P+djNY8sfA1sURSxEAQNEQlREDCRECaWk\nWXJhY\/7z\/cEdZpeZzdmd3eHzfl7z7MSdO7975y6v9Zzf75w4M\/MZAAAAAAAAAACIKfHRHgAAAAAA\nAAAAAIg8EgAAAAAAAAAAAMQgEgAAAAAAAAAAAMQgEgAAAAAAAAAAAMQgEgAAAAAAAAAAAMQgEgAA\nAAAAAAAAAMSgxGgPoKglJJi1ODDOrulV2i48NtESS5nF7cwwy\/CZ\/pfhvz\/yhwx7ely6zVthlpYe\n7REDAAAAAAAAAJB3cf6bL9qDKJID9R\/pBSeXsmFXlrNS\/kOOz\/C5oL+7pQf99N98\/vsZaT5Lz8iw\nS9\/MsJHfRXv0AAAAAAAAAADkzX6RAKieFGfLPqxspVNDBP3DJAD0OC49wyzeZ6Uv87mXIyEhIcHa\ntGljxx57rCUlJVmcMhMF5PP5bNWqVfbFF1\/Y8uXLo3y2AQAAAAAAgOioXbu2HXDAAbZo0SLbunVr\ntIdT7DVp0sQqVKiQ6blt27bZX3\/9Fe2hIUIiXgIoPj7eOnfu7C6e77\/\/3hYuXOgC1DkOJDHRjjji\nCPv5558tJSUlYuM5pm2CTXoiSXF8\/4fEKVpupsC+fmbk\/P6MXWa1ksz+TfbvK6m+Tdu8rEDjqVu3\nrl1\/\/fV24IEHunMVKWlpaW7fDz74YMT2CQAAAAAAAERaxYoVIxKc136OOuoo69Klix199NEht9Hn\nfPvtt+7266+\/khQIovjt8OHDQ752+eWXkwSIEQn+232R3GGzZs3szjvvdMF8zXKvWbOmrV271jZv\n3hw... [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source' to command name 'getPageSource' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/source] with body: {} [debug] [MJSONWP (020b2fb3)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAABHNCSVQICAgIfAhkiAAAzfhJREFU\neNrs3QWcVHX3x/GzQcPSSEgpJaUgIigKioEBkiqI3R2P+djNY8sfA1sURSxEAQNEQlREDCRECaWk\nWXJhY/7z/cEdZpeZzdmd3eHzfl7z7MSdO7975y6v9Zzf75w4M/MZAAAAAAAAAACIKfHRHgAAAAAA\nAAAAAIg8EgAAAAAAAAAAAMQgEgAAAAAAAAAAAMQgEgAAAAAAAAAAAMQgEgAAAAAAAAAAAMQgEgAA\nAAAAAAAAAMSgxGgPoKglJJi1ODDOrulV2i48NtESS5nF7cwwy/CZ/pfhvz/yhwx7ely6zVthlpYe\n7REDAAAAAAAAAJB3cf6bL9qDKJID9R/pBSeXsmFXlrNS/kOOz/C5oL+7pQf99N98/vsZaT5Lz8iw\nS9/MsJHfRXv0AAAAAAAAAADkzX6RAKieFGfLPqxspVNDBP3DJAD0OC49wyzeZ6Uv87mXIyEhIcHa\ntGljxx57rCUlJVmcMhMF5PP5bNWqVfbFF1/Y8uXLo3y2AQAAAAAAgOioXbu2HXDAAbZo0SLbunVr\ntIdT7DVp0sQqVKiQ6blt27bZX3/9Fe2hIUIiXgIoPj7eOnfu7C6e77//3hYuXOgC1DkOJDHRjjji\nCPv5558tJSUlYuM5pm2CTXoiSXF8/4fEKVpupsC+fmbk/P6MXWa1ksz+TfbvK6m+Tdu8rEDjqVu3\nrl1//fV24IEHunMVKWlpaW7fDz74YMT2CQAAAAAAAERaxYoVIxKc136OOuoo69Klix199NEht9Hn\nfPvtt+7266+/khQIovjt8OHDQ752+eWXkwSIEQn+232R3GGzZs3szjvvdMF8zXKvWbOmrV271jZv\n3hw2EVCqVCk7/fTT7aqrrnLbz50713bt2lXgsXRumWCTFfwPnmSvGfcKvJfyH3rpPQH41Izd6yCy\n3OL844... [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot 200 501 ms - 72332 [info] [HTTP] [debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"\r\n\r\n \r\n \r\n \r\n\r\n \r\n \r\n  GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot [info] [HTTP] {} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.getScreenshot() with args: ["020b2fb3-5f59-4eab-89a2-70a1a1479781"] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' [debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/screenshot] with no body [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAABHNCSVQICAgIfAhkiAAAtxVJREFU\neNrs3QeYU9XWxvE1hQ5DEZAiIEiTpiAiKAqKIhYQEVAUey+fotfutWG9dhGxYEVRxIYoYAGVIiIg\nFqRLkSq91yn58m44ITMkUzOTmfD\/3Sd3Uk5O9jk5wzOutfdacWbmMwAAAAAAAAAAEFPioz0AAAAA\nAAAAAAAQeSQAAAAAAAAAAACIQSQAAAAAAAAAAACIQSQAAAAAAAAAAACIQSQAAAAAAAAAAACIQSQA\nAAAAAAAAAACIQYnRHkBBS0gwa3xYnN3UrbhdflKiJRYzi9udZpbmM\/0vzX9\/6C9p9vyoVJu9wiwl\nNdojBgAAAAAAAAAg5+L8N1+0B1EgB+o\/0stOL2YDry9lxfyHHJ\/mc0F\/d0sN+um\/+fz301J8lpqW\nZle\/m2ZDf4726AEAAAAAAAAAyJmDIgFwSFKcLfu0vBVPDhH0D5MA0OO41DSzeJ8Vv8bnXo6EhIQE\na968uZ100kmWlJRkccpM5JHP57NVq1bZN998Y8uXL4\/y2QYAAAAAAACio1q1anbooYfawoULbdu2\nbdEeTqFXv359K1OmTLrntm\/fbn\/\/\/Xe0h4YIiXgJoPj4eGvXrp27eKZMmWLz5893AeosB5KYaMce\ne6z99ttvtmvXroiN58QWCTbumSTF8f0fEqdouZkC+\/qZlvX70\/aYVU0y+3ezf19JtWzilmV5Gk+N\nGjXslltuscMOO8ydq0hJSUlx+37kkUcitk8AAAAAAAAg0sqWLRuR4Lz2c\/zxx1v79u3thBNOCLmN\nPuenn35ytz\/++IOkQBDFb1977bWQr1177bUkAWJEgv\/2UCR32LBhQ7vvvvtcMF+z3KtUqWJr1661\nLVu2hE... [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source' to command name 'getPageSource' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/source] with body: {} [debug] [MJSONWP (020b2fb3)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAABHNCSVQICAgIfAhkiAAAtxVJREFU\neNrs3QeYU9XWxvE1hQ5DEZAiIEiTpiAiKAqKIhYQEVAUey+fotfutWG9dhGxYEVRxIYoYAGVIiIg\nFqRLkSq91yn58m44ITMkUzOTmfD/3Sd3Uk5O9jk5wzOutfdacWbmMwAAAAAAAAAAEFPioz0AAAAA\nAAAAAAAQeSQAAAAAAAAAAACIQSQAAAAAAAAAAACIQSQAAAAAAAAAAACIQSQAAAAAAAAAAACIQSQA\nAAAAAAAAAACIQYnRHkBBS0gwa3xYnN3UrbhdflKiJRYzi9udZpbmM/0vzX9/6C9p9vyoVJu9wiwl\nNdojBgAAAAAAAAAg5+L8N1+0B1EgB+o/0stOL2YDry9lxfyHHJ/mc0F/d0sN+um/+fz301J8lpqW\nZle/m2ZDf4726AEAAAAAAAAAyJmDIgFwSFKcLfu0vBVPDhH0D5MA0OO41DSzeJ8Vv8bnXo6EhIQE\na968uZ100kmWlJRkccpM5JHP57NVq1bZN998Y8uXL4/y2QYAAAAAAACio1q1anbooYfawoULbdu2\nbdEeTqFXv359K1OmTLrntm/fbn///Xe0h4YIiXgJoPj4eGvXrp27eKZMmWLz5893AeosB5KYaMce\ne6z99ttvtmvXroiN58QWCTbumSTF8f0fEqdouZkC+/qZlvX70/aYVU0y+3ezf19JtWzilmV5Gk+N\nGjXslltuscMOO8ydq0hJSUlx+37kkUcitk8AAAAAAAAg0sqWLRuR4Lz2c/zxx1v79u3thBNOCLmN\nPuenn35ytz/++IOkQBDFb1977bWQr1177bUkAWJEgv/2UCR32LBhQ7vvvvtcMF+z3KtUqWJr1661\nLVu2hE0EFCtWzM4++2y74YYb3PazZs2yPXv25Hks7Zok2A8K/gdPsteMewXei/kPvfi+AHxy2t51\nEBlucf... [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot 200 470 ms - 64314 [info] [HTTP] [debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"\r\n\r\n \r\n \r\n  POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/elements [info] [HTTP] {"using":"id","value":"deliverytype"} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.findElements() with args: ["id","deliverytype","020b2fb3-5f59-4eab-89a2-70a1a1479781"] [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 '/elements' to command name 'findElements' [debug] [WD Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/elements] with body: {"strategy":"id","selector":"deliverytype","context":"","multiple":true}[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":[]} [debug] [MJSONWP (020b2fb3)] Responding to client with driver.findElements() result: [] [info] [HTTP] <-- POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/elements 200 150 ms - 74 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/elements [info] [HTTP] {"using":"xpath","value":"/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.webkit.WebView/android.webkit.WebView/android.view.View/android.view.View/android.view.View/android.view.View[2]/android.view.View/android.view.View/android.view.View/android.view.View/android.view.View[1]/android.widget.Spinner"} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.findElements() with args: ["xpath","/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.webkit.WebView/android.webkit.WebView/android.view.View/android.view.View/android.view.View/android.view.View[2]/android.view.View/android.view.View/android.view.View/android.view.View/android.view.View[1]/android.widget.Spinner","020b2fb3-5f59-4eab-89a2-70a1a1479781"] [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 '/elements' to command name 'findElements' [debug] [WD Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/elements] with body: {"strategy":"xpath","selector":"/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.webkit.WebView/android.webkit.WebView/android.view.View/android.view.View/android.view.View/android.view.View[2]/android.view.View/android.view.View/android.view.View/android.view.View/android.view.View[1]/android.widget.Spinner","context":"","multiple":true}[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":[{"ELEMENT":"c4f1af5d-5db4-4669-9d04-b3db0410823d","element-6066-11e4-a52e-4f735466cecf":"c4f1af5d-5db4-4669-9d04-b3db0410823d"}]} [debug] [MJSONWP (020b2fb3)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"c4f1af5d-5db4-4669-9d04-b3db0410823d","ELEMENT":"c4f1af5d-5db4-4669-9d04-b3db0410823d"}] [info] [HTTP] <-- POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/elements 200 825 ms - 201 [info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/elements [info] [HTTP] {"using":"id","value":"quoteDescription"} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.findElements() with args: ["id","quoteDescription","020b2fb3-5f59-4eab-89a2-70a1a1479781"] [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 '/elements' to command name 'findElements' [debug] [WD Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/elements] with body: {"strategy":"id","selector":"quoteDescription","context":"","multiple":true}[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":[]} [debug] [MJSONWP (020b2fb3)] Responding to client with driver.findElements() result: [] [info] [HTTP] <-- POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/elements 200 127 ms - 74 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/elements [info] [HTTP] {"using":"xpath","value":"/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.webkit.WebView/android.webkit.WebView/android.view.View/android.view.View/android.view.View/android.view.View[2]/android.view.View/android.view.View/android.view.View/android.view.View/android.view.View[2]/android.widget.EditText"} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.findElements() with args: ["xpath","/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.webkit.WebView/android.webkit.WebView/android.view.View/android.view.View/android.view.View/android.view.View[2]/android.view.View/android.view.View/android.view.View/android.view.View/android.view.View[2]/android.widget.EditText","020b2fb3-5f59-4eab-89a2-70a1a1479781"] [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 '/elements' to command name 'findElements' [debug] [WD Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/elements] with body: {"strategy":"xpath","selector":"/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.webkit.WebView/android.webkit.WebView/android.view.View/android.view.View/android.view.View/android.view.View[2]/android.view.View/android.view.View/android.view.View/android.view.View/android.view.View[2]/android.widget.EditText","context":"","multiple":true}[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":[{"ELEMENT":"9acc632c-7134-4331-88fe-04ea84f7101f","element-6066-11e4-a52e-4f735466cecf":"9acc632c-7134-4331-88fe-04ea84f7101f"}]} [debug] [MJSONWP (020b2fb3)] Responding to client with driver.findElements() result: [{"element-6066-11e4-a52e-4f735466cecf":"9acc632c-7134-4331-88fe-04ea84f7101f","ELEMENT":"9acc632c-7134-4331-88fe-04ea84f7101f"}] [info] [HTTP] <-- POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/elements 200 400 ms - 201 [info] [HTTP] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot [info] [HTTP] {} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.getScreenshot() with args: ["020b2fb3-5f59-4eab-89a2-70a1a1479781"] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' [debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/screenshot] with no body [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy[debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAABHNCSVQICAgIfAhkiAAAtiNJREFU\neNrs3Qd4VNXWxvGVRicUASnSlN4URARFwI4FRAQr9l4+5XrtXhW7164XUeyiKGJDFLDQQURALEgR\npShNeodAynzzbjjDJMykTjLJ8P\/d59xMPbPPmROeuNbea8WZmc8AAAAAAAAAAEBMiY\/2AAAAAAAA\nAAAAQOSRAAAAAAAAAAAAIAaRAAAAAAAAAAAAIAaRAAAAAAAAAAAAIAaRAAAAAAAAAAAAIAaRAAAA\nAAAAAAAAIAYlRnsARS0hwazZIXF2U89SdnmXREtMMovblWGW4TP9L8N\/e+gPGfbcqHSbt8IsLT3a\nIwYAAAAAAAAAIO\/i\/Jsv2oMokgP1H+llpybZwOvLWpL\/kOMzfC7o77b0oJ\/+zee\/nZHms\/SMDLv6\nnQwb+n20Rw8AAAAAAAAAQN4cEAmAg5LjbNknlaxUaoigf5gEgO7HpWeYxfus1DU+93QkJCQkWOvW\nra1Lly6WnJxsccpMFJDP57NVq1bZ119\/bcuXL4\/y2QYAAAAAAACio2bNmnbwwQfbokWLbNu2bdEe\nTrHXqFEjK1++fKbHtm\/fbn\/++We0h4YIiXgJoPj4eOvUqZO7eKZPn24LFy50AeocB5KYaEcddZT9\n9NNPlpKSErHxHNcmwcY9naw4vv9D4hQtN1NgXz8zcn5\/xm6zGslm\/2z27yu5rk3ZsqxA46ldu7bd\ncsstdsghh7hzFSlpaWlu3w8\/\/HDE9gkAAAAAAABEWoUKFSISnNd+jjnmGOvcubMde+yxIV+jz\/nu\nu+\/c9ssvv5AUCKL47eDBg0M+d+2115IEiBEJ\/m1AJHfYpEkTu\/fee10wX7Pcq1evbmvXrrUtW7aE\nTQQ... [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source' to command name 'getPageSource' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/source] with body: {} [debug] [MJSONWP (020b2fb3)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABgAAAAgACAYAAADg0fg2AAAABHNCSVQICAgIfAhkiAAAtiNJREFU\neNrs3Qd4VNXWxvGVRicUASnSlN4URARFwI4FRAQr9l4+5XrtXhW7164XUeyiKGJDFLDQQURALEgR\npShNeodAynzzbjjDJMykTjLJ8P/d59xMPbPPmROeuNbea8WZmc8AAAAAAAAAAEBMiY/2AAAAAAAA\nAAAAQOSRAAAAAAAAAAAAIAaRAAAAAAAAAAAAIAaRAAAAAAAAAAAAIAaRAAAAAAAAAAAAIAaRAAAA\nAAAAAAAAIAYlRnsARS0hwazZIXF2U89SdnmXREtMMovblWGW4TP9L8N/e+gPGfbcqHSbt8IsLT3a\nIwYAAAAAAAAAIO/i/Jsv2oMokgP1H+llpybZwOvLWpL/kOMzfC7o77b0oJ/+zee/nZHms/SMDLv6\nnQwb+n20Rw8AAAAAAAAAQN4cEAmAg5LjbNknlaxUaoigf5gEgO7HpWeYxfus1DU+93QkJCQkWOvW\nra1Lly6WnJxsccpMFJDP57NVq1bZ119/bcuXL4/y2QYAAAAAAACio2bNmnbwwQfbokWLbNu2bdEe\nTrHXqFEjK1++fKbHtm/fbn/++We0h4YIiXgJoPj4eOvUqZO7eKZPn24LFy50AeocB5KYaEcddZT9\n9NNPlpKSErHxHNcmwcY9naw4vv9D4hQtN1NgXz8zcn5/xm6zGslm/2z27yu5rk3ZsqxA46ldu7bd\ncsstdsghh7hzFSlpaWlu3w8//HDE9gkAAAAAAABEWoUKFSISnNd+jjnmGOvcubMde+yxIV+jz/nu\nu+/c9ssvv5AUCKL47eDBg0M+d+2115IEiBEJ/m1AJHfYpEkTu/fee10wX7Pcq1evbmvXrrUtW7aE\nTQQkJSXZmWeeaTfccIN7/dy5c2337t0FHkunFgk2QcH/4En2mnGvwHuS/9BL7Q3Ap2bsWQeRZYvz\njzfOt6... [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot 200 507 ms - 63982 [info] [HTTP] [debug] [WD Proxy] Got response with status 200: {"sessionId":"7a6bf8f9-540f-411c-b53f-e051f3f8c4f6","value":"\r\n\r\n \r\n \r\n  GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot [info] [HTTP] {} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.getScreenshot() with args: ["020b2fb3-5f59-4eab-89a2-70a1a1479781"] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' [debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/screenshot] with no body [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [info] [WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8200} [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source' to command name 'getPageSource' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/source] with body: {} [debug] [MJSONWP (020b2fb3)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200 [debug] [MJSONWP (020b2fb3)] at JWProxy.command (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:261:13) [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot 500 18 ms - 271 [info] [HTTP]  [info] [WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8200} [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size' to command name 'getWindowSize' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/window/current/size] with body: {} [debug] [MJSONWP (020b2fb3)] Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200 [debug] [MJSONWP (020b2fb3)] at doJwpProxy (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:490:13) [debug] [MJSONWP (020b2fb3)] at processTicksAndRejections (internal/process/task_queues.js:86:5) [debug] [MJSONWP (020b2fb3)] at asyncHandler (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:262:9) [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source 500 34 ms - 301 [info] [HTTP]  [info] [WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8200} [debug] [MJSONWP (020b2fb3)] Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200 [debug] [MJSONWP (020b2fb3)] at doJwpProxy (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:490:13) [debug] [MJSONWP (020b2fb3)] at asyncHandler (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:262:9) [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size 500 35 ms - 301 [info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/elements [info] [HTTP] {"using":"id","value":"QuoteNotes"} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.findElements() with args: ["id","QuoteNotes","020b2fb3-5f59-4eab-89a2-70a1a1479781"] [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 '/elements' to command name 'findElements' [debug] [WD Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/elements] with body: {"strategy":"id","selector":"QuoteNotes","context":"","multiple":true} [info] [WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8200} [debug] [MJSONWP (020b2fb3)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200 [debug] [MJSONWP (020b2fb3)] at JWProxy.command (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:261:13) [info] [HTTP] <-- POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/elements 500 8 ms - 271 [info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/elements [info] [HTTP] {"using":"id","value":"deliverytype"} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.findElements() with args: ["id","deliverytype","020b2fb3-5f59-4eab-89a2-70a1a1479781"] [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 '/elements' to command name 'findElements' [debug] [WD Proxy] Proxying [POST /elements] to [POST http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/elements] with body: {"strategy":"id","selector":"deliverytype","context":"","multiple":true} [info] [WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8200} [debug] [MJSONWP (020b2fb3)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200 [debug] [MJSONWP (020b2fb3)] at JWProxy.command (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:261:13) [info] [HTTP] <-- POST /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/elements 500 8 ms - 271 [info] [HTTP] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot [info] [HTTP] {} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.getScreenshot() with args: ["020b2fb3-5f59-4eab-89a2-70a1a1479781"] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' [debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/screenshot] with no body [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [info] [WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8200} [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source' to command name 'getPageSource' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/source] with body: {} [debug] [MJSONWP (020b2fb3)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200 [debug] [MJSONWP (020b2fb3)] at JWProxy.command (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:261:13) [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot 500 10 ms - 271 [info] [HTTP] [info] [WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8200} [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size' to command name 'getWindowSize' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/window/current/size] with body: {} [debug] [MJSONWP (020b2fb3)] Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200 [debug] [MJSONWP (020b2fb3)] at doJwpProxy (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:490:13) [debug] [MJSONWP (020b2fb3)] at processTicksAndRejections (internal/process/task_queues.js:86:5) [debug] [MJSONWP (020b2fb3)] at asyncHandler (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:262:9) [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source 500 16 ms - 301 [info] [HTTP]  [info] [WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8200} [debug] [MJSONWP (020b2fb3)] Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200 [debug] [MJSONWP (020b2fb3)] at doJwpProxy (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:490:13) [debug] [MJSONWP (020b2fb3)] at asyncHandler (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:262:9) [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size 500 18 ms - 301 [info] [HTTP] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot [info] [HTTP] {} [debug] [MJSONWP (020b2fb3)] Calling AppiumDriver.getScreenshot() with args: ["020b2fb3-5f59-4eab-89a2-70a1a1479781"] [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot' [debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/screenshot] with no body [info] [HTTP] --> GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size [info] [HTTP] {} [info] [MJSONWP (020b2fb3)] Driver proxy active, passing request on via HTTP proxy [info] [WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8200} [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source' to command name 'getPageSource' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/source] with body: {} [debug] [MJSONWP (020b2fb3)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200 [debug] [MJSONWP (020b2fb3)] at JWProxy.command (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:261:13) [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/screenshot 500 9 ms - 271 [info] [HTTP]  [info] [WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8200} [debug] [WD Proxy] Matched '/wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size' to command name 'getWindowSize' [debug] [WD Proxy] Proxying [GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size] to [GET http://localhost:8200/wd/hub/session/7a6bf8f9-540f-411c-b53f-e051f3f8c4f6/window/current/size] with body: {} [debug] [MJSONWP (020b2fb3)] Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200 [debug] [MJSONWP (020b2fb3)] at doJwpProxy (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:490:13) [debug] [MJSONWP (020b2fb3)] at processTicksAndRejections (internal/process/task_queues.js:86:5) [debug] [MJSONWP (020b2fb3)] at asyncHandler (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:262:9) [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/source 500 16 ms - 301 [info] [HTTP]  [info] [WD Proxy] Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8200} [debug] [MJSONWP (020b2fb3)] Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8200 [debug] [MJSONWP (020b2fb3)] at doJwpProxy (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:490:13) [debug] [MJSONWP (020b2fb3)] at asyncHandler (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:262:9) [info] [HTTP] <-- GET /wd/hub/session/020b2fb3-5f59-4eab-89a2-70a1a1479781/window/current/size 500 17 ms - 301 [info] [HTTP]