Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arpitkup/f5a0d428a541364b3dc2228000fd19bb to your computer and use it in GitHub Desktop.
Save arpitkup/f5a0d428a541364b3dc2228000fd19bb to your computer and use it in GitHub Desktop.
Appium logs
rmap1001:~ arpit$ appium --allow-insecure chromedriver_autodownload
[Appium] Welcome to Appium v1.16.0
[Appium] Non-default server args:
[Appium] allowInsecure: {
[Appium] 0: chromedriver_autodownload
[Appium] }
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session
[HTTP] {"desiredCapabilities":{"platformName":"Android","platformVersion":"9.0","deviceName":"Galaxy S9","app":"./Documents/TabtouchApps/TabTouch-qual.apk","automationName":"UiAutomator2"},"capabilities":{"firstMatch":[{"platformName":"Android"}]}}
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"platformName":"Android","platformVersion":"9.0","deviceName":"Galaxy S9","app":"./Documents/TabtouchApps/TabTouch-qual.apk","automationName":"UiAutomator2"},null,{"firstMatch":[{"platformName":"Android"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1588581722093 (16:42:02 GMT+0800 (Australian Western Standard Time))
[Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: ["platformVersion","deviceName","app","automationName"]
[Appium] Trying to fix W3C capabilities by merging them with JSONWP caps
[BaseDriver] The capabilities ["platformVersion","deviceName","app","automationName"] are not standard capabilities and should have an extension prefix
[Appium] Appium v1.16.0 creating new AndroidUiautomator2Driver (v1.40.0) session
[Appium] Explicitly enabling use of insecure features:
[Appium] chromedriver_autodownload
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[debug] [BaseDriver] Creating session with W3C capabilities: {
[debug] [BaseDriver] "alwaysMatch": {
[debug] [BaseDriver] "appium:platformVersion": "9.0",
[debug] [BaseDriver] "appium:deviceName": "Galaxy S9",
[debug] [BaseDriver] "appium:app": "./Documents/TabtouchApps/TabTouch-qual.apk",
[debug] [BaseDriver] "appium:automationName": "UiAutomator2",
[debug] [BaseDriver] "platformName": "Android"
[debug] [BaseDriver] },
[debug] [BaseDriver] "firstMatch": [
[debug] [BaseDriver] {}
[debug] [BaseDriver] ]
[debug] [BaseDriver] }
[BaseDriver] Session created with session id: cdd70062-fef8-4fa8-a2ad-a86975b218d7
[BaseDriver] Using local app './Documents/TabtouchApps/TabTouch-qual.apk'
[BaseDriver] The current application path './Documents/TabtouchApps/TabTouch-qual.apk' is not absolute and has been rewritten to '/Users/arpit/Documents/TabtouchApps/TabTouch-qual.apk'. Consider using absolute paths rather than relative
[debug] [UiAutomator2] Checking whether app is actually present
[ADB] Found 1 'build-tools' folders under '/Users/arpit/Library/Android/sdk' (newest first):
[ADB] /Users/arpit/Library/Android/sdk/build-tools/29.0.3
[ADB] Using 'adb' from '/Users/arpit/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":"27e3c4b81f1c7ece","state":"device"},{"udid":"emulator-5554","state":"device"}]
[AndroidDriver] Looking for a device with Android '9.0'
[debug] [ADB] Setting device id to 27e3c4b81f1c7ece
[ADB] Getting device platform version
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 9
[AndroidDriver] Using device: 27e3c4b81f1c7ece
[ADB] Using 'adb' from '/Users/arpit/Library/Android/sdk/platform-tools/adb'
[debug] [ADB] Setting device id to 27e3c4b81f1c7ece
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell getprop ro.build.version.sdk'
[debug] [ADB] Current device property 'ro.build.version.sdk': 28
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 9
[debug] [ADB] Device API level: 28
[UiAutomator2] Relaxing hidden api policy
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell settings put global hidden_api_policy_pre_p_apps 1'
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell settings put global hidden_api_policy_p_apps 1'
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell settings put global hidden_api_policy 1'
[debug] [AndroidDriver] Parsing package and activity from app manifest
[ADB] Package name: 'com.rwwa.android.tabtouch.qual'
[ADB] Main activity name: 'com.rwwa.android.tabtouch.SplashScreenActivity'
[debug] [AndroidDriver] Parsed package and activity are: com.rwwa.android.tabtouch.qual/com.rwwa.android.tabtouch.SplashScreenActivity
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece wait-for-device'
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell echo ping'
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece 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/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell dumpsys package io.appium.settings'
[debug] [ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('2.15.0' >= '2.15.0')
[debug] [ADB] There is no need to install/upgrade '/usr/local/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/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell 'pgrep --help; echo $?''
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece 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/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell appops set io.appium.settings android\:mock_location allow'
[debug] [Logcat] Starting logcat capture
[debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 8200
[debug] [ADB] Forwarding system: 8200 to device: 6790
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece forward tcp\:8200 tcp\:6790'
[debug] [ADB] Getting install status for io.appium.uiautomator2.server
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece 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/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell dumpsys package io.appium.uiautomator2.server'
[debug] [ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('4.5.2' >= '4.5.2')
[debug] [UiAutomator2] io.appium.uiautomator2.server installation state: sameVersionInstalled
[debug] [ADB] Checking app cert for /usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.2.apk
[ADB] Using 'apksigner' from '/Users/arpit/Library/Android/sdk/build-tools/29.0.3/apksigner'
[debug] [ADB] Starting '/Users/arpit/Library/Android/sdk/build-tools/29.0.3/apksigner' with args '["verify","--print-certs","/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.2.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] '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.2.apk' is already signed.
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell dumpsys package io.appium.uiautomator2.server.test'
[debug] [ADB] 'io.appium.uiautomator2.server.test' is installed
[debug] [ADB] Checking app cert for /usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] Starting '/Users/arpit/Library/Android/sdk/build-tools/29.0.3/apksigner' with args '["verify","--print-certs","/usr/local/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] '/usr/local/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/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell pm list instrumentation'
[debug] [UiAutomator2] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[debug] [ADB] Checking app cert for /Users/arpit/Documents/TabtouchApps/TabTouch-qual.apk
[debug] [ADB] Starting '/Users/arpit/Library/Android/sdk/build-tools/29.0.3/apksigner' with args '["verify","--print-certs","/Users/arpit/Documents/TabtouchApps/TabTouch-qual.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/arpit/Documents/TabtouchApps/TabTouch-qual.apk' is already signed.
[debug] [ADB] Getting install status for com.rwwa.android.tabtouch.qual
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell dumpsys package com.rwwa.android.tabtouch.qual'
[debug] [ADB] 'com.rwwa.android.tabtouch.qual' is installed
[debug] [ADB] Getting package info for 'com.rwwa.android.tabtouch.qual'
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell dumpsys package com.rwwa.android.tabtouch.qual'
[debug] [ADB] The version name of the installed 'com.rwwa.android.tabtouch.qual' is greater or equal to the application version name ('1.11.0' >= '1.11.0')
[debug] [ADB] There is no need to install/upgrade '/Users/arpit/Documents/TabtouchApps/TabTouch-qual.apk'
[AndroidDriver] Performing fast reset on 'com.rwwa.android.tabtouch.qual'
[debug] [ADB] Getting install status for com.rwwa.android.tabtouch.qual
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell dumpsys package com.rwwa.android.tabtouch.qual'
[debug] [ADB] 'com.rwwa.android.tabtouch.qual' is installed
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell am force-stop com.rwwa.android.tabtouch.qual'
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell pm clear com.rwwa.android.tabtouch.qual'
[debug] [AndroidDriver] Performed fast reset on the installed 'com.rwwa.android.tabtouch.qual' application (stop and clear)
[debug] [UiAutomator2] Performing shallow cleanup of automation leftovers
[debug] [UiAutomator2] No obsolete sessions have been detected (Error: socket hang up)
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell am force-stop io.appium.uiautomator2.server.test'
[UiAutomator2] Starting UIAutomator2 server 4.5.2
[UiAutomator2] Using UIAutomator2 server from '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.2.apk' and test from '/usr/local/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","27e3c4b81f1c7ece","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://127.0.0.1:8200/wd/hub/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
[debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1: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 3102ms
[debug] [WD Proxy] Matched '/session' to command name 'createSession'
[debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1: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","platformVersion":"9.0","deviceName":"Galaxy S9","app":"./Documents/TabtouchApps/TabTouch-qual.apk","automationName":"UiAutomator2"},"platformName":"Android","platformVersion":"9.0","deviceName":"27e3c4b81f1c7ece","app":"./Documents/TabtouchApps/TabTouch-qual.apk","automationName":"UiAutomator2","deviceUDID":"27e3c4b81f1c7ece","appPackage":"com.rwwa.android.tabtouch.qual"}],"alwaysMatch":{}}}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"2464bbf8-8da2-4f30-bf03-176aa892cb01","value":{"sessionId":"2464bbf8-8da2-4f30-bf03-176aa892cb01","capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","platformVersion":"9.0","deviceName":"Galaxy S9","app":"./Documents/TabtouchApps/TabTouch-qual.apk","automationName":"UiAutomator2"},"platformName":"Android","platformVersion":"9.0","deviceName":"27e3c4b81f1c7ece","app":"./Documents/TabtouchApps/TabTouch-qual.apk","automationName":"UiAutomator2","deviceUDID":"27e3c4b81f1c7ece","appPackage":"com.rwwa.android.tabtouch.qual"}],"alwaysMatch":{}}}}
[WD Proxy] Determined the downstream protocol as 'W3C'
[debug] [WD Proxy] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/wd/hub/session/2464bbf8-8da2-4f30-bf03-176aa892cb01/appium/device/info] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"2464bbf8-8da2-4f30-bf03-176aa892cb01","value":{"androidId":"1d8cb4830021d4f6","manufacturer":"samsung","model":"SM-G960F","brand":"samsung","apiVersion":"28","platformVersion":"9","carrierName":"BOOST","realDisplaySize":"1080x2220","displayDensity":480,"networks":[{"type":0,"typeName":"MOBILE","subtype":13,"subtypeName":"LTE","isConnected":true,"detailedState":"CONNECTED","state":"CONNECTED","extraInfo":"ims","isAvailable":true,"isFailover":false,"isRoaming":false,"capabilities":{"transportTypes":"TRANSPORT_CELLULAR","networkCapabilities":"NET_CAPABILITY_IMS,NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","linkUpstreamBandwidthKbps":51200,"linkDownBandwidthKbps":102400,"signalStrength":-2147483648,"networkSpecifier":"2","SSID":null}},{"type":13,"typeName":"WIFI_P2P","subtype":0,"subtypeName":"","isConnected":false,"detailedState":"DI...
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell dumpsys window'
[AndroidDriver] Screen already unlocked, doing nothing
[UiAutomator2] Starting 'com.rwwa.android.tabtouch.qual/com.rwwa.android.tabtouch.SplashScreenActivity and waiting for 'com.rwwa.android.tabtouch.qual/com.rwwa.android.tabtouch.SplashScreenActivity'
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell am start -W -n com.rwwa.android.tabtouch.qual/com.rwwa.android.tabtouch.SplashScreenActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] [ADB] Waiting up to 20000ms for activity matching pkg: 'com.rwwa.android.tabtouch.qual' and activity: 'com.rwwa.android.tabtouch.SplashScreenActivity' to be focused
[debug] [ADB] Possible activities, to be checked: 'com.rwwa.android.tabtouch.SplashScreenActivity', 'com.rwwa.android.tabtouch.qual.com.rwwa.android.tabtouch.SplashScreenActivity'
[debug] [ADB] Getting focused package and activity
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell dumpsys window windows'
[debug] [ADB] Found package: 'com.rwwa.android.tabtouch.qual' and fully qualified activity name : 'com.rwwa.android.tabtouch.SplashScreenActivity'
[debug] [WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/wd/hub/session/2464bbf8-8da2-4f30-bf03-176aa892cb01/appium/device/pixel_ratio] with body: {}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"2464bbf8-8da2-4f30-bf03-176aa892cb01","value":3}
[debug] [WD Proxy] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[debug] [WD Proxy] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/wd/hub/session/2464bbf8-8da2-4f30-bf03-176aa892cb01/appium/device/system_bars] with body: {}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"2464bbf8-8da2-4f30-bf03-176aa892cb01","value":{"statusBar":72}}
[debug] [WD Proxy] Matched '/window/current/size' to command name 'getWindowSize'
[debug] [WD Proxy] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/wd/hub/session/2464bbf8-8da2-4f30-bf03-176aa892cb01/window/current/size] with body: {}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"2464bbf8-8da2-4f30-bf03-176aa892cb01","value":{"height":2076,"width":1080}}
[Appium] New AndroidUiautomator2Driver session created successfully, session cdd70062-fef8-4fa8-a2ad-a86975b218d7 added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1588581730407 (16:42:10 GMT+0800 (Australian Western Standard Time))
[debug] [W3C (cdd70062)] Cached the protocol value 'W3C' for the new session cdd70062-fef8-4fa8-a2ad-a86975b218d7
[debug] [W3C (cdd70062)] 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","platformVersion":"9.0","deviceName":"Galaxy S9","app":"./Documents/TabtouchApps/TabTouch-qual.apk","automationName":"UiAutomator2"},"platformName":"Android","platformVersion":"9","deviceName":"27e3c4b81f1c7ece","app":"./Documents/TabtouchApps/TabTouch-qual.apk","automationName":"UiAutomator2","deviceUDID":"27e3c4b81f1c7ece","appPackage":"com.rwwa.android.tabtouch.qual","deviceApiLevel":28,"deviceScreenSize":"1080x2220","deviceScreenDensity":480,"deviceModel":"SM-G960F","deviceManufacturer":"samsung","pixelRatio":3,"statBarHeight":72,"viewportRect":{"left":0,"top":72,"width":1080,"height":2004}}}
[HTTP] <-- POST /wd/hub/session 200 8320 ms - 911
[HTTP]
[HTTP] --> POST /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/timeouts
[HTTP] {"implicit":10000}
[debug] [W3C (cdd70062)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,10000,"cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [BaseDriver] W3C timeout argument: {"implicit":10000}}
[debug] [BaseDriver] Set implicit wait to 10000ms
[debug] [W3C (cdd70062)] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/timeouts 200 4 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 43 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 42 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 33 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 64 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 51 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 61 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 46 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 42 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 41 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 55 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 56 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 58 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 55 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 63 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 74 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 83 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 68 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 64 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 48 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 64 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 56 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 44 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 67 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 64 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 71 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 56 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 57 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 57 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 63 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 68 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 71 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 66 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 64 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 61 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 59 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 69 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 59 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 61 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 70 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 63 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 63 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 62 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 58 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 64 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 53 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 62 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 68 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 68 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 64 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 64 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 56 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 62 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 68 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 39 ms - 24
[HTTP]
[HTTP] --> GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts
[HTTP] {}
[debug] [W3C (cdd70062)] Calling AppiumDriver.getContexts() with args: ["cdd70062-fef8-4fa8-a2ad-a86975b218d7"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/arpit/Library/Android/sdk/platform-tools/adb -P 5037 -s 27e3c4b81f1c7ece shell cat /proc/net/unix'
[AndroidDriver] Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] [AndroidDriver] Found webviews: []
[debug] [AndroidDriver] Available contexts: ["NATIVE_APP"]
[debug] [W3C (cdd70062)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /wd/hub/session/cdd70062-fef8-4fa8-a2ad-a86975b218d7/contexts 200 69 ms - 24
[HTTP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment