Skip to content

Instantly share code, notes, and snippets.

@mmonfared
Created February 13, 2024 08:03
Show Gist options
  • Select an option

  • Save mmonfared/44650251cd5e75b6971ebdcaa1f29b77 to your computer and use it in GitHub Desktop.

Select an option

Save mmonfared/44650251cd5e75b6971ebdcaa1f29b77 to your computer and use it in GitHub Desktop.
Appium_DragAndDrop_Passed_Log
PS C:\Users\MM> appium
[Appium] Welcome to Appium v2.4.1
[Appium] The autodetected Appium home path: C:\Users\MM\.appium
[Appium] Attempting to load driver uiautomator2...
[Appium] Requiring driver at C:\Users\MM\.appium\node_modules\appium-uiautomator2-driver\build\index.js
[Appium] AndroidUiautomator2Driver has been successfully loaded in 0.714s
[Appium] Appium REST http interface listener started on http://0.0.0.0:4723
[Appium] You can provide the following URLs in your client code to connect to this server:
[Appium] http://192.168.56.1:4723/
[Appium] http://192.168.116.72:4723/
[Appium] http://127.0.0.1:4723/ (only accessible from the same host)
[Appium] Available drivers:
[Appium] - uiautomator2@2.35.0 (automationName 'UiAutomator2')
[Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use.
[HTTP] Request idempotency key: fa21d76c-3480-4ac0-88fe-eb322e9c97ff
[HTTP] --> POST /session
[HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"appium:automationName":"UiAutomator2","platformName":"Android","appium:appPackage":"io.appium.android.apis","appium:appActivity":".ApiDemos"}}}
[AppiumDriver@fb22] Calling AppiumDriver.createSession() with args: [null,null,{"firstMatch":[{}],"alwaysMatch":{"appium:automationName":"UiAutomator2","platformName":"Android","appium:appPackage":"io.appium.android.apis","appium:appActivity":".ApiDemos"}}]
[AppiumDriver@fb22] Event 'newSessionRequested' logged at 1707811295235 (12:01:35 GMT+0400 (Armenia Standard Time))
[Appium] Attempting to find matching driver for automationName 'UiAutomator2' and platformName 'Android'
[Appium] The 'uiautomator2' driver was installed and matched caps.
[Appium] Will require it at C:\Users\MM\.appium\node_modules\appium-uiautomator2-driver
[Appium] Requiring driver at C:\Users\MM\.appium\node_modules\appium-uiautomator2-driver\build\index.js
[AppiumDriver@fb22] Appium v2.4.1 creating new AndroidUiautomator2Driver (v2.35.0) session
[AppiumDriver@fb22] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@fb22] Appium's BaseDriver version is 9.5.0
[AppiumDriver@fb22] AndroidUiautomator2Driver's BaseDriver version is 9.5.0
[AndroidUiautomator2Driver@b167] Creating session with W3C capabilities: {
[AndroidUiautomator2Driver@b167] "alwaysMatch": {
[AndroidUiautomator2Driver@b167] "platformName": "Android",
[AndroidUiautomator2Driver@b167] "appium:automationName": "UiAutomator2",
[AndroidUiautomator2Driver@b167] "appium:appPackage": "io.appium.android.apis",
[AndroidUiautomator2Driver@b167] "appium:appActivity": ".ApiDemos"
[AndroidUiautomator2Driver@b167] },
[AndroidUiautomator2Driver@b167] "firstMatch": [
[AndroidUiautomator2Driver@b167] {}
[AndroidUiautomator2Driver@b167] ]
[AndroidUiautomator2Driver@b167] }
[AndroidUiautomator2Driver@b167 (bcecafe0)] Session created with session id: bcecafe0-4441-4e18-b224-ee2212d43938
[AndroidUiautomator2Driver@b167 (bcecafe0)] Starting 'io.appium.android.apis' directly on the device
[ADB] Found 1 'build-tools' folders under 'C:\android_sdk' (newest first):
[ADB] C:\android_sdk\build-tools\34.0.0
[ADB] Using 'adb.exe' from 'C:\android_sdk\platform-tools\adb.exe'
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 start-server'
[AndroidDriver] Retrieving device list
[ADB] Trying to find connected Android devices
[ADB] Getting connected devices
[ADB] Connected devices: [{"udid":"emulator-5554","state":"device"}]
[AndroidDriver] Using device: emulator-5554
[ADB] Using 'adb.exe' from 'C:\android_sdk\platform-tools\adb.exe'
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 start-server'
[ADB] Setting device id to emulator-5554
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk'
[ADB] Current device property 'ro.build.version.sdk': 30
[ADB] Getting device platform version
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.build.version.release'
[ADB] Current device property 'ro.build.version.release': 11
[ADB] Device API level: 30
[AndroidUiautomator2Driver@b167 (bcecafe0)] Relaxing hidden api policy
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell 'settings put global hidden_api_policy_pre_p_apps 1;settings put global hidden_api_policy_p_apps 1;settings put global hidden_api_policy 1''
[AndroidDriver] No app sent in, not parsing package/activity
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 wait-for-device'
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell echo ping'
[AndroidDriver] Pushing settings apk to device...
[ADB] Getting package info for 'io.appium.settings'
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
[ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('5.2.0' >= '5.2.0')
[ADB] There is no need to install/upgrade 'C:\Users\MM\.appium\node_modules\appium-uiautomator2-driver\node_modules\io.appium.settings\apks\settings_apk-debug.apk'
[ADB] Getting IDs of all 'io.appium.settings' processes
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell 'pgrep --help; echo $?''
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)'
[AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
[Logcat] Starting logs capture with command: C:\\android_sdk\\platform-tools\\adb.exe -P 5037 -s emulator-5554 logcat -v threadtime
[AndroidUiautomator2Driver@b167 (bcecafe0)] Forwarding UiAutomator2 Server port 6790 to local port 8200
[ADB] Forwarding system: 8200 to device: 6790
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 forward tcp:8200 tcp:6790'
[ADB] Checking app cert for C:\Users\MM\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v5.12.17.apk
[ADB] Checking app cert for C:\Users\MM\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk
[ADB] Using 'apksigner.jar' from 'C:\android_sdk\build-tools\34.0.0\lib\apksigner.jar'
[ADB] Starting apksigner: C:\\jdk_21\\bin\\java.exe -Xmx1024M -Xss1m -jar C:\\android_sdk\\build-tools\\34.0.0\\lib\\apksigner.jar verify --print-certs C:\\Users\\MM\\.appium\\node_modules\\appium-uiautomator2-driver\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-debug-androidTest.apk
[ADB] Starting apksigner: C:\\jdk_21\\bin\\java.exe -Xmx1024M -Xss1m -jar C:\\android_sdk\\build-tools\\34.0.0\\lib\\apksigner.jar verify --print-certs C:\\Users\\MM\\.appium\\node_modules\\appium-uiautomator2-driver\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-v5.12.17.apk
[ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[ADB]
[ADB] sha256 hash did match for 'appium-uiautomator2-server-debug-androidTest.apk'
[ADB] 'C:\Users\MM\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk' is signed with the default certificate
[ADB] Getting install status for io.appium.uiautomator2.server.test
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pm path io.appium.uiautomator2.server.test'
[ADB] 'io.appium.uiautomator2.server.test' is installed
[ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[ADB]
[ADB] sha256 hash did match for 'appium-uiautomator2-server-v5.12.17.apk'
[ADB] 'C:\Users\MM\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v5.12.17.apk' is signed with the default certificate
[ADB] Getting package info for 'io.appium.uiautomator2.server'
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server'
[ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('5.12.17' >= '5.12.17')
[AndroidUiautomator2Driver@b167 (bcecafe0)] Server packages status: [{"wasSigned":true,"installState":"sameVersionInstalled","appPath":"C:\\Users\\MM\\.appium\\node_modules\\appium-uiautomator2-driver\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-v5.12.17.apk","appId":"io.appium.uiautomator2.server"},{"wasSigned":true,"installState":"sameVersionInstalled","appPath":"C:\\Users\\MM\\.appium\\node_modules\\appium-uiautomator2-driver\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-debug-androidTest.apk","appId":"io.appium.uiautomator2.server.test"}]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Server packages are not going to be (re)installed
[AndroidUiautomator2Driver@b167 (bcecafe0)] Waiting up to 30000ms for services to be available
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pm list instrumentation'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[ADB] Got the following command chunks to execute: [["dumpsys","deviceidle","whitelist","+io.appium.settings",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server.test",";"]]
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[AndroidUiautomator2Driver@b167 (bcecafe0)] No app capability. Assuming it is already on the device
[ADB] Getting install status for io.appium.android.apis
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pm path io.appium.android.apis'
[ADB] 'io.appium.android.apis' is installed
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop io.appium.android.apis'
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pm clear io.appium.android.apis'
[AndroidDriver] Performed fast reset on the installed 'io.appium.android.apis' application (stop and clear)
[AndroidUiautomator2Driver@b167 (bcecafe0)] Performing shallow cleanup of automation leftovers
[AndroidUiautomator2Driver@b167 (bcecafe0)] No obsolete sessions have been detected (socket hang up)
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Starting UIAutomator2 server 5.12.17
[AndroidUiautomator2Driver@b167 (bcecafe0)] Using UIAutomator2 server from 'C:\Users\MM\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v5.12.17.apk' and test from 'C:\Users\MM\.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Waiting up to 30000ms for UiAutomator2 to be online...
[ADB] Creating ADB subprocess with args: ["-P","5037","-s","emulator-5554","shell","am","instrument","-w","-e","disableAnalytics","true","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@b167 (bcecafe0)] socket hang up
[Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@b167 (bcecafe0)] socket hang up
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/status' to command name 'getStatus'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[AndroidUiautomator2Driver@b167 (bcecafe0)] The initialization of the instrumentation process took 2171ms
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/session' to command name 'createSession'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [POST /session] to [POST http://127.0.0.1:8200/session] with body: {"capabilities":{"firstMatch":[{"platformName":"Android","automationName":"UiAutomator2","appPackage":"io.appium.android.apis","appActivity":".ApiDemos","platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","automationName":"UiAutomator2","appPackage":"io.appium.android.apis","appActivity":".ApiDemos"},"deviceName":"emulator-5554","deviceUDID":"emulator-5554"}],"alwaysMatch":{}}}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":{"capabilities":{"firstMatch":[{"platformName":"Android","automationName":"UiAutomator2","appPackage":"io.appium.android.apis","appActivity":".ApiDemos","platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","automationName":"UiAutomator2","appPackage":"io.appium.android.apis","appActivity":".ApiDemos"},"deviceName":"emulator-5554","deviceUDID":"emulator-5554"}],"alwaysMatch":{}},"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea"}}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Determined the downstream protocol as 'W3C'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/appium/device/pixel_ratio] with no body
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/appium/device/system_bars] with no body
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/window/current/size' to command name 'getWindowSize'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/window/current/size] with no body
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/appium/device/info] with no body
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys window'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":3.5}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":{"statusBar":172}}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":{"height":2701,"width":1440}}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":{"androidId":"188c21e934897d8c","apiVersion":"30","bluetooth":{"state":"ON"},"brand":"Android","carrierName":"Android","displayDensity":560,"locale":"en_US","manufacturer":"unknown","model":"Android SDK built for x86","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":30000,"linkUpstreamBandwidthKbps":15000,"networkCapabilities":"NET_CAPABILITY_MMS,NET_CAPABILITY_SUPL,NET_CAPABILITY_DUN,NET_CAPABILITY_FOTA,NET_CAPABILITY_IMS,NET_CAPABILITY_CBS,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","signalStrength":-2147483648,"transportTypes":"TRANSPORT_CELLULAR"},"detailedState":"CONNECTED","extraInfo":"epc.tmobile.com","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":13,"subtypeName":"LTE","type":0,"typeName":"MOBILE"},{"ca...
[AndroidDriver] Screen already unlocked, doing nothing
[AndroidUiautomator2Driver@b167 (bcecafe0)] Starting 'io.appium.android.apis/.ApiDemos and waiting for 'io.appium.android.apis/.ApiDemos'
[ADB] Running 'C:\android_sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am start -W -n io.appium.android.apis/.ApiDemos -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[AppiumDriver@fb22] New AndroidUiautomator2Driver session created successfully, session bcecafe0-4441-4e18-b224-ee2212d43938 added to master session list
[AppiumDriver@fb22] Event 'newSessionStarted' logged at 1707811300996 (12:01:40 GMT+0400 (Armenia Standard Time))
[AndroidUiautomator2Driver@b167 (bcecafe0)] Cached the protocol value 'W3C' for the new session bcecafe0-4441-4e18-b224-ee2212d43938
[AndroidUiautomator2Driver@b167 (bcecafe0)] Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","automationName":"UiAutomator2","appPackage":"io.appium.android.apis","appActivity":".ApiDemos","platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","automationName":"UiAutomator2","appPackage":"io.appium.android.apis","appActivity":".ApiDemos"},"deviceName":"emulator-5554","deviceUDID":"emulator-5554","pixelRatio":"3.5","statBarHeight":172,"viewportRect":{"left":0,"top":172,"width":1440,"height":2529},"deviceApiLevel":30,"platformVersion":"11","deviceManufacturer":"unknown","deviceModel":"Android SDK built for x86","deviceScreenSize":"1440x3040","deviceScreenDensity":560}}
[HTTP] <-- POST /session 200 5766 ms - 860
[HTTP]
[HTTP] --> POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element
[HTTP] {"using":"accessibility id","value":"Views"}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Calling AppiumDriver.findElement() with args: ["accessibility id","Views","bcecafe0-4441-4e18-b224-ee2212d43938"]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@b167 (bcecafe0)] Waiting up to 0 ms for condition
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/element] with body: {"strategy":"accessibility id","selector":"Views","context":"","multiple":false}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":{"ELEMENT":"00000000-0000-00fa-ffff-ffff00000014","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fa-ffff-ffff00000014"}}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fa-ffff-ffff00000014","ELEMENT":"00000000-0000-00fa-ffff-ffff00000014"}
[HTTP] <-- POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element 200 602 ms - 137
[HTTP]
[HTTP] --> POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element/00000000-0000-00fa-ffff-ffff00000014/click
[HTTP] {}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Calling AppiumDriver.click() with args: ["00000000-0000-00fa-ffff-ffff00000014","bcecafe0-4441-4e18-b224-ee2212d43938"]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/element/00000000-0000-00fa-ffff-ffff00000014/click' to command name 'click'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [POST /element/00000000-0000-00fa-ffff-ffff00000014/click] to [POST http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/element/00000000-0000-00fa-ffff-ffff00000014/click] with body: {"element":"00000000-0000-00fa-ffff-ffff00000014"}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":null}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element/00000000-0000-00fa-ffff-ffff00000014/click 200 871 ms - 14
[HTTP]
[HTTP] --> POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element
[HTTP] {"using":"accessibility id","value":"Drag and Drop"}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Calling AppiumDriver.findElement() with args: ["accessibility id","Drag and Drop","bcecafe0-4441-4e18-b224-ee2212d43938"]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@b167 (bcecafe0)] Waiting up to 0 ms for condition
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/element] with body: {"strategy":"accessibility id","selector":"Drag and Drop","context":"","multiple":false}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":{"ELEMENT":"00000000-0000-00fb-ffff-ffff00000026","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fb-ffff-ffff00000026"}}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fb-ffff-ffff00000026","ELEMENT":"00000000-0000-00fb-ffff-ffff00000026"}
[HTTP] <-- POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element 200 73 ms - 137
[HTTP]
[HTTP] --> POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element/00000000-0000-00fb-ffff-ffff00000026/click
[HTTP] {}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Calling AppiumDriver.click() with args: ["00000000-0000-00fb-ffff-ffff00000026","bcecafe0-4441-4e18-b224-ee2212d43938"]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/element/00000000-0000-00fb-ffff-ffff00000026/click' to command name 'click'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [POST /element/00000000-0000-00fb-ffff-ffff00000026/click] to [POST http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/element/00000000-0000-00fb-ffff-ffff00000026/click] with body: {"element":"00000000-0000-00fb-ffff-ffff00000026"}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":null}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element/00000000-0000-00fb-ffff-ffff00000026/click 200 982 ms - 14
[HTTP]
[HTTP] --> POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element
[HTTP] {"using":"id","value":"io.appium.android.apis:id/drag_dot_1"}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Calling AppiumDriver.findElement() with args: ["id","io.appium.android.apis:id/drag_dot_1","bcecafe0-4441-4e18-b224-ee2212d43938"]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@b167 (bcecafe0)] Waiting up to 0 ms for condition
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/element] with body: {"strategy":"id","selector":"io.appium.android.apis:id/drag_dot_1","context":"","multiple":false}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":{"ELEMENT":"00000000-0000-00fc-ffff-ffff00000033","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000033"}}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000033","ELEMENT":"00000000-0000-00fc-ffff-ffff00000033"}
[HTTP] <-- POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element 200 64 ms - 137
[HTTP]
[HTTP] --> POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element
[HTTP] {"using":"id","value":"io.appium.android.apis:id/drag_dot_2"}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Calling AppiumDriver.findElement() with args: ["id","io.appium.android.apis:id/drag_dot_2","bcecafe0-4441-4e18-b224-ee2212d43938"]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@b167 (bcecafe0)] Waiting up to 0 ms for condition
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/element] with body: {"strategy":"id","selector":"io.appium.android.apis:id/drag_dot_2","context":"","multiple":false}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":{"ELEMENT":"00000000-0000-00fc-ffff-ffff00000034","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000034"}}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000034","ELEMENT":"00000000-0000-00fc-ffff-ffff00000034"}
[HTTP] <-- POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element 200 28 ms - 137
[HTTP]
[HTTP] --> POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element
[HTTP] {"using":"id","value":"io.appium.android.apis:id/drag_dot_3"}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Calling AppiumDriver.findElement() with args: ["id","io.appium.android.apis:id/drag_dot_3","bcecafe0-4441-4e18-b224-ee2212d43938"]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@b167 (bcecafe0)] Waiting up to 0 ms for condition
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/element] with body: {"strategy":"id","selector":"io.appium.android.apis:id/drag_dot_3","context":"","multiple":false}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":{"ELEMENT":"00000000-0000-00fc-ffff-ffff00000035","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000035"}}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000035","ELEMENT":"00000000-0000-00fc-ffff-ffff00000035"}
[HTTP] <-- POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element 200 30 ms - 137
[HTTP]
[HTTP] --> POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/actions
[HTTP] {"actions":[{"type":"pointer","parameters":{"pointerType":"mouse"},"id":"mouse","actions":[{"type":"pointerMove","duration":250,"x":0,"y":0,"origin":{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000033"}},{"type":"pointerDown","duration":0,"button":0},{"type":"pause","duration":1000},{"type":"pointerMove","duration":250,"x":0,"y":0,"origin":{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000034"}},{"type":"pointerUp","duration":0,"button":0}]}]}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Calling AppiumDriver.performActions() with args: [[{"type":"pointer","parameters":{"pointerType":"mouse"},"id":"mouse","actions":[{"type":"pointerMove","duration":250,"x":0,"y":0,"origin":{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000033"}},{"type":"pointerDown","duration":0,"button":0},{"type":"pause","duration":1000},{"type":"pointerMove","duration":250,"x":0,"y":0,"origin":{"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000034"}},{"type":"pointerUp","duration":0,"button":0}]}],"bcecafe0-4441-4e18-b224-ee2212d43938"]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Received the following W3C actions: [
[AndroidUiautomator2Driver@b167 (bcecafe0)] {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "type": "pointer",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "parameters": {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "pointerType": "mouse"
[AndroidUiautomator2Driver@b167 (bcecafe0)] },
[AndroidUiautomator2Driver@b167 (bcecafe0)] "id": "mouse",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "actions": [
[AndroidUiautomator2Driver@b167 (bcecafe0)] {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "type": "pointerMove",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "duration": 250,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "x": 0,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "y": 0,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "origin": {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "element-6066-11e4-a52e-4f735466cecf": "00000000-0000-00fc-ffff-ffff00000033"
[AndroidUiautomator2Driver@b167 (bcecafe0)] }
[AndroidUiautomator2Driver@b167 (bcecafe0)] },
[AndroidUiautomator2Driver@b167 (bcecafe0)] {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "type": "pointerDown",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "duration": 0,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "button": 0
[AndroidUiautomator2Driver@b167 (bcecafe0)] },
[AndroidUiautomator2Driver@b167 (bcecafe0)] {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "type": "pause",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "duration": 1000
[AndroidUiautomator2Driver@b167 (bcecafe0)] },
[AndroidUiautomator2Driver@b167 (bcecafe0)] {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "type": "pointerMove",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "duration": 250,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "x": 0,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "y": 0,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "origin": {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "element-6066-11e4-a52e-4f735466cecf": "00000000-0000-00fc-ffff-ffff00000034"
[AndroidUiautomator2Driver@b167 (bcecafe0)] }
[AndroidUiautomator2Driver@b167 (bcecafe0)] },
[AndroidUiautomator2Driver@b167 (bcecafe0)] {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "type": "pointerUp",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "duration": 0,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "button": 0
[AndroidUiautomator2Driver@b167 (bcecafe0)] }
[AndroidUiautomator2Driver@b167 (bcecafe0)] ]
[AndroidUiautomator2Driver@b167 (bcecafe0)] }
[AndroidUiautomator2Driver@b167 (bcecafe0)] ]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Preprocessed actions: [
[AndroidUiautomator2Driver@b167 (bcecafe0)] {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "type": "pointer",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "parameters": {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "pointerType": "touch"
[AndroidUiautomator2Driver@b167 (bcecafe0)] },
[AndroidUiautomator2Driver@b167 (bcecafe0)] "id": "mouse",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "actions": [
[AndroidUiautomator2Driver@b167 (bcecafe0)] {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "type": "pointerMove",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "duration": 250,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "x": 0,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "y": 0,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "origin": {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "element-6066-11e4-a52e-4f735466cecf": "00000000-0000-00fc-ffff-ffff00000033"
[AndroidUiautomator2Driver@b167 (bcecafe0)] }
[AndroidUiautomator2Driver@b167 (bcecafe0)] },
[AndroidUiautomator2Driver@b167 (bcecafe0)] {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "type": "pointerDown",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "duration": 0,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "button": 0
[AndroidUiautomator2Driver@b167 (bcecafe0)] },
[AndroidUiautomator2Driver@b167 (bcecafe0)] {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "type": "pause",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "duration": 1000
[AndroidUiautomator2Driver@b167 (bcecafe0)] },
[AndroidUiautomator2Driver@b167 (bcecafe0)] {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "type": "pointerMove",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "duration": 250,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "x": 0,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "y": 0,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "origin": {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "element-6066-11e4-a52e-4f735466cecf": "00000000-0000-00fc-ffff-ffff00000034"
[AndroidUiautomator2Driver@b167 (bcecafe0)] }
[AndroidUiautomator2Driver@b167 (bcecafe0)] },
[AndroidUiautomator2Driver@b167 (bcecafe0)] {
[AndroidUiautomator2Driver@b167 (bcecafe0)] "type": "pointerUp",
[AndroidUiautomator2Driver@b167 (bcecafe0)] "duration": 0,
[AndroidUiautomator2Driver@b167 (bcecafe0)] "button": 0
[AndroidUiautomator2Driver@b167 (bcecafe0)] }
[AndroidUiautomator2Driver@b167 (bcecafe0)] ]
[AndroidUiautomator2Driver@b167 (bcecafe0)] }
[AndroidUiautomator2Driver@b167 (bcecafe0)] ]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/actions' to command name 'performActions'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [POST /actions] to [POST http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/actions] with body: {"actions":[{"type":"pointer","parameters":{"pointerType":"touch"},"id":"mouse","actions":[{"type":"pointerMove","duration":250,"x":0,"y":0,"origin":{"ELEMENT":"00000000-0000-00fc-ffff-ffff00000033","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000033"}},{"type":"pointerDown","duration":0,"button":0},{"type":"pause","duration":1000},{"type":"pointerMove","duration":250,"x":0,"y":0,"origin":{"ELEMENT":"00000000-0000-00fc-ffff-ffff00000034","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000034"}},{"type":"pointerUp","duration":0,"button":0}]}]}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":null}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Responding to client with driver.performActions() result: null
[HTTP] <-- POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/actions 200 1617 ms - 14
[HTTP]
[HTTP] --> POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element
[HTTP] {"using":"id","value":"io.appium.android.apis:id/drag_result_text"}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Calling AppiumDriver.findElement() with args: ["id","io.appium.android.apis:id/drag_result_text","bcecafe0-4441-4e18-b224-ee2212d43938"]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[AndroidUiautomator2Driver@b167 (bcecafe0)] Waiting up to 0 ms for condition
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/element' to command name 'findElement'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/element] with body: {"strategy":"id","selector":"io.appium.android.apis:id/drag_result_text","context":"","multiple":false}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":{"ELEMENT":"00000000-0000-00fc-ffff-ffff00000037","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000037"}}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-00fc-ffff-ffff00000037","ELEMENT":"00000000-0000-00fc-ffff-ffff00000037"}
[HTTP] <-- POST /session/bcecafe0-4441-4e18-b224-ee2212d43938/element 200 623 ms - 137
[HTTP]
[HTTP] --> GET /session/bcecafe0-4441-4e18-b224-ee2212d43938/element/00000000-0000-00fc-ffff-ffff00000037/attribute/text
[HTTP] {}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Calling AppiumDriver.getAttribute() with args: ["text","00000000-0000-00fc-ffff-ffff00000037","bcecafe0-4441-4e18-b224-ee2212d43938"]
[AndroidUiautomator2Driver@b167 (bcecafe0)] Matched '/element/00000000-0000-00fc-ffff-ffff00000037/attribute/text' to command name 'getAttribute'
[AndroidUiautomator2Driver@b167 (bcecafe0)] Proxying [GET /element/00000000-0000-00fc-ffff-ffff00000037/attribute/text] to [GET http://127.0.0.1:8200/session/19c2a594-29d1-43a7-9c91-48a658f4d4ea/element/00000000-0000-00fc-ffff-ffff00000037/attribute/text] with no body
[AndroidUiautomator2Driver@b167 (bcecafe0)] Got response with status 200: {"sessionId":"19c2a594-29d1-43a7-9c91-48a658f4d4ea","value":"Dropped!"}
[AndroidUiautomator2Driver@b167 (bcecafe0)] Responding to client with driver.getAttribute() result: "Dropped!"
[HTTP] <-- GET /session/bcecafe0-4441-4e18-b224-ee2212d43938/element/00000000-0000-00fc-ffff-ffff00000037/attribute/text
200 23 ms - 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment