Skip to content

Instantly share code, notes, and snippets.

@ElavanResu
Created August 20, 2020 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ElavanResu/e6933a67563b0d14b8154bb9f4550a92 to your computer and use it in GitHub Desktop.
Save ElavanResu/e6933a67563b0d14b8154bb9f4550a92 to your computer and use it in GitHub Desktop.
appium log
[info] [Appium] Welcome to Appium v1.17.1
[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 10 ms - 40
[info] [HTTP] [info] [HTTP] --> POST /wd/hub/session
[info] [HTTP] {"desiredCapabilities":{"appActivity":".MainActivity","appPackage":"com.appiumpickertest","deviceName":"deb0afc9","noReset":true,"platformName":"android","newCommandTimeout":0,"connectHardwareKeyboard":true}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"appActivity":".MainActivity","appPackage":"com.appiumpickertest","deviceName":"deb0afc9","noReset":true,"platformName":"android","newCommandTimeout":0,"connectHardwareKeyboard":true},null,null]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1597931568949 (19:22:48 GMT+0530 (India Standard Time))
[warn] [Appium]
[warn] [Appium] ======================================================================
[warn] [Appium] DEPRECATION WARNING:
[warn] [Appium]
[warn] [Appium] The 'automationName' capability was not provided in the desired
[warn] [Appium] capabilities for this Android session
[warn] [Appium]
[warn] [Appium] Setting 'automationName=UiAutomator2' by default and using the
[warn] [Appium] UiAutomator2 Driver
[warn] [Appium]
[warn] [Appium] The next major version of Appium (2.x) will **require** the
[warn] [Appium] 'automationName' capability to be set for all sessions on all
[warn] [Appium] platforms
[warn] [Appium]
[warn] [Appium] In previous versions (Appium <= 1.13.x), the default was
[warn] [Appium] 'automationName=UiAutomator1'
[warn] [Appium]
[warn] [Appium] If you wish to use that automation instead of UiAutomator2, please
[warn] [Appium] add 'automationName=UiAutomator1' to your desired capabilities
[warn] [Appium]
[warn] [Appium] For more information about drivers, please visit
[warn] [Appium] http://appium.io/docs/en/about-appium/intro/ and explore the
[warn] [Appium] 'Drivers' menu
[warn] [Appium]
[warn] [Appium] ======================================================================
[warn] [Appium]
[info] [Appium] Appium v1.17.1 creating new AndroidUiautomator2Driver (v1.44.2) session
[debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {
[debug] [BaseDriver] "appActivity": ".MainActivity",
[debug] [BaseDriver] "appPackage": "com.appiumpickertest",
[debug] [BaseDriver] "deviceName": "deb0afc9",
[debug] [BaseDriver] "noReset": true,
[debug] [BaseDriver] "platformName": "android",
[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: ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1
[info] [UiAutomator2] Starting 'com.appiumpickertest' directly on the device[debug] [ADB] Connected devices: [{"udid":"deb0afc9","state":"device"}]
[info] [AndroidDriver] Using device: deb0afc9
[info] [ADB] Using 'adb' from '/Users/shubham/Library/Android/sdk/platform-tools/adb'
[debug] [ADB] Setting device id to deb0afc9
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 shell getprop ro.build.version.sdk'
[debug] [ADB] Current device property 'ro.build.version.sdk': 29
[info] [ADB] Getting device platform version
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 10
[debug] [ADB] Device API level: 29
[warn] [UiAutomator2] Relaxing hidden api policy
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 shell settings put global hidden_api_policy_pre_p_apps 1'[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 shell settings put global hidden_api_policy_p_apps 1'
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 shell settings put global hidden_api_policy 1'[warn] [AndroidDriver] No app sent in, not parsing package/activity
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 wait-for-device'
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 shell echo ping'
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 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/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 shell dumpsys package io.appium.settings'
[debug] [ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('3.1.0' >= '3.1.0')
[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/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 shell 'pgrep --help; echo $?''[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 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/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 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/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 forward tcp\:8200 tcp\:6790'
[debug] [ADB] Getting install status for io.appium.uiautomator2.server
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 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/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 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.5' >= '4.5.5')
[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.5.5.apk
[info] [ADB] Using 'apksigner.jar' from '/Users/shubham/Library/Android/sdk/build-tools/29.0.2/lib/apksigner.jar'
[debug] [ADB] Starting apksigner: /usr/bin/java -Xmx1024M -Xss1m -jar /Users/shubham/Library/Android/sdk/build-tools/29.0.2/lib/apksigner.jar verify --print-certs /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.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] apksigner stderr: Unable to find a $JAVA_HOME at "/usr", continuing with system-provided Java...
[debug] [ADB]
[debug] [ADB] '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.5.5.apk' is signed with the default certificate
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 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 apksigner: /usr/bin/java -Xmx1024M -Xss1m -jar /Users/shubham/Library/Android/sdk/build-tools/29.0.2/lib/apksigner.jar 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] apksigner stderr: Unable to find a $JAVA_HOME at "/usr", continuing with system-provided Java...
[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 signed with the default certificate
[info] [UiAutomator2] Server packages are not going to be (re)installed
[debug] [UiAutomator2] Waiting up to 30000ms for services to be available
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 shell pm list instrumentation'[debug] [UiAutomator2] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[debug] [UiAutomator2] No app capability. Assuming it is already on the device
[debug] [UiAutomator2] Performing shallow cleanup of automation leftovers
[debug] [UiAutomator2] No obsolete sessions have been detected (Error: socket hang up)
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 shell am force-stop io.appium.uiautomator2.server.test'
[info] [UiAutomator2] Starting UIAutomator2 server 4.5.5
[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.5.5.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","deb0afc9","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[info] [WD Proxy] Got response with unknown status: {"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
[info] [WD Proxy] Got response with unknown status: {"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
[info] [WD Proxy] Got response with unknown status: {"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 4162ms
[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":{"appActivity":".MainActivity","appPackage":"com.appiumpickertest","deviceName":"deb0afc9","noReset":true,"platformName":"android","newCommandTimeout":0,"connectHardwareKeyboard":true},"appActivity":".MainActivity","appPackage":"com.appiumpickertest","deviceName":"deb0afc9","noReset":true,"platformName":"android","newCommandTimeout":0,"connectHardwareKeyboard":true,"deviceUDID":"deb0afc9"}],"alwaysMatch":{}}}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"f6c3cae9-7041-4897-9cf5-5936e4f894cd","value":{"sessionId":"f6c3cae9-7041-4897-9cf5-5936e4f894cd","capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"appActivity":".MainActivity","appPackage":"com.appiumpickertest","deviceName":"deb0afc9","noReset":true,"platformName":"android","newCommandTimeout":0,"connectHardwareKeyboard":true},"appActivity":".MainActivity","appPackage":"com.appiumpickertest","deviceName":"deb0afc9","noReset":true,"platformName":"android","newCommandTimeout":0,"connectHardwareKeyboard":true,"deviceUDID":"deb0afc9"}],"alwaysMatch":{}}}}
[info] [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/f6c3cae9-7041-4897-9cf5-5936e4f894cd/appium/device/info] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"f6c3cae9-7041-4897-9cf5-5936e4f894cd","value":{"androidId":"90831ab54e44ba02","manufacturer":"Xiaomi","model":"POCO F1","brand":"Xiaomi","apiVersion":"29","platformVersion":"10","carrierName":"airtel","realDisplaySize":"1080x2246","displayDensity":440,"networks":[{"type":0,"typeName":"MOBILE","subtype":18,"subtypeName":"IWLAN","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":0,"linkDownBandwidthKbps":0,"signalStrength":-2147483648,"networkSpecifier":"2","SSID":null}},{"type":0,"typeName":"MOBILE","subtype":13,"subtypeName":"LTE","isConnected":true,"detailedState":"CONNECTED"...
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 shell dumpsys window'[info] [AndroidDriver] Screen already unlocked, doing nothing
[info] [UiAutomator2] Starting 'com.appiumpickertest/.MainActivity and waiting for 'com.appiumpickertest/.MainActivity'
[debug] [ADB] Running '/Users/shubham/Library/Android/sdk/platform-tools/adb -P 5037 -s deb0afc9 shell am start -W -n com.appiumpickertest/.MainActivity -S'[debug] [WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/wd/hub/session/f6c3cae9-7041-4897-9cf5-5936e4f894cd/appium/device/pixel_ratio] with body: {}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"f6c3cae9-7041-4897-9cf5-5936e4f894cd","value":2.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://127.0.0.1:8200/wd/hub/session/f6c3cae9-7041-4897-9cf5-5936e4f894cd/appium/device/system_bars] with body: {}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"f6c3cae9-7041-4897-9cf5-5936e4f894cd","value":{"statusBar":89}}
[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/f6c3cae9-7041-4897-9cf5-5936e4f894cd/window/current/size] with body: {}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"f6c3cae9-7041-4897-9cf5-5936e4f894cd","value":{"height":2027,"width":1080}}
[info] [Appium] New AndroidUiautomator2Driver session created successfully, session ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1 added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1597931580641 (19:23:00 GMT+0530 (India Standard Time))
[debug] [MJSONWP (ccceb6eb)] Cached the protocol value 'MJSONWP' for the new session ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1
[debug] [MJSONWP (ccceb6eb)] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"appActivity":".MainActivity","appPackage":"com.appiumpickertest","deviceName":"deb0afc9","noReset":true,"platformName":"android","newCommandTimeout":0,"connectHardwareKeyboard":true},"appActivity":".MainActivity","appPackage":"com.appiumpickertest","deviceName":"deb0afc9","noReset":true,"platformName":"android","newCommandTimeout":0,"connectHardwareKeyboard":true,"deviceUDID":"deb0afc9","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2246","deviceScreenDensity":440,"deviceModel":"POCO F1","deviceManufacturer":"Xiaomi","pixelRatio":2.75,"statBarHeight":89,"viewportRect":{"left":0,"top":89,"width":1080,"height":1938}}
[info] [HTTP] <-- POST /wd/hub/session 200 11698 ms - 922
[info] [HTTP] 
[info] [HTTP] --> POST /wd/hub/session/ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1/context
[info] [HTTP] {"name":"NATIVE_APP"}
[debug] [MJSONWP (ccceb6eb)] Calling AppiumDriver.setContext() with args: ["NATIVE_APP","ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1"]
[debug] [MJSONWP (ccceb6eb)] Responding to client with driver.setContext() result: null
[info] [HTTP] <-- POST /wd/hub/session/ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1/context 200 14 ms - 76
[info] [HTTP] [info] [HTTP] --> GET /wd/hub/session/ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1/source
[info] [HTTP] {}
[info] [MJSONWP (ccceb6eb)] Driver proxy active, passing request on via HTTP proxy
[debug] [WD Proxy] Matched '/wd/hub/session/ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1/source' to command name 'getPageSource'
[debug] [WD Proxy] Proxying [GET /wd/hub/session/ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1/source] to [GET http://127.0.0.1:8200/wd/hub/session/f6c3cae9-7041-4897-9cf5-5936e4f894cd/source] with body: {}[debug] [WD Proxy] Got response with status 200: {"sessionId":"f6c3cae9-7041-4897-9cf5-5936e4f894cd","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1080\" height=\"2027\">\r\n <android.widget.FrameLayout index=\"0\" package=\"com.appiumpickertest\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1080,2027]\" displayed=\"true\">\r\n <android.widget.LinearLayout index=\"0\" package=\"com.appiumpickertest\" class=\"android.widget.LinearLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1080,2027]\" displayed=\"true\">\r\n <android.widget.FrameLayout index=\"0\" package=\"com.app...
[info] [WD Proxy] Replacing sessionId f6c3cae9-7041-4897-9cf5-5936e4f894cd with ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1
[info] [HTTP] <-- GET /wd/hub/session/ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1/source 200 45 ms - 2787
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1/screenshot
[info] [HTTP] {}
[debug] [MJSONWP (ccceb6eb)] Calling AppiumDriver.getScreenshot() with args: ["ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1"]
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/wd/hub/session/f6c3cae9-7041-4897-9cf5-5936e4f894cd/screenshot] with no body[debug] [WD Proxy] Got response with status 200: {"sessionId":"f6c3cae9-7041-4897-9cf5-5936e4f894cd","value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAjGCAYAAAAEKH6SAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7N1rcFXnmeD7R0gIGQwSFrYAYcQdm5vaJjbBaQPGNqbSwXaSSZw+6ZrT\n7kudOnXOp5nyt67qOlXdH05lJlOZqq6Zqu7qjlN1jrvjxOnGsV3GTpPIwcT4KsCIe8DmYmFLtkAC\nIYQ0HwjbbLa4S4gn\/v2+hL3W2msvgSNYf73rfcueeuqp\/gAAAABIbMRwXwAAAADAtRI4AAAAgPQE\nDgAAACA9gQMAAABIT+AAAAAA0hM4AAAAgPQEDgAAACA9gQMAAABIT+AAAAAA0hM4AAAAgPQEDgAA\nACA9gQMAAABIT+AAAAAA0hM4AAAAgPQEDgAAACA9gQMAAABIT+AAAAAA0hM4AAAAgPQEDgAAACA9\ngQMAAABIT+AAAAAA0hM4AAAAgPQEDgAAACA9gQMAAABIT+AAAAAA0hM4AAAAgPQEDgAAACA9gQMA\nAABIT+AAAAAA0hM4AAAAgPQEDgAAACC9iuG+AAAAAErV1tbGtGnTYtq0afHxxx9HU1PTdb+GESNG\nRH19fUyZMiVqa2ujtrY2xo0bF5WVlVFZWRllZWXR09MTPT09cezYsWhra4u2trY4ePBgHDhwIHp7\ne6\/7NV+uurq6WLRoUUycODGqqqqirq5uuC\/polpbW6O7uzs++uij2Lx5c7S2tg73Jd1wyp566qn+\n4b4IAAAAPvfd7343pk+fXnjd398ff\/u3f3tdPnvkyJFxxx13xPz586OhoSFGjhx5Vec5ffp0fPDB\nB7Ft27ZoaWmJ7u7uQb7SK1dVVRX33ntv3HvvvVFVVTXcl3NNuru7Y9OmTcMSvm5URnAAAAAMg6qq\nqpg2bVo0NDREW1tbvPX...
[debug] [MJSONWP (ccceb6eb)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAjGCAYAAAAEKH6SAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7N1rcFXnmeD7R0gIGQwSFrYAYcQdm5vaJjbBaQPGNqbSwXaSSZw+6ZrT\n7kudOnXOp5nyt67qOlXdH05lJlOZqq6Zqu7qjlN1jrvjxOnGsV3GTpPIwcT4KsCIe8DmYmFLtkAC\nIYQ0HwjbbLa4S4gn/v2+hL3W2msvgSNYf73rfcueeuqp/gAAAABIbMRwXwAAAADAtRI4AAAAgPQE\nDgAAACA9gQMAAABIT+AAAAAA0hM4AAAAgPQEDgAAACA9gQMAAABIT+AAAAAA0hM4AAAAgPQEDgAA\nACA9gQMAAABIT+AAAAAA0hM4AAAAgPQEDgAAACA9gQMAAABIT+AAAAAA0hM4AAAAgPQEDgAAACA9\ngQMAAABIT+AAAAAA0hM4AAAAgPQEDgAAACA9gQMAAABIT+AAAAAA0hM4AAAAgPQEDgAAACA9gQMA\nAABIT+AAAAAA0hM4AAAAgPQEDgAAACC9iuG+AAAAAErV1tbGtGnTYtq0afHxxx9HU1PTdb+GESNG\nRH19fUyZMiVqa2ujtrY2xo0bF5WVlVFZWRllZWXR09MTPT09cezYsWhra4u2trY4ePBgHDhwIHp7\ne6/7NV+uurq6WLRoUUycODGqqqqirq5uuC/polpbW6O7uzs++uij2Lx5c7S2tg73Jd1wyp566qn+\n4b4IAAAAPvfd7343pk+fXnjd398ff/u3f3tdPnvkyJFxxx13xPz586OhoSFGjhx5Vec5ffp0fPDB\nB7Ft27ZoaWmJ7u7uQb7SK1dVVRX33ntv3HvvvVFVVTXcl3NNuru7Y9OmTcMSvm5URnAAAAAMg6qq\nqpg2bVo0NDREW1tbvPXWW4V958aNiIiysrIhv56ampq47777YuHChVcdNc5VXl4e06dPj+nTp8fq\n1aujpa...
[info] [HTTP] <-- GET /wd/hub/session/ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1/screenshot 200 502 ms - 37228
[info] [HTTP] 
[info] [HTTP] --> GET /wd/hub/session/ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1/window/current/size
[info] [HTTP] {}
[info] [MJSONWP (ccceb6eb)] Driver proxy active, passing request on via HTTP proxy
[debug] [WD Proxy] Matched '/wd/hub/session/ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1/window/current/size' to command name 'getWindowSize'
[debug] [WD Proxy] Proxying [GET /wd/hub/session/ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1/window/current/size] to [GET http://127.0.0.1:8200/wd/hub/session/f6c3cae9-7041-4897-9cf5-5936e4f894cd/window/current/size] with body: {}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"f6c3cae9-7041-4897-9cf5-5936e4f894cd","value":{"height":2027,"width":1080}}
[info] [WD Proxy] Replacing sessionId f6c3cae9-7041-4897-9cf5-5936e4f894cd with ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1
[info] [HTTP] <-- GET /wd/hub/session/ccceb6eb-44f3-4842-afb4-a5d29a2f9eb1/window/current/size 200 22 ms - 100
[info] [HTTP] 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment