PraveenBR17118 / Appium-

Automation with Appium
0 stars 0 forks source link

org.openqa.selenium.WebDriverException: java socket hang up #2

Open PraveenBR17118 opened 4 years ago

PraveenBR17118 commented 4 years ago

[info] [Appium] Welcome to Appium v1.15.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] --> POST /wd/hub/session [info] [HTTP] {"desiredCapabilities":{"app":"/Users/praveen/Documents/Project/src/app-release (1).apk","platformName":"Android","deviceName":"Android Emulator"},"capabilities":{"firstMatch":[{"appium:app":"/Users/praveen/Documents/Project/src/app-release (1).apk","appium:deviceName":"Android Emulator","platformName":"android"}]}} [debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"/Users/praveen/Documents/Project/src/app-release (1).apk","platformName":"Android","deviceName":"Android Emulator"},null,{"firstMatch":[{"appium:app":"/Users/praveen/Documents/Project/src/app-release (1).apk","appium:deviceName":"Android Emulator","platformName":"android"}]}] [debug] [BaseDriver] Event 'newSessionRequested' logged at 1575438779776 (11:22:59 GMT+0530 (IST)) [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.15.1 creating new AndroidUiautomator2Driver (v1.37.2) session [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:app": "/Users/praveen/Documents/Project/src/app-release (1).apk", [debug] [BaseDriver] "appium:deviceName": "Android Emulator" [debug] [BaseDriver] }, [debug] [BaseDriver] "firstMatch": [ [debug] [BaseDriver] {} [debug] [BaseDriver] ] [debug] [BaseDriver] } [info] [BaseDriver] Session created with session id: 2e885ef1-a88a-4a6a-8aa9-873517adffaf [info] [BaseDriver] Using local app '/Users/praveen/Documents/Project/src/app-release (1).apk' [debug] [UiAutomator2] Checking whether app is actually present [info] [ADB] Using 'adb' from '/Users/praveen/Library/Android/sdk/platform-tools/adb' [info] [AndroidDriver] Retrieving device list [debug] [ADB] Trying to find a connected android device [debug] [ADB] Getting connected devices... [debug] [ADB] Connected devices: [{"udid":"emulator-5554","state":"device"}] [info] [AndroidDriver] Using device: emulator-5554 [info] [ADB] Using 'adb' from '/Users/praveen/Library/Android/sdk/platform-tools/adb' [debug] [ADB] Setting device id to emulator-5554 [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk' [debug] [ADB] Current device property 'ro.build.version.sdk': 29 [debug] [ADB] Device API level: 29 [warn] [UiAutomator2] Relaxing hidden api policy [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_pre_p_apps 1' [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_p_apps 1' [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy 1'[debug] [AndroidDriver] Parsing package and activity from app manifest [info] [ADB] Using 'apkanalyzer' from '/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer' [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer' with args ["-h","manifest","print","/Users/praveen/Documents/Project/src/app-release (1).apk"] [info] [ADB] Using the alternative activity name detection method because of: Command '/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer -h manifest print '/Users/praveen/Documents/Project/src/app-release (1).apk'' exited with code 2 [info] [ADB] Using 'aapt' from '/Users/praveen/Library/Android/sdk/build-tools/29.0.2/aapt' [info] [ADB] Extracting package and launch activity from manifest [info] [ADB] Package name: 'com.emf.pray4one' [info] [ADB] Main activity name: 'com.emf.pray4one.MainActivity' [debug] [AndroidDriver] Parsed package and activity are: com.emf.pray4one/com.emf.pray4one.MainActivity [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device' [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping' [debug] [AndroidDriver] Pushing settings apk to device... [debug] [ADB] Getting install status for io.appium.settings [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 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/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings' [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk"][debug] [ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('2.14.2' >= '2.14.2') [debug] [ADB] There is no need to install/upgrade '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' [debug] [ADB] Getting IDs of all 'io.appium.settings' processes [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'pgrep --help; echo $?'' [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 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/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell appops set io.appium.settings android\:mock_location allow' [debug] [Logcat] Starting logcat capture [debug] [ADB] Getting install status for io.appium.uiautomator2.server [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 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/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server' [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk"][debug] [ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('4.3.0' >= '4.3.0') [debug] [UiAutomator2] io.appium.uiautomator2.server installation state: sameVersionInstalled [debug] [ADB] Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk [info] [ADB] Using 'apksigner' from '/Users/praveen/Library/Android/sdk/build-tools/29.0.2/apksigner' [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/build-tools/29.0.2/apksigner' with args '["verify","--print-certs","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk"]'[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US [debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc [debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 [debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 [debug] [ADB] [debug] [ADB] '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk' is already signed. [debug] [ADB] Getting install status for io.appium.uiautomator2.server.test [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server.test' [debug] [ADB] 'io.appium.uiautomator2.server.test' is installed [debug] [ADB] Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/build-tools/29.0.2/apksigner' with args '["verify","--print-certs","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk"]'[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US [debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc [debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 [debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 [debug] [ADB] [debug] [ADB] '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is already signed. [info] [UiAutomator2] Server packages are not going to be (re)installed [debug] [UiAutomator2] Waiting up to 30000ms for services to be available [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list instrumentation' [debug] [UiAutomator2] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available [debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 8200 [debug] [ADB] Forwarding system: 8200 to device: 6790 [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp\:8200 tcp\:6790' [debug] [ADB] Checking app cert for /Users/praveen/Documents/Project/src/app-release (1).apk [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/build-tools/29.0.2/apksigner' with args '["verify","--print-certs","/Users/praveen/Documents/Project/src/app-release (1).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/praveen/Documents/Project/src/app-release (1).apk' is already signed. [debug] [ADB] Getting install status for com.emf.pray4one [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.emf.pray4one' [debug] [ADB] 'com.emf.pray4one' is installed [debug] [ADB] Getting package info for 'com.emf.pray4one' [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.emf.pray4one' [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/praveen/Documents/Project/src/app-release (1).apk"] [info] [ADB] Cannot extract apk info using apkanalyzer. Falling back to aapt. Original error: /bin/sh: -c: line 0: syntax error near unexpected token (' [info] [ADB] /bin/sh: -c: line 0:/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer manifest print /Users/praveen/Documents/Project/src/app-release (1).apk' [info] [ADB] [debug] [ADB] The version name of the installed 'com.emf.pray4one' is greater or equal to the application version name ('2.1.0' >= '2.1.0') [debug] [ADB] There is no need to install/upgrade '/Users/praveen/Documents/Project/src/app-release (1).apk' [info] [AndroidDriver] Performing fast reset on 'com.emf.pray4one' [debug] [ADB] Getting install status for com.emf.pray4one [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.emf.pray4one' [debug] [ADB] 'com.emf.pray4one' is installed [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.emf.pray4one'[debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm clear com.emf.pray4one' [debug] [AndroidDriver] Performed fast reset on the installed 'com.emf.pray4one' 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/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test' [info] [UiAutomator2] Starting UIAutomator2 server 4.3.0 [info] [UiAutomator2] Using UIAutomator2 server from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk' and test from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' [info] [UiAutomator2] Waiting up to 30000ms for UiAutomator2 to be online... [debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","emulator-5554","shell","am","instrument","-w","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"][debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server: [debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body[info] [WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"}[debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body[debug] [WD Proxy] Got response with status 200: {"sessionId":"None","value":{"ready":true,"message":"UiAutomator2 Server is ready to accept commands"}} [debug] [UiAutomator2] The initialization of the instrumentation process took 2074ms [debug] [WD Proxy] Matched '/session' to command name 'createSession' [debug] [WD Proxy] Proxying [POST /session] to [POST http://localhost:8200/wd/hub/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one"}],"alwaysMatch":{}}} [debug] [WD Proxy] Got response with status 200: {"sessionId":"3ebe4ccb-6297-4880-9669-4adf1126b75a","value":{"sessionId":"3ebe4ccb-6297-4880-9669-4adf1126b75a","capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one"}],"alwaysMatch":{}}}} [info] [WD Proxy] Determined the downstream protocol as 'W3C' [debug] [WD Proxy] Proxying [GET /appium/device/info] to [GET http://localhost:8200/wd/hub/session/3ebe4ccb-6297-4880-9669-4adf1126b75a/appium/device/info] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"3ebe4ccb-6297-4880-9669-4adf1126b75a","value":{"androidId":"8c4d8c26b3723410","manufacturer":"Google","model":"Android SDK built for x86","brand":"google","apiVersion":"29","platformVersion":"10","carrierName":"Android","realDisplaySize":"1080x2160","displayDensity":400,"networks":[{"type":0,"typeName":"MOBILE","subtype":13,"subtypeName":"LTE","isConnected":true,"detailedState":"CONNECTED","state":"CONNECTED","extraInfo":"epc.tmobile.com","isAvailable":true,"isFailover":false,"isRoaming":false,"capabilities":{"transportTypes":"NET_CAPABILITY_MMS","networkCapabilities":"","linkUpstreamBandwidthKbps":51200,"linkDownBandwidthKbps":102400,"signalStrength":-2147483648,"networkSpecifier":"1","SSID":null}},{"type":1,"typeName":"WIFI","subtype":0,"subtypeName":"","isConnected":true,"detailedState":"CONNECTED","state":"CONNECTED","extraInfo":null,"isAvailable":true,"isFailover":false,"isRoaming":false,"capabilities":{"transportTypes":"NET_CAPABILITY_SUPL","networkCapabilities":"","linkUpstreamBandwidt... [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window' [info] [AndroidDriver] Screen already unlocked, doing nothing [info] [UiAutomator2] Starting 'com.emf.pray4one/com.emf.pray4one.MainActivity and waiting for 'com.emf.pray4one/com.emf.pray4one.MainActivity' [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -W -n com.emf.pray4one/com.emf.pray4one.MainActivity -S'[debug] [ADB] Waiting up to 20000ms for activity matching pkg: 'com.emf.pray4one' and activity: 'com.emf.pray4one.MainActivity' to be focused [debug] [ADB] Possible activities, to be checked: 'com.emf.pray4one.MainActivity', 'com.emf.pray4one.com.emf.pray4one.MainActivity' [debug] [ADB] Getting focused package and activity [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window displays' [debug] [ADB] Found package: 'com.emf.pray4one' and fully qualified activity name : 'com.emf.pray4one.MainActivity' [debug] [WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://localhost:8200/wd/hub/session/3ebe4ccb-6297-4880-9669-4adf1126b75a/appium/device/pixel_ratio] with body: {}[debug] [WD Proxy] Got response with status 200: {"sessionId":"3ebe4ccb-6297-4880-9669-4adf1126b75a","value":2.5} [debug] [WD Proxy] Matched '/appium/device/system_bars' to command name 'getSystemBars' [debug] [WD Proxy] Proxying [GET /appium/device/system_bars] to [GET http://localhost:8200/wd/hub/session/3ebe4ccb-6297-4880-9669-4adf1126b75a/appium/device/system_bars] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"3ebe4ccb-6297-4880-9669-4adf1126b75a","value":{"statusBar":60}} [debug] [WD Proxy] Matched '/window/current/size' to command name 'getWindowSize' [debug] [WD Proxy] Proxying [GET /window/current/size] to [GET http://localhost:8200/wd/hub/session/3ebe4ccb-6297-4880-9669-4adf1126b75a/window/current/size] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"3ebe4ccb-6297-4880-9669-4adf1126b75a","value":{"height":2040,"width":1080}} [info] [Appium] New AndroidUiautomator2Driver session created successfully, session 2e885ef1-a88a-4a6a-8aa9-873517adffaf added to master session list [debug] [BaseDriver] Event 'newSessionStarted' logged at 1575438791498 (11:23:11 GMT+0530 (IST)) [debug] [W3C (2e885ef1)] Cached the protocol value 'W3C' for the new session 2e885ef1-a88a-4a6a-8aa9-873517adffaf [debug] [W3C (2e885ef1)] 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","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}}} [info] [HTTP] <-- POST /wd/hub/session 200 11725 ms - 857 [info] [HTTP] [info] [HTTP] --> GET /wd/hub/session/2e885ef1-a88a-4a6a-8aa9-873517adffaf [info] [HTTP] {} [debug] [W3C (2e885ef1)] Calling AppiumDriver.getSession() with args: ["2e885ef1-a88a-4a6a-8aa9-873517adffaf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/3ebe4ccb-6297-4880-9669-4adf1126b75a] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"3ebe4ccb-6297-4880-9669-4adf1126b75a","value":{}} [debug] [W3C (2e885ef1)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/2e885ef1-a88a-4a6a-8aa9-873517adffaf 200 45 ms - 789 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/2e885ef1-a88a-4a6a-8aa9-873517adffaf [info] [HTTP] {} [debug] [W3C (2e885ef1)] Calling AppiumDriver.getSession() with args: ["2e885ef1-a88a-4a6a-8aa9-873517adffaf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/3ebe4ccb-6297-4880-9669-4adf1126b75a] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"3ebe4ccb-6297-4880-9669-4adf1126b75a","value":{}} [debug] [W3C (2e885ef1)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/2e885ef1-a88a-4a6a-8aa9-873517adffaf 200 23 ms - 789 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/2e885ef1-a88a-4a6a-8aa9-873517adffaf/timeouts [info] [HTTP] {"implicit":10000} [debug] [W3C (2e885ef1)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,10000,"2e885ef1-a88a-4a6a-8aa9-873517adffaf"] [debug] [BaseDriver] W3C timeout argument: {"implicit":10000}} [debug] [BaseDriver] Set implicit wait to 10000ms [debug] [W3C (2e885ef1)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/2e885ef1-a88a-4a6a-8aa9-873517adffaf/timeouts 200 5 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session [info] [HTTP] {"desiredCapabilities":{"app":"/Users/praveen/Documents/Project/src/app-release (1).apk","platformName":"Android","deviceName":"Android Emulator"},"capabilities":{"firstMatch":[{"appium:app":"/Users/praveen/Documents/Project/src/app-release (1).apk","appium:deviceName":"Android Emulator","platformName":"android"}]}} [debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"/Users/praveen/Documents/Project/src/app-release (1).apk","platformName":"Android","deviceName":"Android Emulator"},null,{"firstMatch":[{"appium:app":"/Users/praveen/Documents/Project/src/app-release (1).apk","appium:deviceName":"Android Emulator","platformName":"android"}]}] [debug] [BaseDriver] Event 'newSessionRequested' logged at 1575438791772 (11:23:11 GMT+0530 (IST)) [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.15.1 creating new AndroidUiautomator2Driver (v1.37.2) session [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:app": "/Users/praveen/Documents/Project/src/app-release (1).apk", [debug] [BaseDriver] "appium:deviceName": "Android Emulator" [debug] [BaseDriver] }, [debug] [BaseDriver] "firstMatch": [ [debug] [BaseDriver] {} [debug] [BaseDriver] ] [debug] [BaseDriver] } [info] [BaseDriver] Session created with session id: cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [BaseDriver] Using local app '/Users/praveen/Documents/Project/src/app-release (1).apk' [debug] [UiAutomator2] Checking whether app is actually present [info] [ADB] Using 'adb' from '/Users/praveen/Library/Android/sdk/platform-tools/adb' [info] [AndroidDriver] Retrieving device list [debug] [ADB] Trying to find a connected android device [debug] [ADB] Getting connected devices... [debug] [ADB] Connected devices: [{"udid":"emulator-5554","state":"device"}] [info] [AndroidDriver] Using device: emulator-5554 [info] [ADB] Using 'adb' from '/Users/praveen/Library/Android/sdk/platform-tools/adb' [debug] [ADB] Setting device id to emulator-5554 [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk'[debug] [ADB] Current device property 'ro.build.version.sdk': 29 [debug] [ADB] Device API level: 29 [warn] [UiAutomator2] Relaxing hidden api policy [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_pre_p_apps 1' [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy_p_apps 1'[debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings put global hidden_api_policy 1' [debug] [AndroidDriver] Parsing package and activity from app manifest [info] [ADB] Using 'apkanalyzer' from '/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer' [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer' with args ["-h","manifest","print","/Users/praveen/Documents/Project/src/app-release (1).apk"] [info] [ADB] Using the alternative activity name detection method because of: Command '/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer -h manifest print '/Users/praveen/Documents/Project/src/app-release (1).apk'' exited with code 2 [info] [ADB] Using 'aapt' from '/Users/praveen/Library/Android/sdk/build-tools/29.0.2/aapt' [info] [ADB] Extracting package and launch activity from manifest [info] [ADB] Package name: 'com.emf.pray4one' [info] [ADB] Main activity name: 'com.emf.pray4one.MainActivity' [debug] [AndroidDriver] Parsed package and activity are: com.emf.pray4one/com.emf.pray4one.MainActivity [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device'[debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping' [debug] [AndroidDriver] Pushing settings apk to device... [debug] [ADB] Getting install status for io.appium.settings [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 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/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings' [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk"][debug] [ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('2.14.2' >= '2.14.2') [debug] [ADB] There is no need to install/upgrade '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' [debug] [ADB] Getting IDs of all 'io.appium.settings' processes [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'pgrep --help; echo $?'' [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 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/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell appops set io.appium.settings android\:mock_location allow' [debug] [Logcat] Starting logcat capture [debug] [ADB] Getting install status for io.appium.uiautomator2.server [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 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/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server'[debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk"][debug] [ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('4.3.0' >= '4.3.0') [debug] [UiAutomator2] io.appium.uiautomator2.server installation state: sameVersionInstalled [debug] [ADB] Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk [info] [ADB] Using 'apksigner' from '/Users/praveen/Library/Android/sdk/build-tools/29.0.2/apksigner' [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/build-tools/29.0.2/apksigner' with args '["verify","--print-certs","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk"]'[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US [debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc [debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 [debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 [debug] [ADB] [debug] [ADB] '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk' is already signed. [debug] [ADB] Getting install status for io.appium.uiautomator2.server.test [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server.test' [debug] [ADB] 'io.appium.uiautomator2.server.test' is installed [debug] [ADB] Checking app cert for /Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/build-tools/29.0.2/apksigner' with args '["verify","--print-certs","/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk"]'[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US [debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc [debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 [debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 [debug] [ADB] [debug] [ADB] '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is already signed. [info] [UiAutomator2] Server packages are not going to be (re)installed [debug] [UiAutomator2] Waiting up to 30000ms for services to be available [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list instrumentation' [debug] [UiAutomator2] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available [debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 8202 [debug] [ADB] Forwarding system: 8202 to device: 6790 [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp\:8202 tcp\:6790' [debug] [ADB] Checking app cert for /Users/praveen/Documents/Project/src/app-release (1).apk [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/build-tools/29.0.2/apksigner' with args '["verify","--print-certs","/Users/praveen/Documents/Project/src/app-release (1).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/praveen/Documents/Project/src/app-release (1).apk' is already signed. [debug] [ADB] Getting install status for com.emf.pray4one [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.emf.pray4one' [debug] [ADB] 'com.emf.pray4one' is installed [debug] [ADB] Getting package info for 'com.emf.pray4one' [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.emf.pray4one' [debug] [ADB] Starting '/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/praveen/Documents/Project/src/app-release (1).apk"] [info] [ADB] Cannot extract apk info using apkanalyzer. Falling back to aapt. Original error: /bin/sh: -c: line 0: syntax error near unexpected token (' [info] [ADB] /bin/sh: -c: line 0:/Users/praveen/Library/Android/sdk/tools/bin/apkanalyzer manifest print /Users/praveen/Documents/Project/src/app-release (1).apk' [info] [ADB] [debug] [ADB] The version name of the installed 'com.emf.pray4one' is greater or equal to the application version name ('2.1.0' >= '2.1.0') [debug] [ADB] There is no need to install/upgrade '/Users/praveen/Documents/Project/src/app-release (1).apk' [info] [AndroidDriver] Performing fast reset on 'com.emf.pray4one' [debug] [ADB] Getting install status for com.emf.pray4one [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.emf.pray4one' [debug] [ADB] 'com.emf.pray4one' is installed [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.emf.pray4one'[debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm clear com.emf.pray4one'[debug] [AndroidDriver] Performed fast reset on the installed 'com.emf.pray4one' application (stop and clear) [debug] [UiAutomator2] Performing shallow cleanup of automation leftovers [debug] [UiAutomator2] The following obsolete sessions are still running: ["3ebe4ccb-6297-4880-9669-4adf1126b75a"] [debug] [UiAutomator2] Cleaning up the obsolete sessions[debug] [Instrumentation] .[debug] [Instrumentation] Time: 16.072 [debug] [Instrumentation] [debug] [Instrumentation] OK (1 test) [debug] [Instrumentation] The process has exited with code 0[debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test' [info] [UiAutomator2] Starting UIAutomator2 server 4.3.0 [info] [UiAutomator2] Using UIAutomator2 server from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.3.0.apk' and test from '/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' [info] [UiAutomator2] Waiting up to 30000ms for UiAutomator2 to be online... [debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","emulator-5554","shell","am","instrument","-w","io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"][debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server: [debug] [WD Proxy] Matched '/status' to command name 'getStatus' [debug] [WD Proxy] Proxying [GET /status] to [GET http://localhost:8202/wd/hub/status] with no body[info] [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://localhost:8202/wd/hub/status] with no body[info] [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://localhost:8202/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 3095ms [debug] [WD Proxy] Matched '/session' to command name 'createSession' [debug] [WD Proxy] Proxying [POST /session] to [POST http://localhost:8202/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","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one"}],"alwaysMatch":{}}} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one"}],"alwaysMatch":{}}}} [info] [WD Proxy] Determined the downstream protocol as 'W3C' [debug] [WD Proxy] Proxying [GET /appium/device/info] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/appium/device/info] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"androidId":"8c4d8c26b3723410","manufacturer":"Google","model":"Android SDK built for x86","brand":"google","apiVersion":"29","platformVersion":"10","carrierName":"Android","realDisplaySize":"1080x2160","displayDensity":400,"networks":[{"type":0,"typeName":"MOBILE","subtype":13,"subtypeName":"LTE","isConnected":true,"detailedState":"CONNECTED","state":"CONNECTED","extraInfo":"epc.tmobile.com","isAvailable":true,"isFailover":false,"isRoaming":false,"capabilities":{"transportTypes":"NET_CAPABILITY_MMS","networkCapabilities":"","linkUpstreamBandwidthKbps":51200,"linkDownBandwidthKbps":102400,"signalStrength":-2147483648,"networkSpecifier":"1","SSID":null}},{"type":1,"typeName":"WIFI","subtype":0,"subtypeName":"","isConnected":true,"detailedState":"CONNECTED","state":"CONNECTED","extraInfo":null,"isAvailable":true,"isFailover":false,"isRoaming":false,"capabilities":{"transportTypes":"NET_CAPABILITY_SUPL","networkCapabilities":"","linkUpstreamBandwidt... [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window' [info] [AndroidDriver] Screen already unlocked, doing nothing [info] [UiAutomator2] Starting 'com.emf.pray4one/com.emf.pray4one.MainActivity and waiting for 'com.emf.pray4one/com.emf.pray4one.MainActivity' [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -W -n com.emf.pray4one/com.emf.pray4one.MainActivity -S'[debug] [ADB] Waiting up to 20000ms for activity matching pkg: 'com.emf.pray4one' and activity: 'com.emf.pray4one.MainActivity' to be focused [debug] [ADB] Possible activities, to be checked: 'com.emf.pray4one.MainActivity', 'com.emf.pray4one.com.emf.pray4one.MainActivity' [debug] [ADB] Getting focused package and activity [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window displays'[debug] [ADB] Found package: 'com.emf.pray4one' and fully qualified activity name : 'com.emf.pray4one.MainActivity' [debug] [WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/appium/device/pixel_ratio] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":2.5} [debug] [WD Proxy] Matched '/appium/device/system_bars' to command name 'getSystemBars' [debug] [WD Proxy] Proxying [GET /appium/device/system_bars] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/appium/device/system_bars] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"statusBar":60}} [debug] [WD Proxy] Matched '/window/current/size' to command name 'getWindowSize' [debug] [WD Proxy] Proxying [GET /window/current/size] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/window/current/size] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"height":2040,"width":1080}} [info] [Appium] New AndroidUiautomator2Driver session created successfully, session cdb972cf-0774-449c-83a0-60e24c8eebcf added to master session list [debug] [BaseDriver] Event 'newSessionStarted' logged at 1575438810210 (11:23:30 GMT+0530 (IST)) [debug] [W3C (cdb972cf)] Cached the protocol value 'W3C' for the new session cdb972cf-0774-449c-83a0-60e24c8eebcf [debug] [W3C (cdb972cf)] 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","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}}} [info] [HTTP] <-- POST /wd/hub/session 200 18440 ms - 857 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {}[debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 38 ms - 789 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 32 ms - 789 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/timeouts [info] [HTTP] {"implicit":10000} [debug] [W3C (cdb972cf)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,10000,"cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [BaseDriver] W3C timeout argument: {"implicit":10000}} [debug] [BaseDriver] Set implicit wait to 10000ms [debug] [W3C (cdb972cf)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/timeouts 200 5 ms - 14 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/timeouts [info] [HTTP] {"implicit":40000} [debug] [W3C (cdb972cf)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,40000,"cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [BaseDriver] W3C timeout argument: {"implicit":40000}} [debug] [BaseDriver] Set implicit wait to 40000ms [debug] [W3C (cdb972cf)] Responding to client with driver.timeouts() result: null [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/timeouts 200 3 ms - 14 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 35 ms - 789 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 41 ms - 789 [info] [HTTP] [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 31 ms - 789 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text = 'START NOW']"} [debug] [W3C (cdb972cf)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text = 'START NOW']","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator [debug] [BaseDriver] Waiting up to 40000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text = 'START NOW']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 302 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text = 'START NOW']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 907 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text = 'START NOW']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"ELEMENT":"2c5f6425-74c7-409a-8734-21f337f2c55f","element-6066-11e4-a52e-4f735466cecf":"2c5f6425-74c7-409a-8734-21f337f2c55f"}} [debug] [W3C (cdb972cf)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"2c5f6425-74c7-409a-8734-21f337f2c55f","ELEMENT":"2c5f6425-74c7-409a-8734-21f337f2c55f"} [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element 200 2745 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element/2c5f6425-74c7-409a-8734-21f337f2c55f/click [info] [HTTP] {"id":"2c5f6425-74c7-409a-8734-21f337f2c55f"} [debug] [W3C (cdb972cf)] Calling AppiumDriver.click() with args: ["2c5f6425-74c7-409a-8734-21f337f2c55f","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [WD Proxy] Matched '/element/2c5f6425-74c7-409a-8734-21f337f2c55f/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/2c5f6425-74c7-409a-8734-21f337f2c55f/click] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element/2c5f6425-74c7-409a-8734-21f337f2c55f/click] with body: {"element":"2c5f6425-74c7-409a-8734-21f337f2c55f"} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":null} [debug] [W3C (cdb972cf)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element/2c5f6425-74c7-409a-8734-21f337f2c55f/click 200 45 ms - 14 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 22 ms - 789 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element [info] [HTTP] {"using":"xpath","value":"//android.widget.EditText[@text = 'Email']"} [debug] [W3C (cdb972cf)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.EditText[@text = 'Email']","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator [debug] [BaseDriver] Waiting up to 40000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.EditText[@text = 'Email']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 146 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.EditText[@text = 'Email']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"ELEMENT":"328fb86d-b4bd-4e2d-b3dd-d052d1439959","element-6066-11e4-a52e-4f735466cecf":"328fb86d-b4bd-4e2d-b3dd-d052d1439959"}} [debug] [W3C (cdb972cf)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"328fb86d-b4bd-4e2d-b3dd-d052d1439959","ELEMENT":"328fb86d-b4bd-4e2d-b3dd-d052d1439959"} [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element 200 1857 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element/328fb86d-b4bd-4e2d-b3dd-d052d1439959/value [info] [HTTP] {"id":"328fb86d-b4bd-4e2d-b3dd-d052d1439959","text":"kehsihbaalkush.89@gmail.com","value":["k","e","h","s","i","h","b","a","a","l","k","u","s","h",".","8","9","@","g","m","a","i","l",".","c","o","m"]} [debug] [W3C (cdb972cf)] Calling AppiumDriver.setValue() with args: [["k","e","h","s","i","h","b","a","a","l","k","u","s","h",".","8","9","@","g","m","a","i","l",".","c","o","m"],"328fb86d-b4bd-4e2d-b3dd-d052d1439959","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [WD Proxy] Matched '/element/328fb86d-b4bd-4e2d-b3dd-d052d1439959/value' to command name 'setValue' [debug] [Protocol Converter] Added 'value' property ["k","e","h","s","i","h","b","a","a","l","k","u","s","h",".","8","9","@","g","m","a","i","l",".","c","o","m"] to 'setValue' request body [debug] [WD Proxy] Proxying [POST /element/328fb86d-b4bd-4e2d-b3dd-d052d1439959/value] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element/328fb86d-b4bd-4e2d-b3dd-d052d1439959/value] with body: {"elementId":"328fb86d-b4bd-4e2d-b3dd-d052d1439959","text":"kehsihbaalkush.89@gmail.com","replace":false,"value":["k","e","h","s","i","h","b","a","a","l","k","u","s","h",".","8","9","@","g","m","a","i","l",".","c","o","m"]}[debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":null} [debug] [W3C (cdb972cf)] Responding to client with driver.setValue() result: null [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element/328fb86d-b4bd-4e2d-b3dd-d052d1439959/value 200 305 ms - 14 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 28 ms - 789 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element [info] [HTTP] {"using":"xpath","value":"//android.widget.EditText[@text = 'Password']"} [debug] [W3C (cdb972cf)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.EditText[@text = 'Password']","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator [debug] [BaseDriver] Waiting up to 40000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.EditText[@text = 'Password']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"ELEMENT":"84d65940-903a-4c11-8659-6c8ab7088906","element-6066-11e4-a52e-4f735466cecf":"84d65940-903a-4c11-8659-6c8ab7088906"}} [debug] [W3C (cdb972cf)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"84d65940-903a-4c11-8659-6c8ab7088906","ELEMENT":"84d65940-903a-4c11-8659-6c8ab7088906"} [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element 200 588 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element/84d65940-903a-4c11-8659-6c8ab7088906/value [info] [HTTP] {"id":"84d65940-903a-4c11-8659-6c8ab7088906","text":"Alkush@1991","value":["A","l","k","u","s","h","@","1","9","9","1"]} [debug] [W3C (cdb972cf)] Calling AppiumDriver.setValue() with args: [["A","l","k","u","s","h","@","1","9","9","1"],"84d65940-903a-4c11-8659-6c8ab7088906","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [WD Proxy] Matched '/element/84d65940-903a-4c11-8659-6c8ab7088906/value' to command name 'setValue' [debug] [Protocol Converter] Added 'value' property ["A","l","k","u","s","h","@","1","9","9","1"] to 'setValue' request body [debug] [WD Proxy] Proxying [POST /element/84d65940-903a-4c11-8659-6c8ab7088906/value] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element/84d65940-903a-4c11-8659-6c8ab7088906/value] with body: {"elementId":"84d65940-903a-4c11-8659-6c8ab7088906","text":"Alkush@1991","replace":false,"value":["A","l","k","u","s","h","@","1","9","9","1"]} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":null} [debug] [W3C (cdb972cf)] Responding to client with driver.setValue() result: null [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element/84d65940-903a-4c11-8659-6c8ab7088906/value 200 68 ms - 14 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 35 ms - 789 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text = 'Login']"} [debug] [W3C (cdb972cf)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text = 'Login']","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator [debug] [BaseDriver] Waiting up to 40000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text = 'Login']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"ELEMENT":"7cfe0a4c-d3d7-4e2f-9463-d0cdea879c33","element-6066-11e4-a52e-4f735466cecf":"7cfe0a4c-d3d7-4e2f-9463-d0cdea879c33"}} [debug] [W3C (cdb972cf)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"7cfe0a4c-d3d7-4e2f-9463-d0cdea879c33","ELEMENT":"7cfe0a4c-d3d7-4e2f-9463-d0cdea879c33"} [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element 200 644 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element/7cfe0a4c-d3d7-4e2f-9463-d0cdea879c33/click [info] [HTTP] {"id":"7cfe0a4c-d3d7-4e2f-9463-d0cdea879c33"} [debug] [W3C (cdb972cf)] Calling AppiumDriver.click() with args: ["7cfe0a4c-d3d7-4e2f-9463-d0cdea879c33","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [WD Proxy] Matched '/element/7cfe0a4c-d3d7-4e2f-9463-d0cdea879c33/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/7cfe0a4c-d3d7-4e2f-9463-d0cdea879c33/click] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element/7cfe0a4c-d3d7-4e2f-9463-d0cdea879c33/click] with body: {"element":"7cfe0a4c-d3d7-4e2f-9463-d0cdea879c33"} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":null} [debug] [W3C (cdb972cf)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element/7cfe0a4c-d3d7-4e2f-9463-d0cdea879c33/click 200 96 ms - 14 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {}[debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 100 ms - 789 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {}[info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {}[debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 107 ms - 789 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text ='K-LOVE']"} [debug] [W3C (cdb972cf)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text ='K-LOVE']","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator [debug] [BaseDriver] Waiting up to 40000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 293 ms so far[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 3755 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 4403 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 5197 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 5897 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false} [info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 6652 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 7351 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 8103 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 9648 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 10500 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false} [info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 12198 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false} [info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 13047 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 14497 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 15249 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 16394 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 17053 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 17850 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false} [info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 19346 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false} [info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 20249 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 20953 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 21811 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 22615 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 23269 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 23977 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 25699 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[info] [WD Proxy] Got an unexpected response with status 404: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.findElement(FindElement.java:102)\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:72)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:38)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:252)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:242)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerCon... [debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError [debug] [BaseDriver] Waited for 27754 ms so far[debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text ='K-LOVE']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"ELEMENT":"6efeabcf-b968-44f9-a985-678afdc7863c","element-6066-11e4-a52e-4f735466cecf":"6efeabcf-b968-44f9-a985-678afdc7863c"}} [debug] [W3C (cdb972cf)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"6efeabcf-b968-44f9-a985-678afdc7863c","ELEMENT":"6efeabcf-b968-44f9-a985-678afdc7863c"} [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element 200 28934 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element/6efeabcf-b968-44f9-a985-678afdc7863c/click [info] [HTTP] {"id":"6efeabcf-b968-44f9-a985-678afdc7863c"} [debug] [W3C (cdb972cf)] Calling AppiumDriver.click() with args: ["6efeabcf-b968-44f9-a985-678afdc7863c","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [WD Proxy] Matched '/element/6efeabcf-b968-44f9-a985-678afdc7863c/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/6efeabcf-b968-44f9-a985-678afdc7863c/click] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element/6efeabcf-b968-44f9-a985-678afdc7863c/click] with body: {"element":"6efeabcf-b968-44f9-a985-678afdc7863c"}[debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":null} [debug] [W3C (cdb972cf)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element/6efeabcf-b968-44f9-a985-678afdc7863c/click 200 78 ms - 14 [info] [HTTP] [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 40 ms - 789 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element [info] [HTTP] {"using":"xpath","value":"//[@class='android.widget.ImageView' and @bounds='[896,488][946,538]']"} [debug] [W3C (cdb972cf)] Calling AppiumDriver.findElement() with args: ["xpath","//[@class='android.widget.ImageView' and @bounds='[896,488][946,538]']","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator [debug] [BaseDriver] Waiting up to 40000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//*[@class='android.widget.ImageView' and @bounds='[896,488][946,538]']","context":"","multiple":false}[debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{"ELEMENT":"477bdf99-1445-4dbe-b129-48740c91e6da","element-6066-11e4-a52e-4f735466cecf":"477bdf99-1445-4dbe-b129-48740c91e6da"}} [debug] [W3C (cdb972cf)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"477bdf99-1445-4dbe-b129-48740c91e6da","ELEMENT":"477bdf99-1445-4dbe-b129-48740c91e6da"} [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element 200 730 ms - 137 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element/477bdf99-1445-4dbe-b129-48740c91e6da/click [info] [HTTP] {"id":"477bdf99-1445-4dbe-b129-48740c91e6da"} [debug] [W3C (cdb972cf)] Calling AppiumDriver.click() with args: ["477bdf99-1445-4dbe-b129-48740c91e6da","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [WD Proxy] Matched '/element/477bdf99-1445-4dbe-b129-48740c91e6da/click' to command name 'click' [debug] [WD Proxy] Proxying [POST /element/477bdf99-1445-4dbe-b129-48740c91e6da/click] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element/477bdf99-1445-4dbe-b129-48740c91e6da/click] with body: {"element":"477bdf99-1445-4dbe-b129-48740c91e6da"} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":null} [debug] [W3C (cdb972cf)] Responding to client with driver.click() result: null [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element/477bdf99-1445-4dbe-b129-48740c91e6da/click 200 87 ms - 14 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 39 ms - 789 [info] [HTTP]  [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {}[debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 47 ms - 789 [info] [HTTP] [info] [HTTP] --> GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf [info] [HTTP] {} [debug] [W3C (cdb972cf)] Calling AppiumDriver.getSession() with args: ["cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [UiAutomator2] Getting session details from server to mix in [debug] [WD Proxy] Matched '/' to command name 'getSession' [debug] [WD Proxy] Proxying [GET /] to [GET http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186] with body: {} [debug] [WD Proxy] Got response with status 200: {"sessionId":"c9266ae1-37c6-4d5b-90a3-f0504fd44186","value":{}} [debug] [W3C (cdb972cf)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"Android Emulator"},"platformName":"android","app":"/Users/praveen/Documents/Project/src/app-release (1).apk","deviceName":"emulator-5554","deviceUDID":"emulator-5554","appPackage":"com.emf.pray4one","deviceApiLevel":29,"platformVersion":"10","deviceScreenSize":"1080x2160","deviceScreenDensity":400,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","pixelRatio":2.5,"statBarHeight":60,"viewportRect":{"left":0,"top":60,"width":1080,"height":1980}} [info] [HTTP] <-- GET /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf 200 19 ms - 789 [info] [HTTP]  [info] [HTTP] --> POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element [info] [HTTP] {"using":"xpath","value":"//android.widget.TextView[@text='Filter Prayers']"} [debug] [W3C (cdb972cf)] Calling AppiumDriver.findElement() with args: ["xpath","//android.widget.TextView[@text='Filter Prayers']","cdb972cf-0774-449c-83a0-60e24c8eebcf"] [debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator [debug] [BaseDriver] Waiting up to 40000 ms for condition [debug] [WD Proxy] Matched '/element' to command name 'findElement' [debug] [WD Proxy] Proxying [POST /element] to [POST http://localhost:8202/wd/hub/session/c9266ae1-37c6-4d5b-90a3-f0504fd44186/element] with body: {"strategy":"xpath","selector":"//android.widget.TextView[@text='Filter Prayers']","context":"","multiple":false}[warn] [BaseDriver] Shutting down because we waited 60 seconds for a command [debug] [UiAutomator2] Deleting UiAutomator2 session [warn] [Appium] Closing session, cause was 'New Command Timeout of 60 seconds expired. Try customizing the timeout using the 'newCommandTimeout' desired capability' [info] [Appium] Removing session 2e885ef1-a88a-4a6a-8aa9-873517adffaf from our master session list [debug] [UiAutomator2] Deleting UiAutomator2 server session [debug] [WD Proxy] Matched '/' to command name 'deleteSession' [debug] [WD Proxy] Proxying [DELETE /] to [DELETE http://localhost:8200/wd/hub/session/3ebe4ccb-6297-4880-9669-4adf1126b75a] with no body [debug] [WD Proxy] Got response with status 200: {"sessionId":"3ebe4ccb-6297-4880-9669-4adf1126b75a","value":null} [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.emf.pray4one'[debug] [Instrumentation] .[debug] [Logcat] Stopping logcat capture [debug] [ADB] Removing forwarded port socket connection: 8200 [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp\:8200' [info] [UiAutomator2] Restoring hidden api policy to the device default configuration [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy_pre_p_apps'[debug] [Instrumentation] Time: 45.123 [debug] [Instrumentation] [debug] [Instrumentation] OK (1 test)[info] [WD Proxy] Got an unexpected response with status undefined: {"code":"ECONNRESET"} [debug] [W3C (cdb972cf)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up [debug] [W3C (cdb972cf)] at JWProxy.command (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:261:13) [info] [HTTP] <-- POST /wd/hub/session/cdb972cf-0774-449c-83a0-60e24c8eebcf/element 500 1331 ms - 563 [info] [HTTP]  [debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy_p_apps'[debug] [Instrumentation] The process has exited with code 0[debug] [ADB] Running '/Users/praveen/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings delete global hidden_api_policy'

Screenshot 2019-12-04 at 11 41 57 AM
PraveenBR17118 commented 4 years ago

@mykola-mokhnach i am trying automate the app if i click on filter button a new page will be displayed, it is not a pop-up. I am unable to find elements & click on any elements. Facing an error message as "Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up" can u please help me