Skip to content

Instantly share code, notes, and snippets.

@chetanJTH
Created July 28, 2021 05:43
Show Gist options
  • Save chetanJTH/82a6a3dae84cdc8bb14e66abb63b913e to your computer and use it in GitHub Desktop.
Save chetanJTH/82a6a3dae84cdc8bb14e66abb63b913e to your computer and use it in GitHub Desktop.
ATD
C:\Users\HP\IdeaProjects\AppiumTestDistribution>mvn clean -Dtest=Runner test
[INFO] Scanning for projects...
[INFO]
[INFO] ----------< com.github.saikrishna321:AppiumTestDistribution >-----------
[INFO] Building AppiumTestDistribution 12.0.2
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from bintray-epam-reportportal: https://dl.bintray.com/epam/reportportal/io/cucumber/messages/maven-metadata.xml
[WARNING] Could not transfer metadata io.cucumber:messages/maven-metadata.xml from/to bintray-epam-reportportal (https://dl.bintray.com/epam/reportportal): authorization failed for https://dl.bintray.com/epam/reportportal/io/cucumber/messages/maven-metadata.xml, status: 403 Forbidden
[WARNING] io.cucumber:messages/maven-metadata.xmlfailed to transfer from https://dl.bintray.com/epam/reportportal during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of bintray-epam-reportportal has elapsed or updates are forced. Original error: Could not transfer metadata io.cucumber:messages/maven-metadata.xml from/to bintray-epam-reportportal (https://dl.bintray.com/epam/reportportal): authorization failed for https://dl.bintray.com/epam/reportportal/io/cucumber/messages/maven-metadata.xml, status: 403 Forbidden
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ AppiumTestDistribution ---
[INFO] Deleting C:\Users\HP\IdeaProjects\AppiumTestDistribution\target
[INFO]
[INFO] --- maven-checkstyle-plugin:3.1.0:check (validate) @ AppiumTestDistribution ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ AppiumTestDistribution ---
[INFO] argLine set to -javaagent:C:\\Users\\HP\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.6\\org.jacoco.agent-0.8.6-runtime.jar=destfile=C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\target\\jacoco.exec
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ AppiumTestDistribution ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ AppiumTestDistribution ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 57 source files to C:\Users\HP\IdeaProjects\AppiumTestDistribution\target\classes
[INFO] /C:/Users/HP/IdeaProjects/AppiumTestDistribution/src/main/java/com/appium/manager/DeviceAllocationManager.java: Some input files use or override a deprecated API.
[INFO] /C:/Users/HP/IdeaProjects/AppiumTestDistribution/src/main/java/com/appium/manager/DeviceAllocationManager.java: Recompile with -Xlint:deprecation for details.
[INFO] /C:/Users/HP/IdeaProjects/AppiumTestDistribution/src/main/java/com/appium/device/GenyMotionManager.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/HP/IdeaProjects/AppiumTestDistribution/src/main/java/com/appium/device/GenyMotionManager.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ AppiumTestDistribution ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 23 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ AppiumTestDistribution ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to C:\Users\HP\IdeaProjects\AppiumTestDistribution\target\test-classes
[INFO] /C:/Users/HP/IdeaProjects/AppiumTestDistribution/src/test/java/com/appium/executor/ATDExecutorTest.java: C:\Users\HP\IdeaProjects\AppiumTestDistribution\src\test\java\com\appium\executor\ATDExecutorTest.java uses or overrides a deprecated API.
[INFO] /C:/Users/HP/IdeaProjects/AppiumTestDistribution/src/test/java/com/appium/executor/ATDExecutorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /C:/Users/HP/IdeaProjects/AppiumTestDistribution/src/test/java/com/test/site/UserBaseTest.java: C:\Users\HP\IdeaProjects\AppiumTestDistribution\src\test\java\com\test\site\UserBaseTest.java uses unchecked or unsafe operations.
[INFO] /C:/Users/HP/IdeaProjects/AppiumTestDistribution/src/test/java/com/test/site/UserBaseTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ AppiumTestDistribution ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.test.site.Runner
Jul 28, 2021 11:06:25 AM com.appium.utils.ConfigFileManager <clinit>
INFO: Using config file from [./configs/config.properties]
Jul 28, 2021 11:06:25 AM com.appium.capabilities.Capabilities validateRemoteHosts
INFO: ATD is Running on 127.0.0.1
Jul 28, 2021 11:06:27 AM com.appium.device.HostMachineDeviceManager getChromeVersionsFor
INFO: Found Chrome version - '91' on - 'AIRCLRE66HEQROR8'
Jul 28, 2021 11:06:27 AM com.appium.device.HostMachineDeviceManager getChromeVersionsFor
INFO: Found Chrome version - '80' on - 'AIRCLRE66HEQROR8'
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Jul 28, 2021 11:06:28 AM com.appium.device.HostMachineDeviceManager getPathForChromeDriver
INFO: ChromeDriver for Chrome version 91 on device: AIRCLRE66HEQROR8C:\Users\HP\.cache\selenium\chromedriver\win32\91.0.4472.101\chromedriver.exe
_ _ _ _ _ _
__| | (_) ___ | |_ _ __ (_) | |__ _ _ | |_ ___
/ _` | | | / __| | __| | '__| | | | '_ \ | | | | | __| / _ \
| (_| | | | \__ \ | |_ | | | | | |_) | | |_| | | |_ | __/
\__,_| |_| |___/ \__| |_| |_| |_.__/ \__,_| \__| \___|
Jul 28, 2021 11:06:28 AM com.appium.manager.ATDRunner parallelExecution
INFO: com.appium.manager.ATDRunnerTotal Number of devices detected::1
Jul 28, 2021 11:06:28 AM com.appium.manager.DeviceAllocationManager getDevices
INFO: All devices connected
...
... TestNG 7.0.1 by C??dric Beust (cedric@beust.com)
...
Jul 28, 2021 11:06:29 AM com.appium.manager.LocalAppiumManager startAppiumServer
INFO: LocalAppiumManagerStarting Appium Server on Localhost
Picking Default Path for AppiumServiceBuilder
[Appium] Welcome to Appium v1.21.0
[Appium] Non-default server args:
[Appium] address: 127.0.0.1
[Appium] port: 14580
[Appium] logFile: C:\Users\HP\IdeaProjects\AppiumTestDistribution\target\appiumlogs\appium_logs.txt
[Appium] relaxedSecurityEnabled: true
[Appium] Appium REST http interface listener started on 127.0.0.1:14580
[HTTP] --> GET /wd/hub/status
[HTTP] {}
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args: []
[debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.21.0"}}
[HTTP] <-- GET /wd/hub/status 200 10 ms - 68
[HTTP]
Jul 28, 2021 11:06:32 AM com.appium.manager.LocalAppiumManager startAppiumServer
INFO: LocalAppiumManagerAppium Server Started at......http://127.0.0.1:14580/wd/hub
Jul 28, 2021 11:06:32 AM com.appium.manager.DeviceAllocationManager allocateDevice
INFO: Allocated Device com.appium.manager.AppiumDevice@4db95c20 for Execution
Jul 28, 2021 11:06:32 AM com.appium.manager.AppiumDriverManager initialiseDriver
INFO: Capabilities: Capabilities {adbExecTimeout: 60000, app: C:\Users\HP\IdeaProjects\Ap..., automationName: UiAutomator2, chromedriverExecutable: C:\Users\HP\.cache\selenium..., chromedriverPort: 51656, deviceName: android, noSign: true, platformName: android, platformVersion: 7.0, systemPort: 51647, udid: AIRCLRE66HEQROR8, uiautomator2ServerInstallTimeout: 50000}
[debug] [HTTP] Request idempotency key: 6990d6ac-a476-478d-9872-628cbf1e08e6
[HTTP] --> POST /wd/hub/session
[HTTP] {"desiredCapabilities":{"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","chromedriverPort":51656,"noSign":true,"uiautomator2ServerInstallTimeout":50000,"deviceName":"android","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","adbExecTimeout":60000,"platformVersion":"7.0","automationName":"UiAutomator2","platformName":"android","udid":"AIRCLRE66HEQROR8","systemPort":51647},"capabilities":{"firstMatch":[{"appium:adbExecTimeout":60000,"appium:app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","appium:automationName":"UiAutomator2","appium:chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","appium:chromedriverPort":51656,"appium:deviceName":"android","appium:noSign":true,"platformName":"android","appium:platformVersion":"7.0","appium:systemPort":51647,"appium:udid":"AIRCLRE66HEQROR8","uiautomator2ServerInstallTi...
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","chromedriverPort":51656,"noSign":true,"uiautomator2ServerInstallTimeout":50000,"deviceName":"android","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","adbExecTimeout":60000,"platformVersion":"7.0","automationName":"UiAutomator2","platformName":"android","udid":"AIRCLRE66HEQROR8","systemPort":51647},null,{"firstMatch":[{"appium:adbExecTimeout":60000,"appium:app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","appium:automationName":"UiAutomator2","appium:chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","appium:chromedriverPort":51656,"appium:deviceName":"android","appium:noSign":true,"platformName":"android","appium:platformVersion":"7.0","appium:systemPort":51647,"appium:udid":"AIRCLRE66HEQROR8","uiautomator2ServerInstallTimeout":50000}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1627450593364 (11:06:33 GMT+0530 (India Standard Time))
[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix:
[BaseDriver] uiautomator2ServerInstallTimeout
[Appium] Appium v1.21.0 creating new AndroidUiautomator2Driver (v1.65.0) session
[Appium] Applying relaxed security to 'AndroidUiautomator2Driver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[debug] [BaseDriver] Creating session with W3C capabilities: {
[debug] [BaseDriver] "alwaysMatch": {
[debug] [BaseDriver] "platformName": "android",
[debug] [BaseDriver] "appium:uiautomator2ServerInstallTimeout": 50000,
[debug] [BaseDriver] "appium:adbExecTimeout": 60000,
[debug] [BaseDriver] "appium:app": "C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk",
[debug] [BaseDriver] "appium:automationName": "UiAutomator2",
[debug] [BaseDriver] "appium:chromedriverExecutable": "C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe",
[debug] [BaseDriver] "appium:chromedriverPort": 51656,
[debug] [BaseDriver] "appium:deviceName": "android",
[debug] [BaseDriver] "appium:noSign": true,
[debug] [BaseDriver] "appium:platformVersion": "7.0",
[debug] [BaseDriver] "appium:systemPort": 51647,
[debug] [BaseDriver] "appium:udid": "AIRCLRE66HEQROR8"
[debug] [BaseDriver] },
[debug] [BaseDriver] "firstMatch": [
[debug] [BaseDriver] {}
[debug] [BaseDriver] ]
[debug] [BaseDriver] }
[BaseDriver] Session created with session id: ffc5b2c9-5590-4585-95fc-8d6412e042ce
[BaseDriver] Using local app 'C:\Users\HP\IdeaProjects\AppiumTestDistribution\apps\AndroidCalculator.apk'
[debug] [UiAutomator2] Checking whether app is actually present
[ADB] Found 1 'build-tools' folders under 'C:\Users\HP\AppData\Local\Android\Sdk' (newest first):
[ADB] C:/Users/HP/AppData/Local/Android/Sdk/build-tools/30.0.3
[ADB] Using 'adb.exe' from 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices
[debug] [ADB] Connected devices: [{"udid":"AIRCLRE66HEQROR8","state":"device"}]
[AndroidDriver] Using device: AIRCLRE66HEQROR8
[ADB] Using 'adb.exe' from 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
[debug] [ADB] Setting device id to AIRCLRE66HEQROR8
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell getprop ro.build.version.sdk'
[debug] [ADB] Current device property 'ro.build.version.sdk': 29
[ADB] Getting device platform version
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 10
[debug] [ADB] Device API level: 29
[UiAutomator2] Relaxing hidden api policy
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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.android2.calculator3'
[ADB] Main activity name: 'com.android2.calculator3.Calculator'
[debug] [AndroidDriver] Parsed package and activity are: com.android2.calculator3/com.android2.calculator3.Calculator
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 wait-for-device'
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell echo ping'
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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.3.0' >= '3.3.0')
[debug] [ADB] There is no need to install/upgrade 'C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk'
[debug] [ADB] Getting IDs of all 'io.appium.settings' processes
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell 'pgrep --help; echo $?''
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell appops set io.appium.settings android:mock_location allow'
[debug] [Logcat] Starting logs capture with command: C:\\Users\\HP\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe -P 5037 -s AIRCLRE66HEQROR8 logcat -v threadtime
[debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to local port 51647
[debug] [ADB] Forwarding system: 51647 to device: 6790
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 forward tcp:51647 tcp:6790'
[debug] [ADB] Getting install status for io.appium.uiautomator2.server
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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.21.1' >= '4.21.1')
[debug] [UiAutomator2] io.appium.uiautomator2.server installation state: sameVersionInstalled
[debug] [ADB] Checking app cert for C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.21.1.apk
[ADB] Using 'apksigner.jar' from 'C:\Users\HP\AppData\Local\Android\Sdk\build-tools\30.0.3\lib\apksigner.jar'
[debug] [ADB] Starting apksigner: 'C:\\Program Files\\Java\\jdk1.8.0_281\\bin\\java.exe' -Xmx1024M -Xss1m -jar C:\\Users\\HP\\AppData\\Local\\Android\\Sdk\\build-tools\\30.0.3\\lib\\apksigner.jar verify --print-certs C:\\Users\\HP\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-v4.21.1.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] [ADB]
[debug] [ADB] sha256 hash did match for 'appium-uiautomator2-server-v4.21.1.apk'
[ADB] 'C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.21.1.apk' is signed with the default certificate
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] Starting apksigner: 'C:\\Program Files\\Java\\jdk1.8.0_281\\bin\\java.exe' -Xmx1024M -Xss1m -jar C:\\Users\\HP\\AppData\\Local\\Android\\Sdk\\build-tools\\30.0.3\\lib\\apksigner.jar verify --print-certs C:\\Users\\HP\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] [ADB]
[debug] [ADB] sha256 hash did match for 'appium-uiautomator2-server-debug-androidTest.apk'
[ADB] 'C:\Users\HP\AppData\Roaming\npm\node_modules\appium\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\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[debug] [ADB] Getting install status for com.android2.calculator3
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell dumpsys package com.android2.calculator3'
[debug] [ADB] 'com.android2.calculator3' is not installed
[debug] [ADB] App 'C:\Users\HP\IdeaProjects\AppiumTestDistribution\apps\AndroidCalculator.apk' is not installed
[debug] [ADB] Installing 'C:\Users\HP\IdeaProjects\AppiumTestDistribution\apps\AndroidCalculator.apk'
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 help'
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 features'
[ADB] The application at 'C:\Users\HP\IdeaProjects\AppiumTestDistribution\apps\AndroidCalculator.apk' will not be cached, because the device under test has confirmed the support of streamed installs
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 install C:\Users\HP\IdeaProjects\AppiumTestDistribution\apps\AndroidCalculator.apk'
[ADB] The installation of 'AndroidCalculator.apk' took 4644ms
[debug] [ADB] Install command stdout: Performing Streamed Install
[debug] [ADB] Success
[debug] [UiAutomator2] Performing shallow cleanup of automation leftovers
[debug] [UiAutomator2] No obsolete sessions have been detected (socket hang up)
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell am force-stop io.appium.uiautomator2.server.test'
[UiAutomator2] Starting UIAutomator2 server 4.21.1
[UiAutomator2] Using UIAutomator2 server from 'C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.21.1.apk' and test from 'C:\Users\HP\AppData\Roaming\npm\node_modules\appium\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","AIRCLRE66HEQROR8","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:51647/wd/hub/status] with no body
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:51647/wd/hub/status] with no body
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:51647/wd/hub/status] with no body
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:51647/wd/hub/status] with no body
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:51647/wd/hub/status] with no body
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:51647/wd/hub/status] with no body
[WD Proxy] socket hang up
[debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:51647/wd/hub/status] with no body
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:51647/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 7373ms
[debug] [WD Proxy] Matched '/session' to command name 'createSession'
[debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:51647/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","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chromedriverPort":51656,"deviceName":"android","noSign":true,"platformVersion":"7.0","systemPort":51647,"udid":"AIRCLRE66HEQROR8"},"platformName":"android","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chrom...
[debug] [WD Proxy] Got response with status 200: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","value":{"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chromedriverPort":51656,"deviceName":"android","noSign":true,"platformVersion":"7.0","systemPort":51647,"udid":"AIRCLRE66HEQROR8"},"platformName":"android","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\...
[WD Proxy] Determined the downstream protocol as 'W3C'
[debug] [WD Proxy] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/appium/device/info] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","value":{"androidId":"ba06afdff4d3c972","apiVersion":"29","bluetooth":{"state":"OFF"},"brand":"realme","carrierName":"","displayDensity":320,"locale":"en_US","manufacturer":"realme","model":"RMX2185","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":1048576,"linkUpstreamBandwidthKbps":1048576,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","signalStrength":-34,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":"\"Xu_b55d\"","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":0,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"10","realDisplaySize":"720x1600","timeZone":"Asia/Kolkata"}}
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell dumpsys window'
[AndroidDriver] Screen already unlocked, doing nothing
[UiAutomator2] Starting 'com.android2.calculator3/com.android2.calculator3.Calculator and waiting for 'com.android2.calculator3/com.android2.calculator3.Calculator'
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell am start -W -n com.android2.calculator3/com.android2.calculator3.Calculator -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] [ADB] Waiting up to 20000ms for activity matching pkg: 'com.android2.calculator3' and activity: 'com.android2.calculator3.Calculator' to be focused
[debug] [ADB] Possible activities, to be checked: 'com.android2.calculator3.Calculator', 'com.android2.calculator3.com.android2.calculator3.Calculator'
[debug] [ADB] Getting focused package and activity
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell dumpsys window displays'
[debug] [ADB] Found package: 'com.android2.calculator3' and fully qualified activity name : 'com.android2.calculator3.Calculator'
[debug] [WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/appium/device/pixel_ratio] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","value":2}
[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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/appium/device/system_bars] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","value":{"statusBar":64}}
[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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/window/current/size] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","value":{"height":1456,"width":720}}
[Appium] New AndroidUiautomator2Driver session created successfully, session ffc5b2c9-5590-4585-95fc-8d6412e042ce added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1627450615943 (11:06:55 GMT+0530 (India Standard Time))
[debug] [W3C (ffc5b2c9)] Cached the protocol value 'W3C' for the new session ffc5b2c9-5590-4585-95fc-8d6412e042ce
[debug] [W3C (ffc5b2c9)] 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","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chromedriverPort":51656,"deviceName":"android","noSign":true,"platformVersion":"7.0","systemPort":51647,"udid":"AIRCLRE66HEQROR8"},"platformName":"android","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chromedriverPort":51...
[HTTP] <-- POST /wd/hub/session 200 22584 ms - 1498
[HTTP]
Jul 28, 2021 11:06:56 AM io.appium.java_client.remote.AppiumCommandExecutor$1 lambda$0
INFO: Detected dialect: W3C
[HTTP] --> GET /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce
[HTTP] {}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.getSession() with args: ["ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [WD Proxy] Matched '/' to command name 'getSession'
[debug] [WD Proxy] Proxying [GET /] to [GET http://127.0.0.1:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","value":{"lastScrollData":null}}
[debug] [W3C (ffc5b2c9)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chromedriverPort":51656,"deviceName":"android","noSign":true,"platformVersion":"7.0","systemPort":51647,"udid":"AIRCLRE66HEQROR8"},"platformName":"android","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chromedriverPort":51656,"deviceName"...
[HTTP] <-- GET /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce 200 20 ms - 1452
[HTTP]
Jul 28, 2021 11:06:56 AM com.appium.manager.AppiumDriverManager getLocalAppiumDriver
INFO: Session Created for ANDROID ---- ffc5b2c9-5590-4585-95fc-8d6412e042ce---AIRCLRE66HEQROR8
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/log
[HTTP] {"type":"logcat"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.getLog() with args: ["logcat","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Retrieving 'logcat' logs
[debug] [BaseDriver] Retrieving supported log types
[debug] [W3C (ffc5b2c9)] Responding to client with driver.getLog() result: [{"timestamp":1627450597999,"level":"ALL","message":"--------- beginning of crash"},{"timestamp":1627450598024,"level":"ALL","message":"07-27 16:54:32.430 27903 27963 E AndroidRuntime: \tat java.lang.StringBuilder.append(StringBuilder.java:132)"},{"timestamp":1627450598024,"level":"ALL","message":"07-27 16:54:32.430 27903 27963 E AndroidRuntime: \tat kotlinx.coroutines.CompletedContinuation.toString(Unknown Source:22)"},{"timestamp":1627450598024,"level":"ALL","message":"07-27 16:54:32.430 27903 27963 E AndroidRuntime: \tat java.lang.String.valueOf(String.java:2924)"},{"timestamp":1627450598024,"level":"ALL","message":"07-27 16:54:32.430 27903 27963 E AndroidRuntime: \tat java.lang.StringBuilder.append(StringBuilder.java:132)"},{"timestamp":1627450598024,"level":"ALL","message":"07-27 16:54:32.430 27903 27963 E AndroidRuntime: \tat kotlinx.coroutines.CancellableContinuationImpl.toString(CancellableContinuationImpl.kt:506)"},{"timestamp":1627450598024,"level":"ALL","message":"07-27 16:54:32.430 27903 27963 ...
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/log 200 133 ms - 1844084
[HTTP]
Jul 28, 2021 11:06:56 AM com.context.SessionContext <clinit>
INFO: SessionContext default constructor
Jul 28, 2021 11:06:56 AM com.context.SessionContext loadReportPortalProperties
INFO: Using reportportal.properties file from src/test/resources/reportportal.properties
Jul 28, 2021 11:06:56 AM com.context.SessionContext loadReportPortalProperties
INFO: Loaded reportportal.properties file - C:\Users\HP\IdeaProjects\AppiumTestDistribution\src\test\resources\reportportal.properties
Jul 28, 2021 11:06:56 AM com.context.SessionContext <clinit>
INFO: Initialized SessionContext
Jul 28, 2021 11:06:56 AM com.context.SessionContext addContext
INFO: Adding context for thread - 19
Jul 28, 2021 11:06:56 AM com.context.TestExecutionContext <init>
INFO: beforeMethod - TestExecution context created
Before DeviceIdAIRCLRE66HEQROR8
com.appium.executor.CustomeListener.beforeInvocation() was invoked
Before method in DragnDropTest.
Jul 28, 2021 11:06:57 AM com.context.SessionContext remove
INFO: Removing context for thread - 19
After DeviceIdAIRCLRE66HEQROR8
com.appium.executor.CustomeListener.afterInvocation() was invoked
Jul 28, 2021 11:06:57 AM com.context.SessionContext addContext
INFO: Adding context for thread - 19
Jul 28, 2021 11:06:57 AM com.context.TestExecutionContext <init>
INFO: dragNDrop - TestExecution context created
Before DeviceIdAIRCLRE66HEQROR8
com.appium.executor.CustomeListener.beforeInvocation() was invoked
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 127 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 151 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 499 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 217 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 188 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 177 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 228 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 114 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 138 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 191 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 902 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 137 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 142 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 151 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 186 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 134 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 147 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 158 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 146 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 139 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 174 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 145 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 127 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 147 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 132 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 123 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 110 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 118 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 109 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 115 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 124 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 126 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 123 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 116 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 99 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 102 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 119 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 112 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 119 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 122 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 119 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 131 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 122 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 110 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 108 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ffc5b2c9)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ffc5b2c9)] at runMicrotasks (<anonymous>)
[debug] [W3C (ffc5b2c9)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ffc5b2c9)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/element 404 108 ms - 905
[HTTP]
Current Running Thread Statusffc5b2c9-5590-4585-95fc-8d6412e042ce
[HTTP] --> GET /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/screenshot
[HTTP] {}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.getScreenshot() with args: ["ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [WD Proxy] Matched '/screenshot' to command name 'getScreenshot'
[debug] [WD Proxy] Proxying [GET /screenshot] to [GET http://127.0.0.1:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99/screenshot] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","value":"iVBORw0KGgoAAAANSUhEUgAAAtAAAAZACAYAAABQfnXMAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7N15eFTV/cfxz70z2UgI+76LbIKERUDZBWuLUYmKliqgoFgXymJRpGCL\n+1JBoSpWxQX4QWXRoCgVFSmLSEWEgggiCIIgBAhbTCaZmfv7I2TMnpxksvJ+Pc88ZO5y7pfhZvjM\nmXPPtSQ5AgAAAFAodlkXAAAAAFQkBGgAAADAAAEaAAAAMECABgAAAAwQoAEAAAADBGgAAADAAAEa\nAAAAMECABgAAAAwQoAEAAAADBGgAAADAAAEaAAAAMECABgAAAAwQoAEAAAADBGgAAADAAAEaAAAA\nMECABgAAAAwQoAEAAAADBGgAAADAAAEaAAAAMECABgAAAAwQoAEAAAADBGgAAADAAAEaAAAAMECA\nBgAAAAwQoAEAAAADBGgAAADAAAEaAAAAMECABgAAAAwQoAEAAAADBGgAAADAAAEaAAAAMOAu6wJQ\n9hqGV9WLF16p7lENJEeSde5RGH7JI6+WHd+tCd9/WoJVlg91q1n627BQXdvNJSvNkdIcOZZf3hRH\nT7zv0xtr/PJ5019GAABQOVni//rz2k89xkiu4J0CX5w6rBu+eSdo7ZUHlqQOLVz68IlIOR6/5HMk\n/7mHz5F8fsnvyPE5ctKkVMevNpP9cvjNAgCgUqqUPdBXXHGFqlSpovfee69U9suuWrVquu6669S8\neXM5jqM9e/YoPj5eZ8+ezbFtt27d1Lhx40K1u2/fPn399dfFqi2z9d2GSaH+Xz9C5fVxKvvy3Hqn\nz62/tGZ9XRhZQ98nJQatzszatm2r9u3ba8WKFfrll19K5BiZ2Zb03fxohTqSk1ZwIrZsKdwn1akq\nHT1d4uUBQIVy3XXXafLkyapf...
[debug] [W3C (ffc5b2c9)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAAAtAAAAZACAYAAABQfnXMAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7N15eFTV/cfxz70z2UgI+76LbIKERUDZBWuLUYmKliqgoFgXymJRpGCL\n+1JBoSpWxQX4QWXRoCgVFSmLSEWEgggiCIIgBAhbTCaZmfv7I2TMnpxksvJ+Pc88ZO5y7pfhZvjM\nmXPPtSQ5AgAAAFAodlkXAAAAAFQkBGgAAADAAAEaAAAAMECABgAAAAwQoAEAAAADBGgAAADAAAEa\nAAAAMECABgAAAAwQoAEAAAADBGgAAADAAAEaAAAAMECABgAAAAwQoAEAAAADBGgAAADAAAEaAAAA\nMECABgAAAAwQoAEAAAADBGgAAADAAAEaAAAAMECABgAAAAwQoAEAAAADBGgAAADAAAEaAAAAMECA\nBgAAAAwQoAEAAAADBGgAAADAAAEaAAAAMECABgAAAAwQoAEAAAADBGgAAADAAAEaAAAAMOAu6wJQ\n9hqGV9WLF16p7lENJEeSde5RGH7JI6+WHd+tCd9/WoJVlg91q1n627BQXdvNJSvNkdIcOZZf3hRH\nT7zv0xtr/PJ5019GAABQOVni//rz2k89xkiu4J0CX5w6rBu+eSdo7ZUHlqQOLVz68IlIOR6/5HMk\n/7mHz5F8fsnvyPE5ctKkVMevNpP9cvjNAgCgUqqUPdBXXHGFqlSpovfee69U9suuWrVquu6669S8\neXM5jqM9e/YoPj5eZ8+ezbFtt27d1Lhx40K1u2/fPn399dfFqi2z9d2GSaH+Xz9C5fVxKvvy3Hqn\nz62/tGZ9XRhZQ98nJQatzszatm2r9u3ba8WKFfrll19K5BiZ2Zb03fxohTqSk1ZwIrZsKdwn1akq\nHT1d4uUBQIVy3XXXafLkyapfv75sO/dRpCdOnNBrr72mWbNmlWgtlmWpa9euio2NVdu2bdWgQYPA\nIykpSY...
[HTTP] <-- GET /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce/screenshot 200 1219 ms - 66214
[HTTP]
[HTTP] --> DELETE /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce
[HTTP] {}
[debug] [W3C (ffc5b2c9)] Calling AppiumDriver.deleteSession() with args: ["ffc5b2c9-5590-4585-95fc-8d6412e042ce"]
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1627450649204 (11:07:29 GMT+0530 (India Standard Time))
[Appium] Removing session ffc5b2c9-5590-4585-95fc-8d6412e042ce 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:51647/wd/hub/session/6fe75a05-c793-466e-a516-d7d2b603aa99] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"6fe75a05-c793-466e-a516-d7d2b603aa99","value":null}
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell am force-stop com.android2.calculator3'
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 51647
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 forward --remove tcp:51647'
[UiAutomator2] Restoring hidden api policy to the device default configuration
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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 1627450649989 (11:07:29 GMT+0530 (India Standard Time))
[debug] [W3C (ffc5b2c9)] Received response: null
[debug] [W3C (ffc5b2c9)] But deleting session, so not returning
[debug] [W3C (ffc5b2c9)] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/ffc5b2c9-5590-4585-95fc-8d6412e042ce 200 788 ms - 14
[HTTP]
Jul 28, 2021 11:07:29 AM com.appium.manager.DeviceAllocationManager freeDevice
INFO: DeAllocated Device AIRCLRE66HEQROR8 from execution list
Jul 28, 2021 11:07:29 AM com.context.SessionContext remove
INFO: Removing context for thread - 19
After DeviceIdAIRCLRE66HEQROR8
com.appium.executor.CustomeListener.afterInvocation() was invoked
Jul 28, 2021 11:07:29 AM com.appium.manager.DeviceAllocationManager allocateDevice
INFO: Allocated Device com.appium.manager.AppiumDevice@4db95c20 for Execution
Jul 28, 2021 11:07:29 AM com.appium.manager.AppiumDriverManager initialiseDriver
INFO: Capabilities: Capabilities {adbExecTimeout: 60000, app: C:\Users\HP\IdeaProjects\Ap..., automationName: UiAutomator2, chromedriverExecutable: C:\Users\HP\.cache\selenium..., chromedriverPort: 59005, deviceName: android, noSign: true, platformName: android, platformVersion: 7.0, systemPort: 51647, udid: AIRCLRE66HEQROR8, uiautomator2ServerInstallTimeout: 50000}
[debug] [HTTP] Request idempotency key: 74e4c4d9-f14e-4521-aa4a-a47c16d72d5c
[HTTP] --> POST /wd/hub/session
[HTTP] {"desiredCapabilities":{"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","chromedriverPort":59005,"noSign":true,"uiautomator2ServerInstallTimeout":50000,"deviceName":"android","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","adbExecTimeout":60000,"platformVersion":"7.0","automationName":"UiAutomator2","platformName":"android","udid":"AIRCLRE66HEQROR8","systemPort":51647},"capabilities":{"firstMatch":[{"appium:adbExecTimeout":60000,"appium:app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","appium:automationName":"UiAutomator2","appium:chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","appium:chromedriverPort":59005,"appium:deviceName":"android","appium:noSign":true,"platformName":"android","appium:platformVersion":"7.0","appium:systemPort":51647,"appium:udid":"AIRCLRE66HEQROR8","uiautomator2ServerInstallTi...
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","chromedriverPort":59005,"noSign":true,"uiautomator2ServerInstallTimeout":50000,"deviceName":"android","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","adbExecTimeout":60000,"platformVersion":"7.0","automationName":"UiAutomator2","platformName":"android","udid":"AIRCLRE66HEQROR8","systemPort":51647},null,{"firstMatch":[{"appium:adbExecTimeout":60000,"appium:app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","appium:automationName":"UiAutomator2","appium:chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","appium:chromedriverPort":59005,"appium:deviceName":"android","appium:noSign":true,"platformName":"android","appium:platformVersion":"7.0","appium:systemPort":51647,"appium:udid":"AIRCLRE66HEQROR8","uiautomator2ServerInstallTimeout":50000}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1627450650015 (11:07:30 GMT+0530 (India Standard Time))
[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix:
[BaseDriver] uiautomator2ServerInstallTimeout
[Appium] Appium v1.21.0 creating new AndroidUiautomator2Driver (v1.65.0) session
[Appium] Applying relaxed security to 'AndroidUiautomator2Driver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[debug] [BaseDriver] Creating session with W3C capabilities: {
[debug] [BaseDriver] "alwaysMatch": {
[debug] [BaseDriver] "platformName": "android",
[debug] [BaseDriver] "appium:uiautomator2ServerInstallTimeout": 50000,
[debug] [BaseDriver] "appium:adbExecTimeout": 60000,
[debug] [BaseDriver] "appium:app": "C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk",
[debug] [BaseDriver] "appium:automationName": "UiAutomator2",
[debug] [BaseDriver] "appium:chromedriverExecutable": "C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe",
[debug] [BaseDriver] "appium:chromedriverPort": 59005,
[debug] [BaseDriver] "appium:deviceName": "android",
[debug] [BaseDriver] "appium:noSign": true,
[debug] [BaseDriver] "appium:platformVersion": "7.0",
[debug] [BaseDriver] "appium:systemPort": 51647,
[debug] [BaseDriver] "appium:udid": "AIRCLRE66HEQROR8"
[debug] [BaseDriver] },
[debug] [BaseDriver] "firstMatch": [
[debug] [BaseDriver] {}
[debug] [BaseDriver] ]
[debug] [BaseDriver] }
[BaseDriver] Session created with session id: ae6cb47c-b35a-45eb-a23e-455bfb732971
[BaseDriver] Using local app 'C:\Users\HP\IdeaProjects\AppiumTestDistribution\apps\AndroidCalculator.apk'
[debug] [UiAutomator2] Checking whether app is actually present
[ADB] Using 'adb.exe' from 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
[debug] [Instrumentation] .
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices
[debug] [ADB] Connected devices: [{"udid":"AIRCLRE66HEQROR8","state":"device"}]
[AndroidDriver] Using device: AIRCLRE66HEQROR8
[ADB] Using 'adb.exe' from 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
[debug] [Instrumentation] Time: 39.279
[debug] [Instrumentation]
[debug] [Instrumentation] OK (1 test)
[debug] [ADB] Setting device id to AIRCLRE66HEQROR8
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell getprop ro.build.version.sdk'
[debug] [ADB] Current device property 'ro.build.version.sdk': 29
[ADB] Getting device platform version
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 10
[debug] [ADB] Device API level: 29
[UiAutomator2] Relaxing hidden api policy
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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] [Instrumentation] The process has exited with code 0
[debug] [AndroidDriver] Parsing package and activity from app manifest
[ADB] Package name: 'com.android2.calculator3'
[ADB] Main activity name: 'com.android2.calculator3.Calculator'
[debug] [AndroidDriver] Parsed package and activity are: com.android2.calculator3/com.android2.calculator3.Calculator
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 wait-for-device'
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell echo ping'
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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.3.0' >= '3.3.0')
[debug] [ADB] There is no need to install/upgrade 'C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk'
[debug] [ADB] Getting IDs of all 'io.appium.settings' processes
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell 'pgrep --help; echo $?''
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell appops set io.appium.settings android:mock_location allow'
[debug] [Logcat] Starting logs capture with command: C:\\Users\\HP\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe -P 5037 -s AIRCLRE66HEQROR8 logcat -v threadtime
[debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to local port 51647
[debug] [ADB] Forwarding system: 51647 to device: 6790
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 forward tcp:51647 tcp:6790'
[debug] [ADB] Getting install status for io.appium.uiautomator2.server
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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.21.1' >= '4.21.1')
[debug] [UiAutomator2] io.appium.uiautomator2.server installation state: sameVersionInstalled
[debug] [ADB] Checking app cert for C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.21.1.apk
[ADB] Using 'apksigner.jar' from 'C:\Users\HP\AppData\Local\Android\Sdk\build-tools\30.0.3\lib\apksigner.jar'
[debug] [ADB] Starting apksigner: 'C:\\Program Files\\Java\\jdk1.8.0_281\\bin\\java.exe' -Xmx1024M -Xss1m -jar C:\\Users\\HP\\AppData\\Local\\Android\\Sdk\\build-tools\\30.0.3\\lib\\apksigner.jar verify --print-certs C:\\Users\\HP\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-v4.21.1.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] [ADB]
[debug] [ADB] sha256 hash did match for 'appium-uiautomator2-server-v4.21.1.apk'
[ADB] 'C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.21.1.apk' is signed with the default certificate
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] Starting apksigner: 'C:\\Program Files\\Java\\jdk1.8.0_281\\bin\\java.exe' -Xmx1024M -Xss1m -jar C:\\Users\\HP\\AppData\\Local\\Android\\Sdk\\build-tools\\30.0.3\\lib\\apksigner.jar verify --print-certs C:\\Users\\HP\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] [ADB]
[debug] [ADB] sha256 hash did match for 'appium-uiautomator2-server-debug-androidTest.apk'
[ADB] 'C:\Users\HP\AppData\Roaming\npm\node_modules\appium\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\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 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\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[debug] [ADB] Getting install status for com.android2.calculator3
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell dumpsys package com.android2.calculator3'
[debug] [ADB] 'com.android2.calculator3' is installed
[debug] [ADB] Getting package info for 'com.android2.calculator3'
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell dumpsys package com.android2.calculator3'
[debug] [ADB] The version name of the installed 'com.android2.calculator3' is greater or equal to the application version name ('4.3.0' >= '4.3.0')
[debug] [ADB] There is no need to install/upgrade 'C:\Users\HP\IdeaProjects\AppiumTestDistribution\apps\AndroidCalculator.apk'
[AndroidDriver] Performing fast reset on 'com.android2.calculator3'
[debug] [ADB] Getting install status for com.android2.calculator3
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell dumpsys package com.android2.calculator3'
[debug] [ADB] 'com.android2.calculator3' is installed
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell am force-stop com.android2.calculator3'
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell pm clear com.android2.calculator3'
[debug] [AndroidDriver] Performed fast reset on the installed 'com.android2.calculator3' application (stop and clear)
[debug] [UiAutomator2] Performing shallow cleanup of automation leftovers
[debug] [UiAutomator2] No obsolete sessions have been detected (socket hang up)
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell am force-stop io.appium.uiautomator2.server.test'
[UiAutomator2] Starting UIAutomator2 server 4.21.1
[UiAutomator2] Using UIAutomator2 server from 'C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.21.1.apk' and test from 'C:\Users\HP\AppData\Roaming\npm\node_modules\appium\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","AIRCLRE66HEQROR8","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:51647/wd/hub/status] with no body
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:51647/wd/hub/status] with no body
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:51647/wd/hub/status] with no body
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:51647/wd/hub/status] with no body
[WD Proxy] socket hang up
[debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:51647/wd/hub/status] with no body
[WD Proxy] socket hang up
[debug] [WD Proxy] Matched '/status' to command name 'getStatus'
[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:51647/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 5247ms
[debug] [WD Proxy] Matched '/session' to command name 'createSession'
[debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:51647/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","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chromedriverPort":59005,"deviceName":"android","noSign":true,"platformVersion":"7.0","systemPort":51647,"udid":"AIRCLRE66HEQROR8"},"platformName":"android","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chrom...
[debug] [WD Proxy] Got response with status 200: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","value":{"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chromedriverPort":59005,"deviceName":"android","noSign":true,"platformVersion":"7.0","systemPort":51647,"udid":"AIRCLRE66HEQROR8"},"platformName":"android","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\...
[WD Proxy] Determined the downstream protocol as 'W3C'
[debug] [WD Proxy] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/appium/device/info] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","value":{"androidId":"ba06afdff4d3c972","apiVersion":"29","bluetooth":{"state":"OFF"},"brand":"realme","carrierName":"","displayDensity":320,"locale":"en_US","manufacturer":"realme","model":"RMX2185","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":1048576,"linkUpstreamBandwidthKbps":1048576,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","signalStrength":-34,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":"\"Xu_b55d\"","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":0,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"10","realDisplaySize":"720x1600","timeZone":"Asia/Kolkata"}}
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell dumpsys window'
[AndroidDriver] Screen already unlocked, doing nothing
[UiAutomator2] Starting 'com.android2.calculator3/com.android2.calculator3.Calculator and waiting for 'com.android2.calculator3/com.android2.calculator3.Calculator'
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell am start -W -n com.android2.calculator3/com.android2.calculator3.Calculator -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] [ADB] Waiting up to 20000ms for activity matching pkg: 'com.android2.calculator3' and activity: 'com.android2.calculator3.Calculator' to be focused
[debug] [ADB] Possible activities, to be checked: 'com.android2.calculator3.Calculator', 'com.android2.calculator3.com.android2.calculator3.Calculator'
[debug] [ADB] Getting focused package and activity
[debug] [ADB] Running 'C:\Users\HP\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s AIRCLRE66HEQROR8 shell dumpsys window displays'
[debug] [ADB] Found package: 'com.android2.calculator3' and fully qualified activity name : 'com.android2.calculator3.Calculator'
[debug] [WD Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/appium/device/pixel_ratio] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","value":2}
[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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/appium/device/system_bars] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","value":{"statusBar":64}}
[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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/window/current/size] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","value":{"height":1456,"width":720}}
[Appium] New AndroidUiautomator2Driver session created successfully, session ae6cb47c-b35a-45eb-a23e-455bfb732971 added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1627450662646 (11:07:42 GMT+0530 (India Standard Time))
[debug] [W3C (ae6cb47c)] Cached the protocol value 'W3C' for the new session ae6cb47c-b35a-45eb-a23e-455bfb732971
[debug] [W3C (ae6cb47c)] 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","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chromedriverPort":59005,"deviceName":"android","noSign":true,"platformVersion":"7.0","systemPort":51647,"udid":"AIRCLRE66HEQROR8"},"platformName":"android","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chromedJul 28, 2021 11:07:42 AM io.appium.java_client.remote.AppiumCommandExecutor$1 lambda$0
INFO: Detected dialect: W3C
riverPort":59...
[HTTP] <-- POST /wd/hub/session 200 12637 ms - 1498
[HTTP]
[HTTP] --> GET /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971
[HTTP] {}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.getSession() with args: ["ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [WD Proxy] Matched '/' to command name 'getSession'
[debug] [WD Proxy] Proxying [GET /] to [GET http://127.0.0.1:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b] with no body
[debug] [WD Proxy] Got response with status 200: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","value":{"lastScrollData":null}}
[debug] [W3C (ae6cb47c)] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chromedriverPort":59005,"deviceName":"android","noSign":true,"platformVersion":"7.0","systemPort":51647,"udid":"AIRCLRE66HEQROR8"},"platformName":"android","uiautomator2ServerInstallTimeout":50000,"adbExecTimeout":60000,"app":"C:\\Users\\HP\\IdeaProjects\\AppiumTestDistribution\\apps\\AndroidCalculator.apk","automationName":"UiAutomator2","chromedriverExecutable":"C:\\Users\\HP\\.cache\\selenium\\chromedriver\\win32\\91.0.4472.101\\chromedriver.exe","chromedriverPort":59005,"deviceName"...
[HTTP] <-- GET /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971 200 28 ms - 1452
[HTTP]
Jul 28, 2021 11:07:42 AM com.appium.manager.AppiumDriverManager getLocalAppiumDriver
INFO: Session Created for ANDROID ---- ae6cb47c-b35a-45eb-a23e-455bfb732971---AIRCLRE66HEQROR8
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/log
[HTTP] {"type":"logcat"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.getLog() with args: ["logcat","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Retrieving 'logcat' logs
[debug] [BaseDriver] Retrieving supported log types
[debug] [W3C (ae6cb47c)] Responding to client with driver.getLog() result: [{"timestamp":1627450651113,"level":"ALL","message":"--------- beginning of crash"},{"timestamp":1627450651119,"level":"ALL","message":"07-27 16:54:32.430 27903 27963 E AndroidRuntime: \tat java.lang.StringBuilder.append(StringBuilder.java:132)"},{"timestamp":1627450651119,"level":"ALL","message":"07-27 16:54:32.430 27903 27963 E AndroidRuntime: \tat kotlinx.coroutines.CompletedContinuation.toString(Unknown Source:22)"},{"timestamp":1627450651119,"level":"ALL","message":"07-27 16:54:32.430 27903 27963 E AndroidRuntime: \tat java.lang.String.valueOf(String.java:2924)"},{"timestamp":1627450651119,"level":"ALL","message":"07-27 16:54:32.430 27903 27963 E AndroidRuntime: \tat java.lang.StringBuilder.append(StringBuilder.java:132)"},{"timestamp":1627450651119,"level":"ALL","message":"07-27 16:54:32.430 27903 27963 E AndroidRuntime: \tat kotlinx.coroutines.CancellableContinuationImpl.toString(CancellableContinuationImpl.kt:506)"},{"timestamp":1627450651119,"level":"ALL","message":"07-27 16:54:32.430 27903 27963 ...
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/log 200 106 ms - 1785905
[HTTP]
Jul 28, 2021 11:07:43 AM com.context.SessionContext addContext
INFO: Adding context for thread - 19
Jul 28, 2021 11:07:43 AM com.context.TestExecutionContext <init>
INFO: afterMethod - TestExecution context created
Before DeviceIdAIRCLRE66HEQROR8
com.appium.executor.CustomeListener.beforeInvocation() was invoked
After method in DragnDropTest.
Jul 28, 2021 11:07:43 AM com.context.SessionContext remove
INFO: Removing context for thread - 19
After DeviceIdAIRCLRE66HEQROR8
com.appium.executor.CustomeListener.afterInvocation() was invoked
Jul 28, 2021 11:07:43 AM com.context.SessionContext addContext
INFO: Adding context for thread - 19
Jul 28, 2021 11:07:43 AM com.context.TestExecutionContext <init>
INFO: beforeMethod - TestExecution context created
Before DeviceIdAIRCLRE66HEQROR8
com.appium.executor.CustomeListener.beforeInvocation() was invoked
Before method in SliderTest.
Jul 28, 2021 11:07:43 AM com.context.SessionContext remove
INFO: Removing context for thread - 19
After DeviceIdAIRCLRE66HEQROR8
com.appium.executor.CustomeListener.afterInvocation() was invoked
Jul 28, 2021 11:07:43 AM com.context.SessionContext addContext
INFO: Adding context for thread - 19
Jul 28, 2021 11:07:43 AM com.context.TestExecutionContext <init>
INFO: dragNDrop - TestExecution context created
Before DeviceIdAIRCLRE66HEQROR8
com.appium.executor.CustomeListener.beforeInvocation() was invoked
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 67 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 59 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 64 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 68 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 119 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 160 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 83 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 132 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 131 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 121 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 111 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 115 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at runMicrotasks (<anonymous>)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 117 ms - 905
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 116 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 120 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 112 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 58 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 106 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 102 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 109 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 111 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 109 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 104 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 101 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 86 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 90 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 105 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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:68)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:41)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:262)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:256)\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] [W3C (ae6cb47c)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrEls (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:75:11)
[debug] [W3C (ae6cb47c)] at processTicksAndRejections (internal/process/task_queues.js:95:5)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:33:12)
[debug] [W3C (ae6cb47c)] at AndroidUiautomator2Driver.findElement (C:\Users\HP\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\find.js:53:10)
[HTTP] <-- POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element 404 95 ms - 869
[HTTP]
[HTTP] --> POST /wd/hub/session/ae6cb47c-b35a-45eb-a23e-455bfb732971/element
[HTTP] {"using":"accessibility id","value":"login"}
[debug] [W3C (ae6cb47c)] Calling AppiumDriver.findElement() with args: ["accessibility id","login","ae6cb47c-b35a-45eb-a23e-455bfb732971"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [BaseDriver] Waiting up to 0 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:51647/wd/hub/session/72fb757f-15ec-4478-b256-158f1e8a155b/element] with body: {"strategy":"accessibility id","selector":"login","context":"","multiple":false}
[WD Proxy] Got response with status 404: {"sessionId":"72fb757f-15ec-4478-b256-158f1e8a155b","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\tatTerminate batch job (Y/N)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment