Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PramodKumarYadav/d8e0981b41f5484c2c6cd12668a30c98 to your computer and use it in GitHub Desktop.
Save PramodKumarYadav/d8e0981b41f5484c2c6cd12668a30c98 to your computer and use it in GitHub Desktop.
PS C:\Program Files\PowerShell\7> appium --base-path /wd/hub
[Appium] Welcome to Appium v2.0.0-beta.18
[Appium] Non-default server args:
[Appium] basePath: /wd/hub
[Appium] tmpDir: C:\Users\PRAMOD~1\AppData\Local\Temp
[Appium] Attempting to load driver uiautomator2...
[Appium] Attempting to load driver xcuitest...
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[Appium] Available drivers:
[Appium] - uiautomator2@1.71.0 (automationName 'UiAutomator2')
[Appium] - xcuitest@3.56.3 (automationName 'XCUITest')
[Appium] Available plugins:
[Appium] - images@1.2.2
[Appium] No plugins activated. Use the --plugins flag with names of plugins to activate
[debug] [HTTP] Request idempotency key: f7ab6c69-b7c3-49e2-8008-2df2781c1176
[HTTP] --> POST /wd/hub/session
[HTTP] {"desiredCapabilities":{"app":"D:\\hulk\\app\\staging\\app-debug.apk","appPackage":"com.felyx.android.dev","allowTestPackages":true,"appWaitActivity":"com.felyx.android.presentation.ui.navigation.LoginActivity","appium:systemPort ":8200,"deviceName":"emulator-5554","avd":"Pixel_2_API_30","avdLaunchTimeout":"300000","avdArgs":"-netfast","automationName":"UiAutomator2","platformName":"Android","udid":"emulator-5554","avdReadyTimeout":"300000"},"capabilities":{"firstMatch":[{"appium:allowTestPackages":true,"appium:app":"D:\\hulk\\app\\staging\\app-debug.apk","appium:appPackage":"com.felyx.android.dev","appium:appWaitActivity":"com.felyx.android.presentation.ui.navigation.LoginActivity","appium:systemPort ":8200,"appium:automationName":"UiAutomator2","appium:avd":"Pixel_2_API_30","appium:avdArgs":"-netfast","appium:avdLaunchTimeout":"300000","appium:avdReadyTimeout":"300000","appium:deviceName":"emulator-5554","platformName":"android","appium:udid":"emulator-5554"}]}}
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"D:\\hulk\\app\\staging\\app-debug.apk","appPackage":"com.felyx.android.dev","allowTestPackages":true,"appWaitActivity":"com.felyx.android.presentation.ui.navigation.LoginActivity","appium:systemPort ":8200,"deviceName":"emulator-5554","avd":"Pixel_2_API_30","avdLaunchTimeout":"300000","avdArgs":"-netfast","automationName":"UiAutomator2","platformName":"Android","udid":"emulator-5554","avdReadyTimeout":"300000"},null,{"firstMatch":[{"appium:allowTestPackages":true,"appium:app":"D:\\hulk\\app\\staging\\app-debug.apk","appium:appPackage":"com.felyx.android.dev","appium:appWaitActivity":"com.felyx.android.presentation.ui.navigation.LoginActivity","appium:systemPort ":8200,"appium:automationName":"UiAutomator2","appium:avd":"Pixel_2_API_30","appium:avdArgs":"-netfast","appium:avdLaunchTimeout":"300000","appium:avdReadyTimeout":"300000","appium:deviceName":"emulator-5554","platformName":"android","appium:udid":"emulator-5554"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1642413070762 (10:51:10 GMT+0100 (Central European Standard Time))
[Appium] Attempting to find matching driver for automationName 'UiAutomator2' and platformName 'android'
[Appium] The 'uiautomator2' driver was installed and matched caps.
[Appium] Will require it at C:\Users\Pramod Yadav\.appium\appium-uiautomator2-driver\node_modules\appium-uiautomator2-driver
[Appium] Appium v2.0.0-beta.18 creating new AndroidUiautomator2Driver (v1.71.0) session
[Appium] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[Appium] Appium's BaseDriver version is 8.1.1
[Appium] Could not determine AndroidUiautomator2Driver's BaseDriver version
[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:allowTestPackages": true,
[debug] [BaseDriver] "appium:app": "D:\\hulk\\app\\staging\\app-debug.apk",
[debug] [BaseDriver] "appium:appPackage": "com.felyx.android.dev",
[debug] [BaseDriver] "appium:appWaitActivity": "com.felyx.android.presentation.ui.navigation.LoginActivity",
[debug] [BaseDriver] "appium:systemPort ": 8200,
[debug] [BaseDriver] "appium:automationName": "UiAutomator2",
[debug] [BaseDriver] "appium:avd": "Pixel_2_API_30",
[debug] [BaseDriver] "appium:avdArgs": "-netfast",
[debug] [BaseDriver] "appium:avdLaunchTimeout": "300000",
[debug] [BaseDriver] "appium:avdReadyTimeout": "300000",
[debug] [BaseDriver] "appium:deviceName": "emulator-5554",
[debug] [BaseDriver] "appium:udid": "emulator-5554"
[debug] [BaseDriver] },
[debug] [BaseDriver] "firstMatch": [
[debug] [BaseDriver] {}
[debug] [BaseDriver] ]
[debug] [BaseDriver] }
[BaseDriver] Number capability passed in as string. Functionality may be compromised.
[BaseDriver] Number capability passed in as string. Functionality may be compromised.
[BaseDriver] Capability 'avdLaunchTimeout' changed from string ('300000') to integer (300000). This may cause unexpected behavior
[BaseDriver] Capability 'avdReadyTimeout' changed from string ('300000') to integer (300000). This may cause unexpected behavior
[BaseDriver] The following capabilities were provided, but are not recognized by Appium:
[BaseDriver] systemPort
[BaseDriver] Session created with session id: 123af56c-a745-453e-a771-806b78271113
[BaseDriver] Using local app 'D:\hulk\app\staging\app-debug.apk'
[debug] [UiAutomator2] Checking whether app is actually present
[ADB] Found 3 'build-tools' folders under 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk' (newest first):
[ADB] C:/Users/Pramod Yadav/AppData/Local/Android/Sdk/build-tools/32.0.0
[ADB] C:/Users/Pramod Yadav/AppData/Local/Android/Sdk/build-tools/31.0.0
[ADB] C:/Users/Pramod Yadav/AppData/Local/Android/Sdk/build-tools/30.0.2
[ADB] Using 'adb.exe' from 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
[debug] [ADB] Trying to find 'Pixel_2_API_30' emulator
[debug] [ADB] Getting connected emulators
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] 0 emulators connected
[debug] [ADB] Emulator 'Pixel_2_API_30' not running
[debug] [ADB] Launching Emulator with AVD Pixel_2_API_30, launchTimeout 300000ms and readyTimeout 300000ms
[ADB] Using 'emulator.exe' from 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\emulator\emulator.exe'
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\emulator\emulator.exe' with args: -avd Pixel_2_API_30 -delay-adb -netfast
[debug] [ADB] Trying to find 'Pixel_2_API_30' emulator
[debug] [ADB] Getting connected emulators
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] 0 emulators connected
[debug] [ADB] Emulator 'Pixel_2_API_30' not running
[ADB] [AVD OUTPUT] WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
[debug] [ADB] Trying to find 'Pixel_2_API_30' emulator
[debug] [ADB] Getting connected emulators
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] 0 emulators connected
[debug] [ADB] Emulator 'Pixel_2_API_30' not running
[ADB] [AVD OUTPUT] ERROR | Failed to open /qemu.conf, err: 2
[ADB] [AVD OUTPUT] INFO | configAndStartRenderer: setting vsync to 60 hz
[ADB] [AVD OUTPUT] INFO | added library vulkan-1.dll
[ADB] [AVD OUTPUT] WHPX on Windows 10.0.19042 detected.
[ADB] [AVD OUTPUT] Windows Hypervisor Platform accelerator is operational
[ADB] [AVD OUTPUT] INFO | Star
[ADB] [AVD OUTPUT] ted GRPC server at 127.0.0.1:8554, security: Local
[ADB] [AVD OUTPUT] INFO | Advertising in: C:\Users\
[ADB] [AVD OUTPUT] Pramod Yadav\AppData\Local\Temp\avd\running\pid_5904.ini
[debug] [ADB] Trying to find 'Pixel_2_API_30' emulator
[debug] [ADB] Getting connected emulators
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] 0 emulators connected
[debug] [ADB] Emulator 'Pixel_2_API_30' not running
[debug] [ADB] Trying to find 'Pixel_2_API_30' emulator
[debug] [ADB] Getting connected emulators
[debug] [ADB] Getting connected devices
[debug] [ADB] No connected devices have been detected
[debug] [ADB] 0 emulators connected
[debug] [ADB] Emulator 'Pixel_2_API_30' not running
[debug] [ADB] Trying to find 'Pixel_2_API_30' emulator
[debug] [ADB] Getting connected emulators
[debug] [ADB] Getting connected devices
[debug] [ADB] Connected devices: [{"udid":"emulator-5554","state":"device"}]
[debug] [ADB] 1 emulator connected
[debug] [ADB] Overriding C:\Users\Pramod Yadav\.emulator_console_auth_token with an empty string to avoid telnet authentication for emulator commands
[debug] [ADB] Executing Emulator console command: avd name
[debug] [ADB] Found emulator 'Pixel_2_API_30' on port 5554
[debug] [ADB] Setting device id to emulator-5554
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 wait-for-device'
[AndroidDriver] Using device: emulator-5554
[ADB] Using 'adb.exe' from 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
[debug] [ADB] Setting device id to emulator-5554
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk'
[debug] [ADB] Current device property 'ro.build.version.sdk': 30
[ADB] Getting device platform version
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 11
[debug] [ADB] Device API level: 30
[UiAutomator2] Relaxing hidden api policy
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell 'settings put global hidden_api_policy_pre_p_apps 1;settings put global hidden_api_policy_p_apps 1;settings put global hidden_api_policy 1''
[debug] [AndroidDriver] Parsing package and activity from app manifest
[ADB] Package name: 'com.felyx.android.dev'
[ADB] Main activity name: 'com.felyx.android.presentation.ui.navigation.SplashActivity'
[debug] [AndroidDriver] Parsed package and activity are: com.felyx.android.dev/com.felyx.android.presentation.ui.navigation.SplashActivity
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 wait-for-device'
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -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 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -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 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
[debug] [ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('3.4.0' >= '3.4.0')
[debug] [ADB] There is no need to install/upgrade 'C:\Users\Pramod Yadav\.appium\appium-uiautomator2-driver\node_modules\io.appium.settings\apks\settings_apk-debug.apk'
[debug] [ADB] Getting IDs of all 'io.appium.settings' processes
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell 'pgrep --help; echo $?''
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)'
[debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
[debug] [Logcat] Starting logs capture with command: 'C:\\Users\\Pramod Yadav\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe' -P 5037 -s emulator-5554 logcat -v threadtime
[debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to local port 8200
[debug] [ADB] Forwarding system: 8200 to device: 6790
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 forward tcp:8200 tcp:6790'
[debug] [ADB] Getting install status for io.appium.uiautomator2.server
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -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 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server'
[debug] [ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('4.28.0' >= '4.28.0')
[debug] [UiAutomator2] io.appium.uiautomator2.server installation state: sameVersionInstalled
[debug] [ADB] Checking app cert for C:\Users\Pramod Yadav\.appium\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.28.0.apk
[ADB] Using 'apksigner.jar' from 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\build-tools\32.0.0\lib\apksigner.jar'
[debug] [ADB] Starting apksigner: 'C:\\Program Files\\OpenJDK\\openjdk-8u302-b08\\bin\\java.exe' -Xmx1024M -Xss1m -jar 'C:\\Users\\Pramod Yadav\\AppData\\Local\\Android\\Sdk\\build-tools\\32.0.0\\lib\\apksigner.jar' verify --print-certs 'C:\\Users\\Pramod Yadav\\.appium\\appium-uiautomator2-driver\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-v4.28.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] sha256 hash did match for 'appium-uiautomator2-server-v4.28.0.apk'
[ADB] 'C:\Users\Pramod Yadav\.appium\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.28.0.apk' is signed with the default certificate
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -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 C:\Users\Pramod Yadav\.appium\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] Starting apksigner: 'C:\\Program Files\\OpenJDK\\openjdk-8u302-b08\\bin\\java.exe' -Xmx1024M -Xss1m -jar 'C:\\Users\\Pramod Yadav\\AppData\\Local\\Android\\Sdk\\build-tools\\32.0.0\\lib\\apksigner.jar' verify --print-certs 'C:\\Users\\Pramod Yadav\\.appium\\appium-uiautomator2-driver\\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] sha256 hash did match for 'appium-uiautomator2-server-debug-androidTest.apk'
[ADB] 'C:\Users\Pramod Yadav\.appium\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk' is signed with the default certificate
[UiAutomator2] Server packages are not going to be (re)installed
[debug] [UiAutomator2] Waiting up to 30000ms for services to be available
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pm list instrumentation'
[debug] [UiAutomator2] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[debug] [ADB] Got the following command chunks to execute: [["dumpsys","deviceidle","whitelist","+io.appium.settings",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server.test",";"]]
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[debug] [ADB] Checking app cert for D:\hulk\app\staging\app-debug.apk
[debug] [ADB] Starting apksigner: 'C:\\Program Files\\OpenJDK\\openjdk-8u302-b08\\bin\\java.exe' -Xmx1024M -Xss1m -jar 'C:\\Users\\Pramod Yadav\\AppData\\Local\\Android\\Sdk\\build-tools\\32.0.0\\lib\\apksigner.jar' verify --print-certs D:\\hulk\\app\\staging\\app-debug.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] sha256 hash did match for 'app-debug.apk'
[ADB] 'D:\hulk\app\staging\app-debug.apk' is signed with the default certificate
[debug] [ADB] Getting install status for com.felyx.android.dev
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package com.felyx.android.dev'
[debug] [ADB] 'com.felyx.android.dev' is installed
[debug] [ADB] Getting package info for 'com.felyx.android.dev'
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package com.felyx.android.dev'
[debug] [ADB] The version name of the installed 'com.felyx.android.dev' is greater or equal to the application version name ('1.3.14' >= '1.3.14')
[debug] [ADB] There is no need to install/upgrade 'D:\hulk\app\staging\app-debug.apk'
[AndroidDriver] Performing fast reset on 'com.felyx.android.dev'
[debug] [ADB] Getting install status for com.felyx.android.dev
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package com.felyx.android.dev'
[debug] [ADB] 'com.felyx.android.dev' is installed
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop com.felyx.android.dev'
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pm clear com.felyx.android.dev'
[debug] [AndroidDriver] Performed fast reset on the installed 'com.felyx.android.dev' application (stop and clear)
[debug] [UiAutomator2] Performing shallow cleanup of automation leftovers
[debug] [UiAutomator2] No obsolete sessions have been detected (read ECONNRESET)
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test'
[UiAutomator2] Starting UIAutomator2 server 4.28.0
[UiAutomator2] Using UIAutomator2 server from 'C:\Users\Pramod Yadav\.appium\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.28.0.apk' and test from 'C:\Users\Pramod Yadav\.appium\appium-uiautomator2-driver\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk'
[UiAutomator2] Waiting up to 30000ms for UiAutomator2 to be online...
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","emulator-5554","shell","am","instrument","-w","-e","disableAnalytics",true,"io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[WD Proxy] Error: read ECONNRESET
[WD Proxy] at TCP.onStreamRead (node:internal/stream_base_commons:220:20)
[debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[WD Proxy] Error: read ECONNRESET
[WD Proxy] at TCP.onStreamRead (node:internal/stream_base_commons:220:20)
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[WD Proxy] Error: read ECONNRESET
[WD Proxy] at TCP.onStreamRead (node:internal/stream_base_commons:220:20)
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[debug] [UiAutomator2] The initialization of the instrumentation process took 3334ms
[debug] [WD Proxy] Matched '/session' to command name 'createSession'
[debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8200/wd/hub/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","allowTestPackages":true,"app":"D:\\hulk\\app\\staging\\app-debug.apk","appPackage":"com.felyx.android.dev","appWaitActivity":"com.felyx.android.presentation.ui.navigation.LoginActivity","systemPort ":8200,"automationName":"UiAutomator2","avd":"Pixel_2_API_30","avdArgs":"-netfast","avdLaunchTimeout":300000,"avdReadyTimeout":300000,"deviceName":"emulator-5554","udid":"emulator-5554"},"platformName":"android","allowTestPackages":true,"app":"D:\\hulk\\app\\staging\\app-debug.apk","appPackage":"com.felyx.android.dev","appWaitActivity":"com.felyx.android.presentation.ui.navigation.LoginActivity","systemPort ":8200,"automationName":"UiAutomator2","avd":"Pixel_2_API_30","avdArgs":"-netfast","avdLaunchTimeout":300000,"avdReadyTimeout":300000,"deviceName":...
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","allowTestPackages":true,"app":"D:\\hulk\\app\\staging\\app-debug.apk","appPackage":"com.felyx.android.dev","appWaitActivity":"com.felyx.android.presentation.ui.navigation.LoginActivity","systemPort ":8200,"automationName":"UiAutomator2","avd":"Pixel_2_API_30","avdArgs":"-netfast","avdLaunchTimeout":300000,"avdReadyTimeout":300000,"deviceName":"emulator-5554","udid":"emulator-5554"},"platformName":"android","allowTestPackages":true,"app":"D:\\hulk\\app\\staging\\app-debug.apk","appPackage":"com.felyx.android.dev","appWaitActivity":"com.felyx.android.presentation.ui.navigation.LoginActivity","systemPort ":8200,"automationName":"UiAutomator2","avd":"Pixel_2_API_30","avdArgs":"-netfast","avd...
[WD Proxy] Determined the downstream protocol as 'W3C'
[debug] [WD Proxy] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/appium/device/info] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"androidId":"29858b7ebaa54fcd","apiVersion":"30","bluetooth":{"state":"ON"},"brand":"google","carrierName":"Android","displayDensity":420,"locale":"en_US","manufacturer":"Google","model":"sdk_gphone_x86","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":30000,"linkUpstreamBandwidthKbps":15000,"networkCapabilities":"NET_CAPABILITY_MMS,NET_CAPABILITY_SUPL,NET_CAPABILITY_DUN,NET_CAPABILITY_FOTA,NET_CAPABILITY_IMS,NET_CAPABILITY_CBS,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","signalStrength":-2147483648,"transportTypes":"TRANSPORT_CELLULAR"},"detailedState":"CONNECTED","extraInfo":"epc.tmobile.com","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":13,"subtypeName":"LTE","type":0,"typeName":"MOBILE"},{"capabilities":{...
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys window'
[AndroidDriver] Screen already unlocked, doing nothing
[UiAutomator2] Starting 'com.felyx.android.dev/com.felyx.android.presentation.ui.navigation.SplashActivity and waiting for 'com.felyx.android.dev/com.felyx.android.presentation.ui.navigation.LoginActivity'
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am start -W -n com.felyx.android.dev/com.felyx.android.presentation.ui.navigation.SplashActivity -S'
[debug] [ADB] Waiting up to 20000ms for activity matching pkg: 'com.felyx.android.dev' and activity: 'com.felyx.android.presentation.ui.navigation.LoginActivity' to be focused
[debug] [ADB] Possible activities, to be checked: 'com.felyx.android.presentation.ui.navigation.LoginActivity', 'com.felyx.android.dev.com.felyx.android.presentation.ui.navigation.LoginActivity'
[debug] [ADB] Getting focused package and activity
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys window displays'
[debug] [ADB] Found package: 'com.felyx.android.dev' and fully qualified activity name : 'com.felyx.android.presentation.ui.navigation.SplashActivity'
[debug] [ADB] Incorrect package and activity. Retrying.
[debug] [ADB] Getting focused package and activity
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys window displays'
[debug] [ADB] Found package: 'com.felyx.android.dev' and fully qualified activity name : 'com.felyx.android.presentation.ui.navigation.LoginActivity'
[debug] [WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/appium/device/pixel_ratio] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":2.625}
[debug] [WD Proxy] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[debug] [WD Proxy] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/appium/device/system_bars] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"statusBar":63}}
[debug] [WD Proxy] Matched '/window/current/size' to command name 'getWindowSize'
[debug] [WD Proxy] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/window/current/size] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"height":1794,"width":1080}}
[Appium] New AndroidUiautomator2Driver session created successfully, session 123af56c-a745-453e-a771-806b78271113 added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1642413090559 (10:51:30 GMT+0100 (Central European Standard Time))
[debug] [W3C (123af56c)] Cached the protocol value 'W3C' for the new session 123af56c-a745-453e-a771-806b78271113
[debug] [W3C (123af56c)] 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","allowTestPackages":true,"app":"D:\\hulk\\app\\staging\\app-debug.apk","appPackage":"com.felyx.android.dev","appWaitActivity":"com.felyx.android.presentation.ui.navigation.LoginActivity","systemPort ":8200,"automationName":"UiAutomator2","avd":"Pixel_2_API_30","avdArgs":"-netfast","avdLaunchTimeout":300000,"avdReadyTimeout":300000,"deviceName":"emulator-5554","udid":"emulator-5554"},"platformName":"android","allowTestPackages":true,"app":"D:\\hulk\\app\\staging\\app-debug.apk","appPackage":"com.felyx.android.dev","appWaitActivity":"com.felyx.android.presentation.ui.navigation.LoginActivity","systemPort ":8200,"automationName":"UiAutomator2","avd":"Pixel_2_API_30","avdArgs":"-netfast","avdLaunchTimeout":300000,"avdReadyTimeout":300000,"deviceName":"emulator-5554"...
[HTTP] <-- POST /wd/hub/session 200 19807 ms - 1397
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/timeouts
[HTTP] {"implicit":180000}
[debug] [W3C (123af56c)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,180000,"123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] W3C timeout argument: {"implicit":180000}}
[debug] [BaseDriver] Set implicit wait to 180000ms
[debug] [W3C (123af56c)] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/timeouts 200 5 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 8 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"fragment_landing_login"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","fragment_landing_login","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"fragment_landing_login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","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.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [BaseDriver] Waited for 264 ms so far
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"fragment_landing_login","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-060e-ffff-ffff000000c9","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff000000c9"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff000000c9","ELEMENT":"00000000-0000-060e-ffff-ffff000000c9"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 1134 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff000000c9/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-060e-ffff-ffff000000c9","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-060e-ffff-ffff000000c9/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-060e-ffff-ffff000000c9/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-060e-ffff-ffff000000c9/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff000000c9/displayed 200 23 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 6 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"fragment_landing_login"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","fragment_landing_login","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"fragment_landing_login","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-060e-ffff-ffff000000c9","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff000000c9"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff000000c9","ELEMENT":"00000000-0000-060e-ffff-ffff000000c9"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 26 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff000000c9/enabled
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-060e-ffff-ffff000000c9","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-060e-ffff-ffff000000c9/attribute/enabled' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-060e-ffff-ffff000000c9/attribute/enabled] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-060e-ffff-ffff000000c9/attribute/enabled] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementEnabled() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff000000c9/enabled 200 27 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 5 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"fragment_landing_login"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","fragment_landing_login","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"fragment_landing_login","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-060e-ffff-ffff000000c9","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff000000c9"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff000000c9","ELEMENT":"00000000-0000-060e-ffff-ffff000000c9"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 567 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff000000c9/click
[HTTP] {"id":"00000000-0000-060e-ffff-ffff000000c9"}
[debug] [W3C (123af56c)] Calling AppiumDriver.click() with args: ["00000000-0000-060e-ffff-ffff000000c9","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-060e-ffff-ffff000000c9/click' to command name 'click'
[debug] [WD Proxy] Proxying [POST /element/00000000-0000-060e-ffff-ffff000000c9/click] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-060e-ffff-ffff000000c9/click] with body: {"element":"00000000-0000-060e-ffff-ffff000000c9"}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":null}
[debug] [W3C (123af56c)] Responding to client with driver.click() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff000000c9/click 200 101 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 6 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"email_text_edit"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","email_text_edit","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"email_text_edit","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-060e-ffff-ffff00000181","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff00000181"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff00000181","ELEMENT":"00000000-0000-060e-ffff-ffff00000181"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 1161 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff00000181/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-060e-ffff-ffff00000181","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-060e-ffff-ffff00000181/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-060e-ffff-ffff00000181/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-060e-ffff-ffff00000181/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff00000181/displayed 200 512 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 15 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"email_text_edit"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","email_text_edit","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"email_text_edit","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-060e-ffff-ffff00000181","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff00000181"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff00000181","ELEMENT":"00000000-0000-060e-ffff-ffff00000181"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 89 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff00000181/clear
[HTTP] {"id":"00000000-0000-060e-ffff-ffff00000181"}
[debug] [W3C (123af56c)] Calling AppiumDriver.clear() with args: ["00000000-0000-060e-ffff-ffff00000181","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-060e-ffff-ffff00000181/clear' to command name 'clear'
[debug] [WD Proxy] Proxying [POST /element/00000000-0000-060e-ffff-ffff00000181/clear] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-060e-ffff-ffff00000181/clear] with body: {"elementId":"00000000-0000-060e-ffff-ffff00000181"}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":null}
[debug] [W3C (123af56c)] Responding to client with driver.clear() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff00000181/clear 200 20 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 2 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"email_text_edit"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","email_text_edit","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"email_text_edit","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-060e-ffff-ffff00000181","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff00000181"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff00000181","ELEMENT":"00000000-0000-060e-ffff-ffff00000181"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 590 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff00000181/value
[HTTP] {"id":"00000000-0000-060e-ffff-ffff00000181","text":"pramodyadav027@gmail.com","value":["p","r","a","m","o","d","y","a","d","a","v","0","2","7","@","g","m","a","i","l",".","c","o","m"]}
[debug] [W3C (123af56c)] Calling AppiumDriver.setValue() with args: [["p","r","a","m","o","d","y","a","d","a","v","0","2","7","@","g","m","a","i","l",".","c","o","m"],"00000000-0000-060e-ffff-ffff00000181","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-060e-ffff-ffff00000181/value' to command name 'setValue'
[debug] [Protocol Converter] Added 'value' property ["p","r","a","m","o","d","y","a","d","a","v","0","2","7","@","g","m","a","i","l",".","c","o","m"] to 'setValue' request body
[debug] [WD Proxy] Proxying [POST /element/00000000-0000-060e-ffff-ffff00000181/value] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-060e-ffff-ffff00000181/value] with body: {"elementId":"00000000-0000-060e-ffff-ffff00000181","text":"pramodyadav027@gmail.com","replace":false,"value":["p","r","a","m","o","d","y","a","d","a","v","0","2","7","@","g","m","a","i","l",".","c","o","m"]}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":null}
[debug] [W3C (123af56c)] Responding to client with driver.setValue() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff00000181/value 200 691 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 8 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"password_text_edit"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","password_text_edit","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"password_text_edit","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-060e-ffff-ffff00000190","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff00000190"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff00000190","ELEMENT":"00000000-0000-060e-ffff-ffff00000190"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 535 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff00000190/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-060e-ffff-ffff00000190","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-060e-ffff-ffff00000190/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-060e-ffff-ffff00000190/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-060e-ffff-ffff00000190/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff00000190/displayed 200 45 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 4 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"password_text_edit"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","password_text_edit","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"password_text_edit","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-060e-ffff-ffff00000190","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff00000190"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff00000190","ELEMENT":"00000000-0000-060e-ffff-ffff00000190"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 46 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff00000190/clear
[HTTP] {"id":"00000000-0000-060e-ffff-ffff00000190"}
[debug] [W3C (123af56c)] Calling AppiumDriver.clear() with args: ["00000000-0000-060e-ffff-ffff00000190","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-060e-ffff-ffff00000190/clear' to command name 'clear'
[debug] [WD Proxy] Proxying [POST /element/00000000-0000-060e-ffff-ffff00000190/clear] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-060e-ffff-ffff00000190/clear] with body: {"elementId":"00000000-0000-060e-ffff-ffff00000190"}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":null}
[debug] [W3C (123af56c)] Responding to client with driver.clear() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff00000190/clear 200 30 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 5 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"password_text_edit"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","password_text_edit","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"password_text_edit","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-060e-ffff-ffff00000190","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff00000190"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff00000190","ELEMENT":"00000000-0000-060e-ffff-ffff00000190"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 560 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff00000190/value
[HTTP] {"id":"00000000-0000-060e-ffff-ffff00000190","text":"lhfj8mvzdh","value":["l","h","f","j","8","m","v","z","d","h"]}
[debug] [W3C (123af56c)] Calling AppiumDriver.setValue() with args: [["l","h","f","j","8","m","v","z","d","h"],"00000000-0000-060e-ffff-ffff00000190","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-060e-ffff-ffff00000190/value' to command name 'setValue'
[debug] [Protocol Converter] Added 'value' property ["l","h","f","j","8","m","v","z","d","h"] to 'setValue' request body
[debug] [WD Proxy] Proxying [POST /element/00000000-0000-060e-ffff-ffff00000190/value] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-060e-ffff-ffff00000190/value] with body: {"elementId":"00000000-0000-060e-ffff-ffff00000190","text":"lhfj8mvzdh","replace":false,"value":["l","h","f","j","8","m","v","z","d","h"]}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":null}
[debug] [W3C (123af56c)] Responding to client with driver.setValue() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff00000190/value 200 133 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 3 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"button_login"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","button_login","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"button_login","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-060e-ffff-ffff0000019d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff0000019d"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff0000019d","ELEMENT":"00000000-0000-060e-ffff-ffff0000019d"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 571 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff0000019d/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-060e-ffff-ffff0000019d","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-060e-ffff-ffff0000019d/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-060e-ffff-ffff0000019d/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-060e-ffff-ffff0000019d/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff0000019d/displayed 200 56 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 3 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"button_login"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","button_login","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"button_login","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-060e-ffff-ffff0000019d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff0000019d"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff0000019d","ELEMENT":"00000000-0000-060e-ffff-ffff0000019d"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 41 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff0000019d/enabled
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-060e-ffff-ffff0000019d","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-060e-ffff-ffff0000019d/attribute/enabled' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-060e-ffff-ffff0000019d/attribute/enabled] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-060e-ffff-ffff0000019d/attribute/enabled] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementEnabled() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff0000019d/enabled 200 19 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 4 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"button_login"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","button_login","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"button_login","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-060e-ffff-ffff0000019d","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff0000019d"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-060e-ffff-ffff0000019d","ELEMENT":"00000000-0000-060e-ffff-ffff0000019d"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 21 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff0000019d/click
[HTTP] {"id":"00000000-0000-060e-ffff-ffff0000019d"}
[debug] [W3C (123af56c)] Calling AppiumDriver.click() with args: ["00000000-0000-060e-ffff-ffff0000019d","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-060e-ffff-ffff0000019d/click' to command name 'click'
[debug] [WD Proxy] Proxying [POST /element/00000000-0000-060e-ffff-ffff0000019d/click] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-060e-ffff-ffff0000019d/click] with body: {"element":"00000000-0000-060e-ffff-ffff0000019d"}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":null}
[debug] [W3C (123af56c)] Responding to client with driver.click() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-060e-ffff-ffff0000019d/click 200 52 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 3 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"com.felyx.android.dev:id/enablelocation_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","com.felyx.android.dev:id/enablelocation_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.felyx.android.dev:id/enablelocation_button","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","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.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [BaseDriver] Waited for 603 ms so far
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.felyx.android.dev:id/enablelocation_button","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","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.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [BaseDriver] Waited for 1128 ms so far
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.felyx.android.dev:id/enablelocation_button","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","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.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [BaseDriver] Waited for 1653 ms so far
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.felyx.android.dev:id/enablelocation_button","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","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.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [BaseDriver] Waited for 2245 ms so far
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.felyx.android.dev:id/enablelocation_button","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","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.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [BaseDriver] Waited for 2913 ms so far
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.felyx.android.dev:id/enablelocation_button","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","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.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [BaseDriver] Waited for 3521 ms so far
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.felyx.android.dev:id/enablelocation_button","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","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.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [BaseDriver] Waited for 5419 ms so far
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.felyx.android.dev:id/enablelocation_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0612-ffff-ffff000002ab","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0612-ffff-ffff000002ab"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0612-ffff-ffff000002ab","ELEMENT":"00000000-0000-0612-ffff-ffff000002ab"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 6921 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0612-ffff-ffff000002ab/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0612-ffff-ffff000002ab","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0612-ffff-ffff000002ab/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0612-ffff-ffff000002ab/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0612-ffff-ffff000002ab/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0612-ffff-ffff000002ab/displayed 200 14 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 2 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"com.felyx.android.dev:id/enablelocation_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","com.felyx.android.dev:id/enablelocation_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.felyx.android.dev:id/enablelocation_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0612-ffff-ffff000002ab","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0612-ffff-ffff000002ab"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0612-ffff-ffff000002ab","ELEMENT":"00000000-0000-0612-ffff-ffff000002ab"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 19 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0612-ffff-ffff000002ab/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0612-ffff-ffff000002ab","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0612-ffff-ffff000002ab/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0612-ffff-ffff000002ab/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0612-ffff-ffff000002ab/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0612-ffff-ffff000002ab/displayed 200 11 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 2 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"com.felyx.android.dev:id/enablelocation_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","com.felyx.android.dev:id/enablelocation_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.felyx.android.dev:id/enablelocation_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0612-ffff-ffff000002ab","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0612-ffff-ffff000002ab"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0612-ffff-ffff000002ab","ELEMENT":"00000000-0000-0612-ffff-ffff000002ab"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 13 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0612-ffff-ffff000002ab/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0612-ffff-ffff000002ab","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0612-ffff-ffff000002ab/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0612-ffff-ffff000002ab/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0612-ffff-ffff000002ab/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0612-ffff-ffff000002ab/displayed 200 12 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 2 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"com.felyx.android.dev:id/enablelocation_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","com.felyx.android.dev:id/enablelocation_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.felyx.android.dev:id/enablelocation_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0612-ffff-ffff000002ab","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0612-ffff-ffff000002ab"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0612-ffff-ffff000002ab","ELEMENT":"00000000-0000-0612-ffff-ffff000002ab"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 12 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0612-ffff-ffff000002ab/enabled
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0612-ffff-ffff000002ab","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0612-ffff-ffff000002ab/attribute/enabled' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0612-ffff-ffff000002ab/attribute/enabled] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0612-ffff-ffff000002ab/attribute/enabled] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementEnabled() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0612-ffff-ffff000002ab/enabled 200 12 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 5 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"com.felyx.android.dev:id/enablelocation_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","com.felyx.android.dev:id/enablelocation_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.felyx.android.dev:id/enablelocation_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0612-ffff-ffff000002ab","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0612-ffff-ffff000002ab"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0612-ffff-ffff000002ab","ELEMENT":"00000000-0000-0612-ffff-ffff000002ab"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 18 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0612-ffff-ffff000002ab/click
[HTTP] {"id":"00000000-0000-0612-ffff-ffff000002ab"}
[debug] [W3C (123af56c)] Calling AppiumDriver.click() with args: ["00000000-0000-0612-ffff-ffff000002ab","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0612-ffff-ffff000002ab/click' to command name 'click'
[debug] [WD Proxy] Proxying [POST /element/00000000-0000-0612-ffff-ffff000002ab/click] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0612-ffff-ffff000002ab/click] with body: {"element":"00000000-0000-0612-ffff-ffff000002ab"}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":null}
[debug] [W3C (123af56c)] Responding to client with driver.click() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0612-ffff-ffff000002ab/click 200 38 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 2 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"com.android.permissioncontroller:id/permission_allow_foreground_only_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","com.android.permissioncontroller:id/permission_allow_foreground_only_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.android.permissioncontroller:id/permission_allow_foreground_only_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0613-ffff-ffff00000783","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0613-ffff-ffff00000783"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0613-ffff-ffff00000783","ELEMENT":"00000000-0000-0613-ffff-ffff00000783"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 703 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0613-ffff-ffff00000783/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0613-ffff-ffff00000783","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0613-ffff-ffff00000783/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0613-ffff-ffff00000783/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0613-ffff-ffff00000783/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0613-ffff-ffff00000783/displayed 200 64 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 4 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"com.android.permissioncontroller:id/permission_allow_foreground_only_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","com.android.permissioncontroller:id/permission_allow_foreground_only_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.android.permissioncontroller:id/permission_allow_foreground_only_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0613-ffff-ffff00000783","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0613-ffff-ffff00000783"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0613-ffff-ffff00000783","ELEMENT":"00000000-0000-0613-ffff-ffff00000783"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 33 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0613-ffff-ffff00000783/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0613-ffff-ffff00000783","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0613-ffff-ffff00000783/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0613-ffff-ffff00000783/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0613-ffff-ffff00000783/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0613-ffff-ffff00000783/displayed 200 16 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 4 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"com.android.permissioncontroller:id/permission_allow_one_time_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","com.android.permissioncontroller:id/permission_allow_one_time_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.android.permissioncontroller:id/permission_allow_one_time_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0613-ffff-ffff00000784","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0613-ffff-ffff00000784"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0613-ffff-ffff00000784","ELEMENT":"00000000-0000-0613-ffff-ffff00000784"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 23 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0613-ffff-ffff00000784/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0613-ffff-ffff00000784","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0613-ffff-ffff00000784/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0613-ffff-ffff00000784/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0613-ffff-ffff00000784/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0613-ffff-ffff00000784/displayed 200 18 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 3 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"com.android.permissioncontroller:id/permission_allow_one_time_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","com.android.permissioncontroller:id/permission_allow_one_time_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.android.permissioncontroller:id/permission_allow_one_time_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0613-ffff-ffff00000784","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0613-ffff-ffff00000784"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0613-ffff-ffff00000784","ELEMENT":"00000000-0000-0613-ffff-ffff00000784"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 24 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0613-ffff-ffff00000784/enabled
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0613-ffff-ffff00000784","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0613-ffff-ffff00000784/attribute/enabled' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0613-ffff-ffff00000784/attribute/enabled] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0613-ffff-ffff00000784/attribute/enabled] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementEnabled() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0613-ffff-ffff00000784/enabled 200 24 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 3 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"com.android.permissioncontroller:id/permission_allow_one_time_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","com.android.permissioncontroller:id/permission_allow_one_time_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"com.android.permissioncontroller:id/permission_allow_one_time_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0613-ffff-ffff00000784","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0613-ffff-ffff00000784"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0613-ffff-ffff00000784","ELEMENT":"00000000-0000-0613-ffff-ffff00000784"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 24 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0613-ffff-ffff00000784/click
[HTTP] {"id":"00000000-0000-0613-ffff-ffff00000784"}
[debug] [W3C (123af56c)] Calling AppiumDriver.click() with args: ["00000000-0000-0613-ffff-ffff00000784","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0613-ffff-ffff00000784/click' to command name 'click'
[debug] [WD Proxy] Proxying [POST /element/00000000-0000-0613-ffff-ffff00000784/click] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0613-ffff-ffff00000784/click] with body: {"element":"00000000-0000-0613-ffff-ffff00000784"}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":null}
[debug] [W3C (123af56c)] Responding to client with driver.click() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0613-ffff-ffff00000784/click 200 560 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 13 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"hamburger_menu"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","hamburger_menu","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"hamburger_menu","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","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.safeHandle(FindElement.java:70)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:267)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:261)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:68)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [BaseDriver] Waited for 71 ms so far
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"hamburger_menu","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff000001b1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b1"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b1","ELEMENT":"00000000-0000-0610-ffff-ffff000001b1"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 984 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b1/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0610-ffff-ffff000001b1","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff000001b1/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0610-ffff-ffff000001b1/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff000001b1/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b1/displayed 200 28 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 2 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"hamburger_menu"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","hamburger_menu","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"hamburger_menu","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff000001b1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b1"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b1","ELEMENT":"00000000-0000-0610-ffff-ffff000001b1"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 32 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b1/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0610-ffff-ffff000001b1","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff000001b1/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0610-ffff-ffff000001b1/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff000001b1/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b1/displayed 200 15 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 2 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"mylocation_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","mylocation_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"mylocation_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff000001b2","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b2"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b2","ELEMENT":"00000000-0000-0610-ffff-ffff000001b2"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 19 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b2/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0610-ffff-ffff000001b2","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff000001b2/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0610-ffff-ffff000001b2/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff000001b2/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b2/displayed 200 35 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 2 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"mylocation_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","mylocation_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"mylocation_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff000001b2","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b2"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b2","ELEMENT":"00000000-0000-0610-ffff-ffff000001b2"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 27 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b2/enabled
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0610-ffff-ffff000001b2","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff000001b2/attribute/enabled' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0610-ffff-ffff000001b2/attribute/enabled] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff000001b2/attribute/enabled] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementEnabled() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b2/enabled 200 27 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 2 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"mylocation_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","mylocation_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"mylocation_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff000001b2","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b2"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b2","ELEMENT":"00000000-0000-0610-ffff-ffff000001b2"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 24 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b2/click
[HTTP] {"id":"00000000-0000-0610-ffff-ffff000001b2"}
[debug] [W3C (123af56c)] Calling AppiumDriver.click() with args: ["00000000-0000-0610-ffff-ffff000001b2","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff000001b2/click' to command name 'click'
[debug] [WD Proxy] Proxying [POST /element/00000000-0000-0610-ffff-ffff000001b2/click] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff000001b2/click] with body: {"element":"00000000-0000-0610-ffff-ffff000001b2"}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":null}
[debug] [W3C (123af56c)] Responding to client with driver.click() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b2/click 200 46 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/source
[HTTP] {}
[W3C (123af56c)] Driver proxy active, passing request on via HTTP proxy
[debug] [WD Proxy] Matched '/wd/hub/session/123af56c-a745-453e-a771-806b78271113/source' to command name 'getPageSource'
[debug] [WD Proxy] Proxying [GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/source] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/source] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1080\" height=\"1794\">\r\n <android.widget.FrameLayout index=\"0\" package=\"com.felyx.android.dev\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1080,1794]\" displayed=\"true\">\r\n <android.widget.LinearLayout index=\"0\" package=\"com.felyx.android.dev\" class=\"android.widget.LinearLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1080,1794]\" displayed=\"true\">\r\n <android.widget.FrameLayout index=\"0\" package=\"com.f...
[WD Proxy] Replacing sessionId 06ac9729-f59b-41b7-9b69-26b0855444a2 with 123af56c-a745-453e-a771-806b78271113
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/source 200 935 ms - 10336
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/location
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getGeoLocation() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am broadcast -n io.appium.settings/.receivers.LocationInfoReceiver -a io.appium.settings.location'
[debug] [ADB] Got geo coordinates: {"latitude":"53.3631000","longitude":"5.8982983","altitude":"1.0000000"}
[debug] [W3C (123af56c)] Responding to client with driver.getGeoLocation() result: {"latitude":53.3631,"longitude":5.8982983,"altitude":1}
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/location 200 247 ms - 65
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/location
[HTTP] {"location":{"altitude":1,"latitude":52.3631,"class":"org.openqa.selenium.html5.Location","longitude":4.8983}}
[debug] [W3C (123af56c)] Calling AppiumDriver.setGeoLocation() with args: [{"altitude":1,"latitude":52.3631,"class":"org.openqa.selenium.html5.Location","longitude":4.8983},"123af56c-a745-453e-a771-806b78271113"]
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 emu geo fix 4.8983 52.3631 1'
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 emu geo fix 4,8983 52,3631 1'
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am broadcast -n io.appium.settings/.receivers.LocationInfoReceiver -a io.appium.settings.location'
[debug] [ADB] Got geo coordinates: {"latitude":"53.3631000","longitude":"5.8982983","altitude":"1.0000000"}
[debug] [W3C (123af56c)] Responding to client with driver.setGeoLocation() result: {"latitude":53.3631,"longitude":5.8982983,"altitude":1}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/location 200 313 ms - 65
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 28 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"mylocation_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","mylocation_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"mylocation_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff000001b2","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b2"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b2","ELEMENT":"00000000-0000-0610-ffff-ffff000001b2"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 71 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b2/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0610-ffff-ffff000001b2","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff000001b2/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0610-ffff-ffff000001b2/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff000001b2/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b2/displayed 200 16 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 2 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"mylocation_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","mylocation_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"mylocation_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff000001b2","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b2"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b2","ELEMENT":"00000000-0000-0610-ffff-ffff000001b2"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 17 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b2/enabled
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0610-ffff-ffff000001b2","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff000001b2/attribute/enabled' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0610-ffff-ffff000001b2/attribute/enabled] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff000001b2/attribute/enabled] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementEnabled() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b2/enabled 200 13 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 3 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"mylocation_button"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","mylocation_button","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"mylocation_button","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff000001b2","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b2"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b2","ELEMENT":"00000000-0000-0610-ffff-ffff000001b2"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 15 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b2/click
[HTTP] {"id":"00000000-0000-0610-ffff-ffff000001b2"}
[debug] [W3C (123af56c)] Calling AppiumDriver.click() with args: ["00000000-0000-0610-ffff-ffff000001b2","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff000001b2/click' to command name 'click'
[debug] [WD Proxy] Proxying [POST /element/00000000-0000-0610-ffff-ffff000001b2/click] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff000001b2/click] with body: {"element":"00000000-0000-0610-ffff-ffff000001b2"}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":null}
[debug] [W3C (123af56c)] Responding to client with driver.click() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b2/click 200 34 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/source
[HTTP] {}
[W3C (123af56c)] Driver proxy active, passing request on via HTTP proxy
[debug] [WD Proxy] Matched '/wd/hub/session/123af56c-a745-453e-a771-806b78271113/source' to command name 'getPageSource'
[debug] [WD Proxy] Proxying [GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/source] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/source] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1080\" height=\"1794\">\r\n <android.widget.FrameLayout index=\"0\" package=\"com.felyx.android.dev\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1080,1794]\" displayed=\"true\">\r\n <android.widget.LinearLayout index=\"0\" package=\"com.felyx.android.dev\" class=\"android.widget.LinearLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1080,1794]\" displayed=\"true\">\r\n <android.widget.FrameLayout index=\"0\" package=\"com.f...
[WD Proxy] Replacing sessionId 06ac9729-f59b-41b7-9b69-26b0855444a2 with 123af56c-a745-453e-a771-806b78271113
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/source 200 789 ms - 10336
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/location
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getGeoLocation() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am broadcast -n io.appium.settings/.receivers.LocationInfoReceiver -a io.appium.settings.location'
[debug] [ADB] Got geo coordinates: {"latitude":"53.3631000","longitude":"5.8982983","altitude":"1.0000000"}
[debug] [W3C (123af56c)] Responding to client with driver.getGeoLocation() result: {"latitude":53.3631,"longitude":5.8982983,"altitude":1}
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/location 200 170 ms - 65
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 3 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"hamburger_menu"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","hamburger_menu","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"hamburger_menu","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff000001b1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b1"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b1","ELEMENT":"00000000-0000-0610-ffff-ffff000001b1"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 29 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b1/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0610-ffff-ffff000001b1","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff000001b1/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0610-ffff-ffff000001b1/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff000001b1/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b1/displayed 200 20 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 3 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"hamburger_menu"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","hamburger_menu","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"hamburger_menu","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff000001b1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b1"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b1","ELEMENT":"00000000-0000-0610-ffff-ffff000001b1"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 32 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b1/enabled
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementEnabled() with args: ["00000000-0000-0610-ffff-ffff000001b1","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff000001b1/attribute/enabled' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0610-ffff-ffff000001b1/attribute/enabled] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff000001b1/attribute/enabled] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementEnabled() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b1/enabled 200 21 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 5 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"hamburger_menu"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","hamburger_menu","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"hamburger_menu","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff000001b1","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b1"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff000001b1","ELEMENT":"00000000-0000-0610-ffff-ffff000001b1"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 27 ms - 137
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b1/click
[HTTP] {"id":"00000000-0000-0610-ffff-ffff000001b1"}
[debug] [W3C (123af56c)] Calling AppiumDriver.click() with args: ["00000000-0000-0610-ffff-ffff000001b1","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff000001b1/click' to command name 'click'
[debug] [WD Proxy] Proxying [POST /element/00000000-0000-0610-ffff-ffff000001b1/click] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff000001b1/click] with body: {"element":"00000000-0000-0610-ffff-ffff000001b1"}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":null}
[debug] [W3C (123af56c)] Responding to client with driver.click() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff000001b1/click 200 93 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 4 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"tv_user_name"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","tv_user_name","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"tv_user_name","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff00000291","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff00000291"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff00000291","ELEMENT":"00000000-0000-0610-ffff-ffff00000291"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 975 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000291/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0610-ffff-ffff00000291","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff00000291/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0610-ffff-ffff00000291/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff00000291/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000291/displayed 200 46 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 9 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"tv_user_name"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","tv_user_name","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"tv_user_name","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff00000291","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff00000291"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff00000291","ELEMENT":"00000000-0000-0610-ffff-ffff00000291"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 70 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000291/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0610-ffff-ffff00000291","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff00000291/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0610-ffff-ffff00000291/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff00000291/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000291/displayed 200 42 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 6 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"tv_user_name"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","tv_user_name","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"tv_user_name","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff00000291","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff00000291"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff00000291","ELEMENT":"00000000-0000-0610-ffff-ffff00000291"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 62 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000291/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0610-ffff-ffff00000291","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff00000291/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0610-ffff-ffff00000291/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff00000291/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000291/displayed 200 56 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 6 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"tv_user_name"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","tv_user_name","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"tv_user_name","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff00000291","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff00000291"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff00000291","ELEMENT":"00000000-0000-0610-ffff-ffff00000291"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 71 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000291/text
[HTTP] {}
[W3C (123af56c)] Driver proxy active, passing request on via HTTP proxy
[debug] [WD Proxy] Matched '/wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000291/text' to command name 'getText'
[debug] [WD Proxy] Proxying [GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000291/text] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff00000291/text] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"Pramod"}
[WD Proxy] Replacing sessionId 06ac9729-f59b-41b7-9b69-26b0855444a2 with 123af56c-a745-453e-a771-806b78271113
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000291/text 200 51 ms - 80
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 7 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"tv_user_email"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","tv_user_email","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"tv_user_email","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff00000292","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff00000292"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff00000292","ELEMENT":"00000000-0000-0610-ffff-ffff00000292"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 90 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000292/displayed
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0610-ffff-ffff00000292","123af56c-a745-453e-a771-806b78271113"]
[debug] [WD Proxy] Matched '/element/00000000-0000-0610-ffff-ffff00000292/attribute/displayed' to command name 'getAttribute'
[debug] [WD Proxy] Proxying [GET /element/00000000-0000-0610-ffff-ffff00000292/attribute/displayed] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff00000292/attribute/displayed] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"true"}
[debug] [W3C (123af56c)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000292/displayed 200 100 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.getCurrentContext() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [W3C (123af56c)] Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/context 200 4 ms - 22
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element
[HTTP] {"using":"id","value":"tv_user_email"}
[debug] [W3C (123af56c)] Calling AppiumDriver.findElement() with args: ["id","tv_user_email","123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 180000 ms for condition
[debug] [WD Proxy] Matched '/element' to command name 'findElement'
[debug] [WD Proxy] Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element] with body: {"strategy":"id","selector":"tv_user_email","context":"","multiple":false}
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":{"ELEMENT":"00000000-0000-0610-ffff-ffff00000292","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff00000292"}}
[debug] [W3C (123af56c)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0610-ffff-ffff00000292","ELEMENT":"00000000-0000-0610-ffff-ffff00000292"}
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element 200 60 ms - 137
[HTTP]
[HTTP] --> GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000292/text
[HTTP] {}
[W3C (123af56c)] Driver proxy active, passing request on via HTTP proxy
[debug] [WD Proxy] Matched '/wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000292/text' to command name 'getText'
[debug] [WD Proxy] Proxying [GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000292/text] to [GET http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2/element/00000000-0000-0610-ffff-ffff00000292/text] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":"pramodyadav027@gmail.com"}
[WD Proxy] Replacing sessionId 06ac9729-f59b-41b7-9b69-26b0855444a2 with 123af56c-a745-453e-a771-806b78271113
[HTTP] <-- GET /wd/hub/session/123af56c-a745-453e-a771-806b78271113/element/00000000-0000-0610-ffff-ffff00000292/text 200 51 ms - 98
[HTTP]
[HTTP] --> POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/appium/app/close
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.closeApp() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop com.felyx.android.dev'
[debug] [W3C (123af56c)] Responding to client with driver.closeApp() result: null
[HTTP] <-- POST /wd/hub/session/123af56c-a745-453e-a771-806b78271113/appium/app/close 200 159 ms - 14
[HTTP]
[HTTP] --> DELETE /wd/hub/session/123af56c-a745-453e-a771-806b78271113
[HTTP] {}
[debug] [W3C (123af56c)] Calling AppiumDriver.deleteSession() with args: ["123af56c-a745-453e-a771-806b78271113"]
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1642413123579 (10:52:03 GMT+0100 (Central European Standard Time))
[Appium] Removing session 123af56c-a745-453e-a771-806b78271113 from our master session list
[debug] [UiAutomator2] Deleting UiAutomator2 session
[debug] [UiAutomator2] Deleting UiAutomator2 server session
[debug] [WD Proxy] Matched '/' to command name 'deleteSession'
[debug] [WD Proxy] Proxying [DELETE /] to [DELETE http://127.0.0.1:8200/wd/hub/session/06ac9729-f59b-41b7-9b69-26b0855444a2] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"06ac9729-f59b-41b7-9b69-26b0855444a2","value":null}
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop com.felyx.android.dev'
[debug] [Instrumentation] .
[debug] [Instrumentation] Time: 40.222
[debug] [Instrumentation]
[debug] [Instrumentation] OK (1 test)
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8200
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 forward --remove tcp:8200'
[UiAutomator2] Restoring hidden api policy to the device default configuration
[debug] [ADB] Running 'C:\Users\Pramod Yadav\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy''
[debug] [BaseDriver] Event 'quitSessionFinished' logged at 1642413124145 (10:52:04 GMT+0100 (Central European Standard Time))
[debug] [W3C (123af56c)] Received response: null
[debug] [W3C (123af56c)] But deleting session, so not returning
[debug] [W3C (123af56c)] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/123af56c-a745-453e-a771-806b78271113 200 572 ms - 14
[HTTP]
[debug] [Instrumentation] The process has exited with code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment