[info] [HTTP] Waiting until the server is closed [info] [HTTP] Received server close event [debug] [Instrumentation] INSTRUMENTATION_RESULT: shortMsg=Process crashed. [debug] [Instrumentation] INSTRUMENTATION_CODE: 0 [debug] [Instrumentation] The process has exited with code 0 [info] [Appium] Welcome to Appium v1.20.2 [info] [Appium] Non-default server args: [info] [Appium] sessionOverride: true [info] [Appium] relaxedSecurityEnabled: true [info] [Appium] allowInsecure: { [info] [Appium] } [info] [Appium] denyInsecure: { [info] [Appium] } [info] [Appium] Appium REST http interface listener started on 0.0.0.0:4723[debug] [HTTP] Request idempotency key: 625745c5-5d6d-43b7-9517-665cc373f849 [info] [HTTP] --> POST /wd/hub/session [info] [HTTP] {"capabilities":{"firstMatch":[{"platformName":"Android","appium:platformVersion":"10","appium:automationName":"uiautomator2","appium:deviceName":"p20","appium:udid":"CLB7N18326011444","appium:appPackage":"com.tencent.wework","appium:appActivity":".launch.LaunchSplashActivity","appium:settings[waitForIdleTimeout]":1000,"appium:skipServerInstallation":true,"appium:skipDeviceInitialization":true,"appium:ignoreUnimportantViews":true,"appium:unicodeKeyBoard":true,"appium:resetKeyBoard":true,"appium:noReset":true,"appium:noSign":true}]},"desiredCapabilities":{"platformName":"Android","platformVersion":"10","automationName":"uiautomator2","deviceName":"p20","udid":"CLB7N18326011444","appPackage":"com.tencent.wework","appActivity":".launch.LaunchSplashActivity","settings[waitForIdleTimeout]":1000,"skipServerInstallation":true,"skipDeviceInitialization":true,"ignoreUnimportantViews":true,"unicodeKeyBoard":true,"resetKeyBoard":true,"noReset":true,"noSign":true}} [debug] [W3C] Calling AppiumDriver.createSession() with args: [{"platformName":"Android","platformVersion":"10","automationName":"uiautomator2","deviceName":"p20","udid":"CLB7N18326011444","appPackage":"com.tencent.wework","appActivity":".launch.LaunchSplashActivity","settings[waitForIdleTimeout]":1000,"skipServerInstallation":true,"skipDeviceInitialization":true,"ignoreUnimportantViews":true,"unicodeKeyBoard":true,"resetKeyBoard":true,"noReset":true,"noSign":true},null,{"firstMatch":[{"platformName":"Android","appium:platformVersion":"10","appium:automationName":"uiautomator2","appium:deviceName":"p20","appium:udid":"CLB7N18326011444","appium:appPackage":"com.tencent.wework","appium:appActivity":".launch.LaunchSplashActivity","appium:settings[waitForIdleTimeout]":1000,"appium:skipServerInstallation":true,"appium:skipDeviceInitialization":true,"appium:ignoreUnimportantViews":true,"appium:unicodeKeyBoard":true,"appium:resetKeyBoard":true,"appium:noReset":true,"appium:noSign":true}]}] [debug] [BaseDriver] Event 'newSessionRequested' logged at 1625329964544 (00:32:44 GMT+0800 (中国标准时间)) [info] [Appium] Appium v1.20.2 creating new AndroidUiautomator2Driver (v1.61.2) session [debug] [Appium] There are no active sessions for cleanup [info] [Appium] Applying relaxed security to 'AndroidUiautomator2Driver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure [debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided [debug] [BaseDriver] Creating session with W3C capabilities: { [debug] [BaseDriver] "alwaysMatch": { [debug] [BaseDriver] "platformName": "Android", [debug] [BaseDriver] "appium:platformVersion": "10", [debug] [BaseDriver] "appium:automationName": "uiautomator2", [debug] [BaseDriver] "appium:deviceName": "p20", [debug] [BaseDriver] "appium:udid": "CLB7N18326011444", [debug] [BaseDriver] "appium:appPackage": "com.tencent.wework", [debug] [BaseDriver] "appium:appActivity": ".launch.LaunchSplashActivity", [debug] [BaseDriver] "appium:skipServerInstallation": true, [debug] [BaseDriver] "appium:skipDeviceInitialization": true, [debug] [BaseDriver] "appium:ignoreUnimportantViews": true, [debug] [BaseDriver] "appium:unicodeKeyBoard": true, [debug] [BaseDriver] "appium:resetKeyBoard": true, [debug] [BaseDriver] "appium:noReset": true, [debug] [BaseDriver] "appium:noSign": true [debug] [BaseDriver] }, [debug] [BaseDriver] "firstMatch": [ [debug] [BaseDriver] {} [debug] [BaseDriver] ] [debug] [BaseDriver] } [warn] [BaseDriver] The following capabilities were provided, but are not recognized by Appium: [warn] [BaseDriver] ignoreUnimportantViews [warn] [BaseDriver] unicodeKeyBoard [warn] [BaseDriver] resetKeyBoard [info] [BaseDriver] Session created with session id: 3ef1c8c3-5b88-4467-ab19-c6282187d979 [info] [UiAutomator2] Starting 'com.tencent.wework' directly on the device [info] [ADB] Using 'adb.exe' from 'D:\software\android-sdk\platform-tools\adb.exe' [debug] [ADB] Running 'D:\software\android-sdk\platform-tools\adb.exe -P 5037 start-server' [info] [AndroidDriver] Retrieving device list [debug] [ADB] Trying to find a connected android device [debug] [ADB] Getting connected devices [debug] [ADB] Connected devices: [{"udid":"CLB7N18326011444","state":"device"}] [info] [AndroidDriver] Using device: CLB7N18326011444[debug] [ADB] Setting device id to CLB7N18326011444 [debug] [ADB] Running 'D:\software\android-sdk\platform-tools\adb.exe -P 5037 -s CLB7N18326011444 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 'D:\software\android-sdk\platform-tools\adb.exe -P 5037 -s CLB7N18326011444 shell getprop ro.build.version.release'[debug] [ADB] Current device property 'ro.build.version.release': 10 [debug] [ADB] Device API level: 29 [info] [UiAutomator2] Relaxing hidden api policy [debug] [ADB] Running 'D:\software\android-sdk\platform-tools\adb.exe -P 5037 -s CLB7N18326011444 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''[warn] [AndroidDriver] No app sent in, not parsing package/activity [info] [AndroidDriver] 'skipDeviceInitialization' is set. Skipping device initialization. [debug] [ADB] Running 'D:\software\android-sdk\platform-tools\adb.exe -P 5037 -s CLB7N18326011444 shell appops set io.appium.settings android:mock_location allow'[debug] [Logcat] Starting logs capture with command: D:\\software\\android-sdk\\platform-tools\\adb.exe -P 5037 -s CLB7N18326011444 logcat -v threadtime[debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to local port 8201 [debug] [ADB] Forwarding system: 8201 to device: 6790 [debug] [ADB] Running 'D:\software\android-sdk\platform-tools\adb.exe -P 5037 -s CLB7N18326011444 forward tcp:8201 tcp:6790' [info] [UiAutomator2] 'skipServerInstallation' is set. Skipping UIAutomator2 server installation. [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 (socket hang up) [debug] [ADB] Running 'D:\software\android-sdk\platform-tools\adb.exe -P 5037 -s CLB7N18326011444 shell am force-stop io.appium.uiautomator2.server.test'[info] [UiAutomator2] 'skipServerInstallation' is set. Attempting to use UIAutomator2 server from the device [info] [UiAutomator2] Waiting up to 30000ms for UiAutomator2 to be online... [debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","CLB7N18326011444","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:8201/wd/hub/status] with no body [info] [WD Proxy] socket hang up[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8201/wd/hub/status] with no body [info] [WD Proxy] socket hang up[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:8201/wd/hub/status] with no body [info] [WD Proxy] socket hang up[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8201/wd/hub/status] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}} [debug] [UiAutomator2] The initialization of the instrumentation process took 3177ms [debug] [WD Proxy] Matched '/session' to command name 'createSession' [debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8201/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":"10","automationName":"uiautomator2","deviceName":"p20","udid":"CLB7N18326011444","appPackage":"com.tencent.wework","appActivity":".launch.LaunchSplashActivity","skipServerInstallation":true,"skipDeviceInitialization":true,"ignoreUnimportantViews":true,"unicodeKeyBoard":true,"resetKeyBoard":true,"noReset":true,"noSign":true},"platformName":"Android","platformVersion":"10","automationName":"uiautomator2","deviceName":"CLB7N18326011444","udid":"CLB7N18326011444","appPackage":"com.tencent.wework","appActivity":".launch.LaunchSplashActivity","skipServerInstallation":true,"skipDeviceInitialization":true,"ignoreUnimportantViews":true,"unicodeKeyBoard":true,"resetKeyBoard":true,"noReset":true,"noSign":true,"deviceUDID":"CLB7N18326011444"}... [debug] [WD Proxy] Got response with status 200: {"sessionId":"e8e73977-7c96-45cd-aef2-423651fd36e1","value":{"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","platformVersion":"10","automationName":"uiautomator2","deviceName":"p20","udid":"CLB7N18326011444","appPackage":"com.tencent.wework","appActivity":".launch.LaunchSplashActivity","skipServerInstallation":true,"skipDeviceInitialization":true,"ignoreUnimportantViews":true,"unicodeKeyBoard":true,"resetKeyBoard":true,"noReset":true,"noSign":true},"platformName":"Android","platformVersion":"10","automationName":"uiautomator2","deviceName":"CLB7N18326011444","udid":"CLB7N18326011444","appPackage":"com.tencent.wework","appActivity":".launch.LaunchSplashActivity","skipServerInstallation":true,"skipDeviceInitialization":true,"ignoreUnimportantViews":true,"unicodeKeyBoard":true,"resetKeyBoard":true,"... [info] [WD Proxy] Determined the downstream protocol as 'W3C' [debug] [WD Proxy] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8201/wd/hub/session/e8e73977-7c96-45cd-aef2-423651fd36e1/appium/device/info] with no body[debug] [WD Proxy] Got response with status 200: {"sessionId":"e8e73977-7c96-45cd-aef2-423651fd36e1","value":{"androidId":"7e785fd09e26e0dc","apiVersion":"29","bluetooth":{"state":"OFF"},"brand":"HUAWEI","carrierName":"中国电信","displayDensity":480,"locale":"zh_CN_#Hans","manufacturer":"HUAWEI","model":"EML-AL00","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":1048576,"linkUpstreamBandwidthKbps":1048576,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,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","signalStrength":-72,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":null,"isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":0,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"10","realDisplaySize":"1080x2244","timeZone":"Asia/Shanghai"}} [debug] [ADB] Running 'D:\software\android-sdk\platform-tools\adb.exe -P 5037 -s CLB7N18326011444 shell dumpsys window'[debug] [WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8201/wd/hub/session/e8e73977-7c96-45cd-aef2-423651fd36e1/appium/device/pixel_ratio] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"e8e73977-7c96-45cd-aef2-423651fd36e1","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:8201/wd/hub/session/e8e73977-7c96-45cd-aef2-423651fd36e1/appium/device/system_bars] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"e8e73977-7c96-45cd-aef2-423651fd36e1","value":{"statusBar":85}} [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:8201/wd/hub/session/e8e73977-7c96-45cd-aef2-423651fd36e1/window/current/size] with no body[debug] [WD Proxy] Got response with status 200: {"sessionId":"e8e73977-7c96-45cd-aef2-423651fd36e1","value":{"height":2159,"width":1080}} [info] [Appium] New AndroidUiautomator2Driver session created successfully, session 3ef1c8c3-5b88-4467-ab19-c6282187d979 added to master session list [info] [Appium] Applying the initial values to Appium settings parsed from W3C caps: {"waitForIdleTimeout":1000} [info] [UiAutomator2] Forwarding the following settings to the UiAutomator2 server: ["waitForIdleTimeout"] [debug] [WD Proxy] Matched '/appium/settings' to command name 'updateSettings' [debug] [WD Proxy] Proxying [POST /appium/settings] to [POST http://127.0.0.1:8201/wd/hub/session/e8e73977-7c96-45cd-aef2-423651fd36e1/appium/settings] with body: {"settings":{"waitForIdleTimeout":1000}} [debug] [WD Proxy] Got response with status 200: {"sessionId":"e8e73977-7c96-45cd-aef2-423651fd36e1","value":null} [debug] [BaseDriver] Event 'newSessionStarted' logged at 1625329972183 (00:32:52 GMT+0800 (中国标准时间)) [debug] [W3C (3ef1c8c3)] Cached the protocol value 'W3C' for the new session 3ef1c8c3-5b88-4467-ab19-c6282187d979 [debug] [W3C (3ef1c8c3)] 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":"10","automationName":"uiautomator2","deviceName":"p20","udid":"CLB7N18326011444","appPackage":"com.tencent.wework","appActivity":".launch.LaunchSplashActivity","skipServerInstallation":true,"skipDeviceInitialization":true,"ignoreUnimportantViews":true,"unicodeKeyBoard":true,"resetKeyBoard":true,"noReset":true,"noSign":true},"platformName":"Android","platformVersion":"10","automationName":"uiautomator2","deviceName":"CLB7N18326011444","udid":"CLB7N18326011444","appPackage":"com.tencent.wework","appActivity":".launch.LaunchSplashActivity","skipServerInstallation":true,"skipDeviceInitialization":true,"ignoreUnimportantViews":true,"unicodeKeyBoard":true,"resetKeyBoard":true,"noReset":true,"noSign":true,"deviceUDID":"CLB7N18326011444","deviceApiLevel... [info] [HTTP] <-- POST /wd/hub/session 200 7641 ms - 1296 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/timeouts [info] [HTTP] {"implicit":3000} [debug] [W3C (3ef1c8c3)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,3000,"3ef1c8c3-5b88-4467-ab19-c6282187d979"] [debug] [BaseDriver] W3C timeout argument: {"implicit":3000}} [debug] [BaseDriver] Set implicit wait to 3000ms [debug] [W3C (3ef1c8c3)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/timeouts 200 2 ms - 14 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/window/rect [info] [HTTP] {} [debug] [W3C (3ef1c8c3)] Calling AppiumDriver.getWindowRect() with args: ["3ef1c8c3-5b88-4467-ab19-c6282187d979"] [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:8201/wd/hub/session/e8e73977-7c96-45cd-aef2-423651fd36e1/window/current/size] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"e8e73977-7c96-45cd-aef2-423651fd36e1","value":{"height":2159,"width":1080}} [debug] [W3C (3ef1c8c3)] Responding to client with driver.getWindowRect() result: {"width":1080,"height":2159,"x":0,"y":0} [info] [HTTP] <-- GET /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/window/rect 200 41 ms - 50 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/element [info] [HTTP] {"using":"-android uiautomator","value":"new UiSelector().text(\"通讯录\")"} [debug] [W3C (3ef1c8c3)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().text(\"通讯录\")","3ef1c8c3-5b88-4467-ab19-c6282187d979"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator [debug] [BaseDriver] Waiting up to 3000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8201/wd/hub/session/e8e73977-7c96-45cd-aef2-423651fd36e1/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().text(\"通讯录\")","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"e8e73977-7c96-45cd-aef2-423651fd36e1","value":{"ELEMENT":"10c8b065-7b2b-4238-b78b-01be9eaa6994","element-6066-11e4-a52e-4f735466cecf":"10c8b065-7b2b-4238-b78b-01be9eaa6994"}} [debug] [W3C (3ef1c8c3)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"10c8b065-7b2b-4238-b78b-01be9eaa6994","ELEMENT":"10c8b065-7b2b-4238-b78b-01be9eaa6994"} [info] [HTTP] <-- POST /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/element 200 1691 ms - 137 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/element/10c8b065-7b2b-4238-b78b-01be9eaa6994/location [info] [HTTP] {} [info] [W3C (3ef1c8c3)] Driver proxy active, passing request on via HTTP proxy [debug] [WD Proxy] Matched '/wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/element/10c8b065-7b2b-4238-b78b-01be9eaa6994/location' to command name 'getLocation' [debug] [WD Proxy] Proxying [GET /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/element/10c8b065-7b2b-4238-b78b-01be9eaa6994/location] to [GET http://127.0.0.1:8201/wd/hub/session/e8e73977-7c96-45cd-aef2-423651fd36e1/element/10c8b065-7b2b-4238-b78b-01be9eaa6994/location] with no body[debug] [WD Proxy] Got response with status 200: {"sessionId":"e8e73977-7c96-45cd-aef2-423651fd36e1","value":{"x":270,"y":2111}} [info] [WD Proxy] Replacing sessionId e8e73977-7c96-45cd-aef2-423651fd36e1 with 3ef1c8c3-5b88-4467-ab19-c6282187d979 [info] [HTTP] <-- GET /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/element/10c8b065-7b2b-4238-b78b-01be9eaa6994/location 200 1953 ms - 79 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/element/10c8b065-7b2b-4238-b78b-01be9eaa6994/size [info] [HTTP] {} [info] [W3C (3ef1c8c3)] Driver proxy active, passing request on via HTTP proxy [debug] [WD Proxy] Matched '/wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/element/10c8b065-7b2b-4238-b78b-01be9eaa6994/size' to command name 'getSize' [debug] [WD Proxy] Proxying [GET /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/element/10c8b065-7b2b-4238-b78b-01be9eaa6994/size] to [GET http://127.0.0.1:8201/wd/hub/session/e8e73977-7c96-45cd-aef2-423651fd36e1/element/10c8b065-7b2b-4238-b78b-01be9eaa6994/size] with no body[debug] [WD Proxy] Got response with status 200: {"sessionId":"e8e73977-7c96-45cd-aef2-423651fd36e1","value":{"height":48,"width":270}} [info] [WD Proxy] Replacing sessionId e8e73977-7c96-45cd-aef2-423651fd36e1 with 3ef1c8c3-5b88-4467-ab19-c6282187d979 [info] [HTTP] <-- GET /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/element/10c8b065-7b2b-4238-b78b-01be9eaa6994/size 200 111 ms - 86 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/touch/perform [info] [HTTP] {"actions":[{"action":"tap","options":{"x":405,"y":2135,"count":1}}]} [debug] [W3C (3ef1c8c3)] Calling AppiumDriver.performTouch() with args: [[{"action":"tap","options":{"x":405,"y":2135,"count":1}}],"3ef1c8c3-5b88-4467-ab19-c6282187d979"] [debug] [WD Proxy] Proxying [POST /appium/tap] to [POST http://127.0.0.1:8201/wd/hub/session/e8e73977-7c96-45cd-aef2-423651fd36e1/appium/tap] with body: {"x":405,"y":2135,"undefined":null}[debug] [WD Proxy] Got response with status 200: {"sessionId":"e8e73977-7c96-45cd-aef2-423651fd36e1","value":null} [debug] [W3C (3ef1c8c3)] Responding to client with driver.performTouch() result: null [info] [HTTP] <-- POST /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/touch/perform 200 229 ms - 14 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/window/rect [info] [HTTP] {} [debug] [W3C (3ef1c8c3)] Calling AppiumDriver.getWindowRect() with args: ["3ef1c8c3-5b88-4467-ab19-c6282187d979"] [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:8201/wd/hub/session/e8e73977-7c96-45cd-aef2-423651fd36e1/window/current/size] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"e8e73977-7c96-45cd-aef2-423651fd36e1","value":{"height":2159,"width":1080}} [debug] [W3C (3ef1c8c3)] Responding to client with driver.getWindowRect() result: {"width":1080,"height":2159,"x":0,"y":0} [info] [HTTP] <-- GET /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/window/rect 200 28 ms - 50 [info] [HTTP] [info] [HTTP] --> POST /wd/hub/session/3ef1c8c3-5b88-4467-ab19-c6282187d979/touch/perform [info] [HTTP] {"actions":[{"action":"press","options":{"x":540,"y":1727}},{"action":"wait","options":{"ms":3000}},{"action":"moveTo","options":{"x":540,"y":431}},{"action":"release","options":{}}]} [debug] [W3C (3ef1c8c3)] Calling AppiumDriver.performTouch() with args: [[{"action":"press","options":{"x":540,"y":1727}},{"action":"wait","options":{"ms":3000}},{"action":"moveTo","options":{"x":540,"y":431}},{"action":"release","options":{}}],"3ef1c8c3-5b88-4467-ab19-c6282187d979"] [debug] [WD Proxy] Matched '/touch/perform' to command name 'performTouch' [debug] [WD Proxy] Proxying [POST /touch/perform] to [POST http://127.0.0.1:8201/wd/hub/session/e8e73977-7c96-45cd-aef2-423651fd36e1/touch/perform] with body: {"startX":540,"startY":1727,"endX":540,"endY":431,"steps":84}