Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appium-Python issue while connecting to emulater in android studio #840

Open
mohanrajreese opened this issue Mar 10, 2023 · 3 comments
Open

Comments

@mohanrajreese
Copy link

The problem

The problem i'm facing here is im getting the following error [**urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=4723): Max retries exceeded with url: /wd/hub/session (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd691cf0af0>: Failed to establish a new connection: [Errno 111] Connection refused'))**] while connecting appium python code to android emulater device
Briefly describe the issue you are experiencing (or the feature you want to see added to Appium). Tell us what you were trying to do and what happened instead. Remember, this is not a place to ask questions. For that, go to http://discuss.appium.io!

Environment

  • windows 11 OS
  • Pycharm Professional IDE
  • Emulator version Android 11
  • Appium latest app from offical site

Link to Appium Logs

Connected to pydev debugger (build 223.8617.48)
Traceback (most recent call last):
File "/home/mohanraj/.cache/pypoetry/virtualenvs/mis-automation-L9yvBObc-py3.9/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/mohanraj/.cache/pypoetry/virtualenvs/mis-automation-L9yvBObc-py3.9/lib/python3.9/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/mohanraj/.cache/pypoetry/virtualenvs/mis-automation-L9yvBObc-py3.9/lib/python3.9/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/mohanraj/.cache/pypoetry/virtualenvs/mis-automation-L9yvBObc-py3.9/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/mohanraj/.cache/pypoetry/virtualenvs/mis-automation-L9yvBObc-py3.9/lib/python3.9/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/mohanraj/.cache/pypoetry/virtualenvs/mis-automation-L9yvBObc-py3.9/lib/python3.9/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/home/mohanraj/.pyenv/versions/3.9.16/lib/python3.9/http/client.py", line 1285, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/home/mohanraj/.pyenv/versions/3.9.16/lib/python3.9/http/client.py", line 1331, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/home/mohanraj/.pyenv/versions/3.9.16/lib/python3.9/http/client.py", line 1280, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/home/mohanraj/.pyenv/versions/3.9.16/lib/python3.9/http/client.py", line 1040, in _send_output
self.send(msg)
File "/home/mohanraj/.pyenv/versions/3.9.16/lib/python3.9/http/client.py", line 980, in send
self.connect()
File "/home/mohanraj/.cache/pypoetry/virtualenvs/mis-automation-L9yvBObc-py3.9/lib/python3.9/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/mohanraj/.cache/pypoetry/virtualenvs/mis-automation-L9yvBObc-py3.9/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fd691cf0af0>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/mohanraj/.cache/pypoetry/virtualenvs/mis-automation-L9yvBObc-py3.9/lib/python3.9/site-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/home/mohanraj/.cache/pypoetry/virtualenvs/mis-automation-L9yvBObc-py3.9/lib/python3.9/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=4723): Max retries exceeded with url: /wd/hub/session (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd691cf0af0>: Failed to establish a new connection: [Errno 111] Connection refused'))
python-BaseException

Process finished with exit code 1

Code To reproduce issue

`from time import sleep

from appium import webdriver
from appium.webdriver.common.appiumby import AppiumBy

desired_caps = {
"deviceName": "Pixel 4a API 30",
"platformName": "Android",
"udid": "emulator-5554",
"version": 11,
"app": "C:\Users\lenovo\Downloads\com.indigo.new.apk"
}

driver = webdriver.Remote('http://127.0.0.1:4723/wd/hub', desired_caps)`

@jlipps
Copy link
Member

jlipps commented Mar 10, 2023

Please include the full output of your appium log. It looks like the Appium server is not actually running.

@mohanrajreese
Copy link
Author

mohanrajreese commented Mar 13, 2023

@jlipps


[info] �[35m[HTTP]�[39m Waiting until the server is closed
[info] �[35m[HTTP]�[39m Received server close event
[info] �[35m[Appium]�[39m Welcome to Appium v1.22.3
[info] �[35m[Appium]�[39m Non-default server args:
[info] �[35m[Appium]�[39m   allowCors: true
[info] �[35m[Appium]�[39m   address: 127.0.0.1
[info] �[35m[Appium]�[39m   relaxedSecurityEnabled: true
[info] �[35m[Appium]�[39m   allowInsecure: {
[info] �[35m[Appium]�[39m   }
[info] �[35m[Appium]�[39m   denyInsecure: {
[info] �[35m[Appium]�[39m   }
[warn] �[35m[Appium]�[39m You have enabled CORS requests from any host. Be careful not to visit sites which could maliciously try to start Appium sessions on your machine
[info] �[35m[Appium]�[39m Appium REST http interface listener started on 127.0.0.1:4723[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
[info] �[35m[HTTP]�[39m �[90m{"capabilities":{"alwaysMatch":{"appium:deviceName":"redmi note 11","platformName":"Android","appium:udid":"ea5471a7","appium:version":12,"appium:app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]},"desiredCapabilities":{"appium:deviceName":"redmi note 11","platformName":"Android","appium:udid":"ea5471a7","appium:version":12,"appium:app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true}}�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [{"appium:deviceName":"redmi note 11","platformName":"Android","appium:udid":"ea5471a7","appium:version":12,"appium:app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},null,{"alwaysMatch":{"appium:deviceName":"redmi note 11","platformName":"Android","appium:udid":"ea5471a7","appium:version":12,"appium:app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]}]
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1678688947909 (11:59:07 GMT+0530 (India Standard Time))
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m ======================================================================
[warn] �[35m[Appium]�[39m   DEPRECATION WARNING:
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m   The 'automationName' capability was not provided in the desired 
[warn] �[35m[Appium]�[39m   capabilities for this Android session
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m   Setting 'automationName=UiAutomator2' by default and using the 
[warn] �[35m[Appium]�[39m   UiAutomator2 Driver
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m   The next major version of Appium (2.x) will **require** the 
[warn] �[35m[Appium]�[39m   'automationName' capability to be set for all sessions on all 
[warn] �[35m[Appium]�[39m   platforms
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m   In previous versions (Appium <= 1.13.x), the default was 
[warn] �[35m[Appium]�[39m   'automationName=UiAutomator1'
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m   If you wish to use that automation instead of UiAutomator2, please 
[warn] �[35m[Appium]�[39m   add 'automationName=UiAutomator1' to your desired capabilities
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m   For more information about drivers, please visit 
[warn] �[35m[Appium]�[39m   http://appium.io/docs/en/about-appium/intro/ and explore the 
[warn] �[35m[Appium]�[39m   'Drivers' menu
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m ======================================================================
[warn] �[35m[Appium]�[39m 
[info] �[35m[Appium]�[39m Appium v1.22.3 creating new AndroidUiautomator2Driver (v1.70.1) session
[info] �[35m[Appium]�[39m Applying relaxed security to 'AndroidUiautomator2Driver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
[debug] �[35m[BaseDriver]�[39m W3C capabilities and MJSONWP desired capabilities were provided
[debug] �[35m[BaseDriver]�[39m Creating session with W3C capabilities: {
[debug] �[35m[BaseDriver]�[39m   "alwaysMatch": {
[debug] �[35m[BaseDriver]�[39m     "platformName": "Android",
[debug] �[35m[BaseDriver]�[39m     "appium:deviceName": "redmi note 11",
[debug] �[35m[BaseDriver]�[39m     "appium:udid": "ea5471a7",
[debug] �[35m[BaseDriver]�[39m     "appium:version": 12,
[debug] �[35m[BaseDriver]�[39m     "appium:app": "C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk",
[debug] �[35m[BaseDriver]�[39m     "appium:ignoreHiddenApiPolicyError": "true",
[debug] �[35m[BaseDriver]�[39m     "appium:ensureWebviewsHavePages": true,
[debug] �[35m[BaseDriver]�[39m     "appium:nativeWebScreenshot": true,
[debug] �[35m[BaseDriver]�[39m     "appium:newCommandTimeout": 3600,
[debug] �[35m[BaseDriver]�[39m     "appium:connectHardwareKeyboard": true
[debug] �[35m[BaseDriver]�[39m   },
[debug] �[35m[BaseDriver]�[39m   "firstMatch": [
[debug] �[35m[BaseDriver]�[39m     {}
[debug] �[35m[BaseDriver]�[39m   ]
[debug] �[35m[BaseDriver]�[39m }
[warn] �[35m[BaseDriver]�[39m Capability 'ignoreHiddenApiPolicyError' changed from string to boolean. This may cause unexpected behavior
[warn] �[35m[BaseDriver]�[39m The following capabilities were provided, but are not recognized by Appium:
[warn] �[35m[BaseDriver]�[39m   version
[warn] �[35m[BaseDriver]�[39m   connectHardwareKeyboard
[info] �[35m[BaseDriver]�[39m Session created with session id: d0f3a7a9-cfe7-4dd8-8b52-546273f0064f[info] �[35m[ADB]�[39m Using 'adb.exe' from 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
[info] �[35m[AndroidDriver]�[39m Retrieving device list
[debug] �[35m[ADB]�[39m Trying to find a connected android device
[debug] �[35m[ADB]�[39m Getting connected devices
[debug] �[35m[ADB]�[39m Connected devices: [{"udid":"ea5471a7","state":"device"},{"udid":"emulator-5554","state":"device"}]
[info] �[35m[AndroidDriver]�[39m Using device: ea5471a7
[info] �[35m[ADB]�[39m Using 'adb.exe' from 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'[debug] �[35m[ADB]�[39m Setting device id to ea5471a7
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell getprop ro.build.version.sdk'
[debug] �[35m[ADB]�[39m Current device property 'ro.build.version.sdk': 31
[info] �[35m[ADB]�[39m Getting device platform version
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell getprop ro.build.version.release'[debug] �[35m[ADB]�[39m Current device property 'ro.build.version.release': 12
[debug] �[35m[ADB]�[39m Device API level: 31
[info] �[35m[UiAutomator2]�[39m Relaxing hidden api policy
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 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] �[35m[AndroidDriver]�[39m Parsing package and activity from app manifest
[info] �[35m[ADB]�[39m Package name: 'com.indigo.hdfcloans'
[info] �[35m[ADB]�[39m Main activity name: 'com.indigo.hdfcloans.activities.SplashActivity'
[debug] �[35m[AndroidDriver]�[39m Parsed package and activity are: com.indigo.hdfcloans/com.indigo.hdfcloans.activities.SplashActivity
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 wait-for-device'[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell echo ping'
[debug] �[35m[AndroidDriver]�[39m Pushing settings apk to device...
[debug] �[35m[ADB]�[39m Getting install status for io.appium.settings
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package io.appium.settings'[debug] �[35m[ADB]�[39m 'io.appium.settings' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'io.appium.settings'
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package io.appium.settings'
[debug] �[35m[ADB]�[39m The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('3.4.0' >= '3.4.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade 'C:\Users\lenovo\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell 'pgrep --help; echo $?''[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)'[debug] �[35m[AndroidDriver]�[39m io.appium.settings is already running. There is no need to reset its permissions.
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell appops set io.appium.settings android:mock_location allow'[debug] �[35m[UiAutomator2]�[39m Forwarding UiAutomator2 Server port 6790 to local port 8200[debug] �[35m[ADB]�[39m Forwarding system: 8200 to device: 6790
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 forward tcp:8200 tcp:6790'[debug] �[35m[ADB]�[39m Getting install status for io.appium.uiautomator2.server
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package io.appium.uiautomator2.server'
[debug] �[35m[ADB]�[39m 'io.appium.uiautomator2.server' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'io.appium.uiautomator2.server'
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package io.appium.uiautomator2.server'[debug] �[35m[ADB]�[39m The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('4.27.0' >= '4.27.0')
[debug] �[35m[UiAutomator2]�[39m io.appium.uiautomator2.server installation state: sameVersionInstalled
[debug] �[35m[ADB]�[39m Checking app cert for C:\Users\lenovo\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.27.0.apk
[debug] �[35m[ADB]�[39m Using the previously cached signature entry for 'appium-uiautomator2-server-v4.27.0.apk'
[debug] �[35m[ADB]�[39m sha256 hash did match for 'appium-uiautomator2-server-v4.27.0.apk'
[debug] �[35m[ADB]�[39m Getting install status for io.appium.uiautomator2.server.test
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package io.appium.uiautomator2.server.test'[debug] �[35m[ADB]�[39m 'io.appium.uiautomator2.server.test' is installed
[debug] �[35m[ADB]�[39m Checking app cert for C:\Users\lenovo\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk
[debug] �[35m[ADB]�[39m Using the previously cached signature entry for 'appium-uiautomator2-server-debug-androidTest.apk'
[debug] �[35m[ADB]�[39m sha256 hash did match for 'appium-uiautomator2-server-debug-androidTest.apk'
[info] �[35m[UiAutomator2]�[39m Server packages are not going to be (re)installed
[debug] �[35m[UiAutomator2]�[39m Waiting up to 30000ms for services to be available
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell pm list instrumentation'[debug] �[35m[UiAutomator2]�[39m Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[info] �[35m[ADB]�[39m Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[debug] �[35m[ADB]�[39m 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] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[debug] �[35m[ADB]�[39m Checking app cert for C:\Users\lenovo\Downloads\com.indigo.hdfcloans.apk[debug] �[35m[ADB]�[39m Using the previously cached signature entry for 'com.indigo.hdfcloans.apk'
[debug] �[35m[ADB]�[39m Getting install status for com.indigo.hdfcloans
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package com.indigo.hdfcloans'[debug] �[35m[ADB]�[39m 'com.indigo.hdfcloans' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'com.indigo.hdfcloans'
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package com.indigo.hdfcloans'[debug] �[35m[ADB]�[39m The version code of the installed 'com.indigo.hdfcloans' is greater than the application version code (59 > 53)
[debug] �[35m[ADB]�[39m There is no need to downgrade 'com.indigo.hdfcloans'
[info] �[35m[AndroidDriver]�[39m Performing fast reset on 'com.indigo.hdfcloans'
[debug] �[35m[ADB]�[39m Getting install status for com.indigo.hdfcloans
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package com.indigo.hdfcloans'[debug] �[35m[ADB]�[39m 'com.indigo.hdfcloans' is installed
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell am force-stop com.indigo.hdfcloans'
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell pm clear com.indigo.hdfcloans'[debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.indigo.hdfcloans' application (stop and clear)
[debug] �[35m[UiAutomator2]�[39m Performing shallow cleanup of automation leftovers[debug] �[35m[UiAutomator2]�[39m No obsolete sessions have been detected (socket hang up)
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell am force-stop io.appium.uiautomator2.server.test'
[info] �[35m[UiAutomator2]�[39m Starting UIAutomator2 server 4.27.0
[info] �[35m[UiAutomator2]�[39m Using UIAutomator2 server from 'C:\Users\lenovo\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.27.0.apk' and test from 'C:\Users\lenovo\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk'
[info] �[35m[UiAutomator2]�[39m Waiting up to 30000ms for UiAutomator2 to be online...
[debug] �[35m[ADB]�[39m Creating ADB subprocess with args: ["-P",5037,"-s","ea5471a7","shell","am","instrument","-w","-e","disableAnalytics",true,"io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[Instrumentation]�[39m io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":{"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","deviceName":"redmi note 11","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true},"platformName":"Android","deviceName":"ea5471a7","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"deviceUDID":"ea5471a7","appPackage":"com.indigo.hdfcloans"}],"alwaysMatch":{}},"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31"}}
[info] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31/appium/device/info] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":{"androidId":"1f53e2b8596f9665","apiVersion":"31","bluetooth":{"state":"OFF"},"brand":"Redmi","carrierName":"JIO 4G","displayDensity":440,"locale":"en_IN","manufacturer":"Xiaomi","model":"2201117TI","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":3854,"linkUpstreamBandwidthKbps":3817,"networkCapabilities":"NET_CAPABILITY_IMS,NET_CAPABILITY_NOT_METERED,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":-2147483648,"transportTypes":"TRANSPORT_CELLULAR"},"detailedState":"CONNECTED","extraInfo":"ims","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":18,"subtypeName":"IWLAN","type":0,"typeName":"MOBILE"},{"capabilities":{"SSID":null,"linkDownBandwidthKbps":3854,"linkUpstreamBandwidthKbps":3817,"networkCapabilities":"NET_CAPABILITY_INTE...
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys window'[info] �[35m[AndroidDriver]�[39m Screen already unlocked, doing nothing
[info] �[35m[UiAutomator2]�[39m Starting 'com.indigo.hdfcloans/com.indigo.hdfcloans.activities.SplashActivity and waiting for 'com.indigo.hdfcloans/com.indigo.hdfcloans.activities.SplashActivity'
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell am start -W -n com.indigo.hdfcloans/com.indigo.hdfcloans.activities.SplashActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'[debug] �[35m[ADB]�[39m Waiting up to 20000ms for activity matching pkg: 'com.indigo.hdfcloans' and activity: 'com.indigo.hdfcloans.activities.SplashActivity' to be focused
[debug] �[35m[ADB]�[39m Possible activities, to be checked: 'com.indigo.hdfcloans.activities.SplashActivity', 'com.indigo.hdfcloans.com.indigo.hdfcloans.activities.SplashActivity'
[debug] �[35m[ADB]�[39m Getting focused package and activity
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys window displays'[debug] �[35m[ADB]�[39m Found package: 'com.indigo.hdfcloans' and fully qualified activity name : 'com.indigo.hdfcloans.activities.SplashActivity'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31/appium/device/pixel_ratio] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":2.75}
[debug] �[35m[WD Proxy]�[39m Matched '/appium/device/system_bars' to command name 'getSystemBars'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31/appium/device/system_bars] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":{"statusBar":93}}
[debug] �[35m[WD Proxy]�[39m Matched '/window/current/size' to command name 'getWindowSize'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31/window/current/size] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":{"height":2177,"width":1080}}
[info] �[35m[Appium]�[39m New AndroidUiautomator2Driver session created successfully, session d0f3a7a9-cfe7-4dd8-8b52-546273f0064f added to master session list
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1678690112343 (12:18:32 GMT+0530 (India Standard Time))
[debug] �[35m[W3C (d0f3a7a9)]�[39m Cached the protocol value 'W3C' for the new session d0f3a7a9-cfe7-4dd8-8b52-546273f0064f
[debug] �[35m[W3C (d0f3a7a9)]�[39m 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","deviceName":"redmi note 11","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true},"platformName":"Android","deviceName":"ea5471a7","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"deviceUDID":"ea5471a7","appPackage":"com.indigo.hdfcloans","deviceApiLevel":31,"platformVersion":"12","deviceScreenSize":"1080x2400","deviceScreenDensity":440,"deviceModel":"2201117TI","deviceManufacturer":"Xia...
[info] �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[32m200�[39m �[90m17909 ms - 1187�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/screenshot�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getScreenshot() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[WD Proxy]�[39m Matched '/screenshot' to command name 'getScreenshot'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31/screenshot] with no body[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7NhBDQAgEMCwA/+eQQQPsqRVsPfWzJwBAAAACNu/AwAAAABeGRwAAABA\nnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAA\nAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwA\nAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7B\nAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADk\nGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAA\nQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEA\nAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5Bkc\nAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECe\nwQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA\n5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAA\nAECewQEAAADkGRwAAABAnsEB...
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7NhBDQAgEMCwA/+eQQQPsqRVsPfWzJwBAAAACNu/AwAAAABeGRwAAABA\nnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAA\nAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwA\nAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7B\nAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADk\nGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAA\nQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEA\nAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5Bkc\nAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECe\nwQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA\n5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAA\nAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEB\nAAAA5B...
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/screenshot �[39m�[32m200�[39m �[90m580 ms - 21336�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/source�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[info] �[35m[W3C (d0f3a7a9)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/source' to command name 'getPageSource'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/source] to [GET http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31/source] with no body[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1080\" height=\"2177\">\r\n  <android.widget.FrameLayout index=\"0\" package=\"com.miui.aod\" class=\"android.widget.FrameLayout\" text=\"\" resource-id=\"com.miui.aod:id/aod_mode_layout_horizontal\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1080,2177]\" displayed=\"true\">\r\n    <android.view.View index=\"0\" package=\"com.miui.aod\" class=\"android.view.View\" text=\"\" resource-id=\"com.miui.aod:id/notification_animation_view\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1080,2177]\" dis...
[info] �[35m[WD Proxy]�[39m Replacing sessionId ba389db2-542e-42cc-aa31-40713e774a31 with d0f3a7a9-cfe7-4dd8-8b52-546273f0064f
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/source �[39m�[32m200�[39m �[90m466 ms - 3415�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[32m200�[39m �[90m1 ms - 42�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/screenshot�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getScreenshot() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[WD Proxy]�[39m Matched '/screenshot' to command name 'getScreenshot'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31/screenshot] with no body[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7NhBDQAgEMCwA/+eQQQPsqRVsPfWzJwBAAAACNu/AwAAAABeGRwAAABA\nnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAA\nAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwA\nAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7B\nAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADk\nGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAA\nQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEA\nAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5Bkc\nAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECe\nwQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA\n5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAA\nAECewQEAAADkGRwAAABAnsEB...
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7NhBDQAgEMCwA/+eQQQPsqRVsPfWzJwBAAAACNu/AwAAAABeGRwAAABA\nnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAA\nAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwA\nAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7B\nAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADk\nGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAA\nQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEA\nAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5Bkc\nAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECe\nwQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA\n5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAA\nAECewQEAAADkGRwAAABAnsEBAAAA5BkcAAAAQJ7BAQAAAOQZHAAAAECewQEAAADkGRwAAABAnsEB\nAAAA5B...
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/screenshot �[39m�[36m304�[39m �[90m670 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/contexts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getContexts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell cat /proc/net/unix'[debug] �[35m[AndroidDriver]�[39m Found no active devtools sockets
[debug] �[35m[AndroidDriver]�[39m Other sockets are: [
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 44495 @mi_reclaim",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 13705 @miui_booster",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 28898 @time_genoff",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 39051 @mi_dexopt",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 41862 @fbs_native_socket",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0005 01 12653706 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00000000 0002 01  1432 @gplisnr@",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 13282 @com.android.internal.os.WebViewZygoteInit/566108fe-2ed7-4993-9525-a97655a75e7b",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12708379 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12785321 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12653729 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0001 03 46670 @com.android.internal.os.WebViewZygoteInit/566108fe-2ed7-4993-9525-a97655a75e7b",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0001 03 44496 @mi_reclaim",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12764980 @jdwp-control"
[debug] �[35m[AndroidDriver]�[39m ]
[debug] �[35m[AndroidDriver]�[39m Found 0 webviews: []
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/contexts �[39m�[32m200�[39m �[90m171 ms - 24�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/context�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getCurrentContext() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/context �[39m�[32m200�[39m �[90m2 ms - 22�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getSession() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[UiAutomator2]�[39m Getting session details from server to mix in
[debug] �[35m[WD Proxy]�[39m Matched '/' to command name 'getSession'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /] to [GET http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":{"lastScrollData":null}}
[debug] �[35m[W3C (d0f3a7a9)]�[39m 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","deviceName":"redmi note 11","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true},"platformName":"Android","deviceName":"ea5471a7","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"deviceUDID":"ea5471a7","appPackage":"com.indigo.hdfcloans","deviceApiLevel":31,"platformVersion":"12","deviceScreenSize":"1080x2400","deviceScreenDensity":440,"deviceModel":"2201117TI","deviceManufacturer":"Xiaomi","pixelRatio...
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f �[39m�[32m200�[39m �[90m19 ms - 1141�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/execute/sync�[39m
[info] �[35m[HTTP]�[39m �[90m{"script":"mobile:getContexts","args":[]}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.execute() with args: ["mobile:getContexts",[],"d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[info] �[35m[AndroidDriver]�[39m Executing native command 'mobile:getContexts'
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell cat /proc/net/unix'[debug] �[35m[AndroidDriver]�[39m Found no active devtools sockets
[debug] �[35m[AndroidDriver]�[39m Other sockets are: [
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 44495 @mi_reclaim",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 13705 @miui_booster",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 28898 @time_genoff",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 39051 @mi_dexopt",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 41862 @fbs_native_socket",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0005 01 12653706 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00000000 0002 01  1432 @gplisnr@",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 13282 @com.android.internal.os.WebViewZygoteInit/566108fe-2ed7-4993-9525-a97655a75e7b",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12708379 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12785321 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12653729 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0001 03 46670 @com.android.internal.os.WebViewZygoteInit/566108fe-2ed7-4993-9525-a97655a75e7b",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0001 03 44496 @mi_reclaim",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12764980 @jdwp-control"
[debug] �[35m[AndroidDriver]�[39m ]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.execute() result: []
[info] �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/execute/sync �[39m�[32m200�[39m �[90m164 ms - 12�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/source�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[info] �[35m[W3C (d0f3a7a9)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/source' to command name 'getPageSource'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/source] to [GET http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31/source] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1080\" height=\"2177\">\r\n  <android.widget.FrameLayout index=\"0\" package=\"com.miui.aod\" class=\"android.widget.FrameLayout\" text=\"\" resource-id=\"com.miui.aod:id/aod_mode_layout_horizontal\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1080,2177]\" displayed=\"true\">\r\n    <android.view.View index=\"0\" package=\"com.miui.aod\" class=\"android.view.View\" text=\"\" resource-id=\"com.miui.aod:id/notification_animation_view\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1080,2177]\" dis...
[info] �[35m[WD Proxy]�[39m Replacing sessionId ba389db2-542e-42cc-aa31-40713e774a31 with d0f3a7a9-cfe7-4dd8-8b52-546273f0064f
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/source �[39m�[32m200�[39m �[90m79 ms - 1092�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/screenshot�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getScreenshot() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[WD Proxy]�[39m Matched '/screenshot' to command name 'getScreenshot'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31/screenshot] with no body[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"][debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7N13eFbl/T/wTwbZEPbee6ioiIrgXq2KWmfdrXZZbWun/dYOW6v9ddra\n2mmHba2rap1VEfcCFwqoIAoyZIQ9A4Tk9wclEkiejCeQnPB6XReXz8m5zzn3fXiqPe/c53NnRERF\nAAAAACRYZlN3AAAAACBdAg4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4A...
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7N13eFbl/T/wTwbZEPbee6ioiIrgXq2KWmfdrXZZbWun/dYOW6v9ddra\n2mmHba2rap1VEfcCFwqoIAoyZIQ9A4Tk9wclEkiejCeQnPB6XReXz8m5zzn3fXiqPe/c53NnRERF\nAAAAACRYZlN3AAAAACBdAg4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAk\nnoADAA...
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/screenshot �[39m�[32m200�[39m �[90m831 ms - 339498�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/contexts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getContexts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell cat /proc/net/unix'
[debug] �[35m[AndroidDriver]�[39m Found no active devtools sockets
[debug] �[35m[AndroidDriver]�[39m Other sockets are: [
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 44495 @mi_reclaim",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 13705 @miui_booster",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 28898 @time_genoff",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 39051 @mi_dexopt",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 41862 @fbs_native_socket",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0005 01 12653706 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00000000 0002 01  1432 @gplisnr@",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 13282 @com.android.internal.os.WebViewZygoteInit/566108fe-2ed7-4993-9525-a97655a75e7b",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12708379 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12785321 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12653729 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0001 03 46670 @com.android.internal.os.WebViewZygoteInit/566108fe-2ed7-4993-9525-a97655a75e7b",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0001 03 44496 @mi_reclaim",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12764980 @jdwp-control"
[debug] �[35m[AndroidDriver]�[39m ]
[debug] �[35m[AndroidDriver]�[39m Found 0 webviews: []
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/contexts �[39m�[36m304�[39m �[90m185 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/context�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getCurrentContext() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/context �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getSession() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[UiAutomator2]�[39m Getting session details from server to mix in
[debug] �[35m[WD Proxy]�[39m Matched '/' to command name 'getSession'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /] to [GET http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":{"lastScrollData":null}}
[debug] �[35m[W3C (d0f3a7a9)]�[39m 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","deviceName":"redmi note 11","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true},"platformName":"Android","deviceName":"ea5471a7","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"deviceUDID":"ea5471a7","appPackage":"com.indigo.hdfcloans","deviceApiLevel":31,"platformVersion":"12","deviceScreenSize":"1080x2400","deviceScreenDensity":440,"deviceModel":"2201117TI","deviceManufacturer":"Xiaomi","pixelRatio...
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f �[39m�[36m304�[39m �[90m14 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/execute/sync�[39m
[info] �[35m[HTTP]�[39m �[90m{"script":"mobile:getContexts","args":[]}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.execute() with args: ["mobile:getContexts",[],"d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[info] �[35m[AndroidDriver]�[39m Executing native command 'mobile:getContexts'
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell cat /proc/net/unix'[debug] �[35m[AndroidDriver]�[39m Found no active devtools sockets
[debug] �[35m[AndroidDriver]�[39m Other sockets are: [
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 44495 @mi_reclaim",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 13705 @miui_booster",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 28898 @time_genoff",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 39051 @mi_dexopt",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 41862 @fbs_native_socket",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0005 01 12653706 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00000000 0002 01  1432 @gplisnr@",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 13282 @com.android.internal.os.WebViewZygoteInit/566108fe-2ed7-4993-9525-a97655a75e7b",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12708379 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12785321 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12653729 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0001 03 46670 @com.android.internal.os.WebViewZygoteInit/566108fe-2ed7-4993-9525-a97655a75e7b",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0001 03 44496 @mi_reclaim",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12764980 @jdwp-control"
[debug] �[35m[AndroidDriver]�[39m ]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.execute() result: []
[info] �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/execute/sync �[39m�[32m200�[39m �[90m146 ms - 12�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/source�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[info] �[35m[W3C (d0f3a7a9)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/source' to command name 'getPageSource'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/source] to [GET http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31/source] with no body[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1080\" height=\"2177\">\r\n  <android.widget.FrameLayout index=\"0\" package=\"com.indigo.hdfcloans\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,93][1080,2177]\" displayed=\"true\">\r\n    <android.widget.LinearLayout index=\"0\" package=\"com.indigo.hdfcloans\" class=\"android.widget.LinearLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,93][1080,2177]\" displayed=\"true\">\r\n      <android.widget.FrameLayout index=\"0\" package=\"com.i...
[info] �[35m[WD Proxy]�[39m Replacing sessionId ba389db2-542e-42cc-aa31-40713e774a31 with d0f3a7a9-cfe7-4dd8-8b52-546273f0064f
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/source �[39m�[32m200�[39m �[90m156 ms - 8180�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.getTimeouts() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (d0f3a7a9)]�[39m Calling AppiumDriver.deleteSession() with args: ["d0f3a7a9-cfe7-4dd8-8b52-546273f0064f"]
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionRequested' logged at 1678690205341 (12:20:05 GMT+0530 (India Standard Time))
[info] �[35m[Appium]�[39m Removing session d0f3a7a9-cfe7-4dd8-8b52-546273f0064f from our master session list
[debug] �[35m[UiAutomator2]�[39m Deleting UiAutomator2 session
[debug] �[35m[UiAutomator2]�[39m Deleting UiAutomator2 server session
[debug] �[35m[WD Proxy]�[39m Matched '/' to command name 'deleteSession'
[debug] �[35m[WD Proxy]�[39m Proxying [DELETE /] to [DELETE http://127.0.0.1:8200/wd/hub/session/ba389db2-542e-42cc-aa31-40713e774a31] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"ba389db2-542e-42cc-aa31-40713e774a31","value":null}
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell am force-stop com.indigo.hdfcloans'[debug] �[35m[Logcat]�[39m Stopping logcat capture
[debug] �[35m[ADB]�[39m Removing forwarded port socket connection: 8200 
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 forward --remove tcp:8200'
[info] �[35m[UiAutomator2]�[39m Restoring hidden api policy to the device default configuration
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 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] �[35m[BaseDriver]�[39m Event 'quitSessionFinished' logged at 1678690205960 (12:20:05 GMT+0530 (India Standard Time))
[debug] �[35m[W3C (d0f3a7a9)]�[39m Received response: null
[debug] �[35m[W3C (d0f3a7a9)]�[39m But deleting session, so not returning
[debug] �[35m[W3C (d0f3a7a9)]�[39m Responding to client with driver.deleteSession() result: null
[info] �[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/d0f3a7a9-cfe7-4dd8-8b52-546273f0064f �[39m�[32m200�[39m �[90m621 ms - 14�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[debug] �[35m[Instrumentation]�[39m .
[debug] �[35m[Instrumentation]�[39m Time: 97.156
[debug] �[35m[Instrumentation]�[39m 
[debug] �[35m[Instrumentation]�[39m OK (1 test)[debug] �[35m[Instrumentation]�[39m The process has exited with code 0[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/sessions�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[GENERIC]�[39m Calling AppiumDriver.getSessions() with args: []
[debug] �[35m[GENERIC]�[39m Responding to client with driver.getSessions() result: []
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/sessions �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
[info] �[35m[HTTP]�[39m �[90m{"capabilities":{"alwaysMatch":{"appium:deviceName":"redmi note 11","platformName":"Android","appium:udid":"ea5471a7","appium:version":12,"appium:app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","appium:ignoreHiddenApiPolicyError":"true","appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]},"desiredCapabilities":{"appium:deviceName":"redmi note 11","platformName":"Android","appium:udid":"ea5471a7","appium:version":12,"appium:app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","appium:ignoreHiddenApiPolicyError":"true","appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true}}�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [{"appium:deviceName":"redmi note 11","platformName":"Android","appium:udid":"ea5471a7","appium:version":12,"appium:app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","appium:ignoreHiddenApiPolicyError":"true","appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},null,{"alwaysMatch":{"appium:deviceName":"redmi note 11","platformName":"Android","appium:udid":"ea5471a7","appium:version":12,"appium:app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","appium:ignoreHiddenApiPolicyError":"true","appium:ensureWebviewsHavePages":true,"appium:nativeWebScreenshot":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]}]
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1678690209652 (12:20:09 GMT+0530 (India Standard Time))
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m ======================================================================
[warn] �[35m[Appium]�[39m   DEPRECATION WARNING:
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m   The 'automationName' capability was not provided in the desired 
[warn] �[35m[Appium]�[39m   capabilities for this Android session
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m   Setting 'automationName=UiAutomator2' by default and using the 
[warn] �[35m[Appium]�[39m   UiAutomator2 Driver
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m   The next major version of Appium (2.x) will **require** the 
[warn] �[35m[Appium]�[39m   'automationName' capability to be set for all sessions on all 
[warn] �[35m[Appium]�[39m   platforms
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m   In previous versions (Appium <= 1.13.x), the default was 
[warn] �[35m[Appium]�[39m   'automationName=UiAutomator1'
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m   If you wish to use that automation instead of UiAutomator2, please 
[warn] �[35m[Appium]�[39m   add 'automationName=UiAutomator1' to your desired capabilities
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m   For more information about drivers, please visit 
[warn] �[35m[Appium]�[39m   http://appium.io/docs/en/about-appium/intro/ and explore the 
[warn] �[35m[Appium]�[39m   'Drivers' menu
[warn] �[35m[Appium]�[39m 
[warn] �[35m[Appium]�[39m ======================================================================
[warn] �[35m[Appium]�[39m 
[info] �[35m[Appium]�[39m Appium v1.22.3 creating new AndroidUiautomator2Driver (v1.70.1) session
[info] �[35m[Appium]�[39m Applying relaxed security to 'AndroidUiautomator2Driver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
[debug] �[35m[BaseDriver]�[39m W3C capabilities and MJSONWP desired capabilities were provided
[debug] �[35m[BaseDriver]�[39m Creating session with W3C capabilities: {
[debug] �[35m[BaseDriver]�[39m   "alwaysMatch": {
[debug] �[35m[BaseDriver]�[39m     "platformName": "Android",
[debug] �[35m[BaseDriver]�[39m     "appium:deviceName": "redmi note 11",
[debug] �[35m[BaseDriver]�[39m     "appium:udid": "ea5471a7",
[debug] �[35m[BaseDriver]�[39m     "appium:version": 12,
[debug] �[35m[BaseDriver]�[39m     "appium:app": "C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk",
[debug] �[35m[BaseDriver]�[39m     "appium:ignoreHiddenApiPolicyError": "true",
[debug] �[35m[BaseDriver]�[39m     "appium:ensureWebviewsHavePages": true,
[debug] �[35m[BaseDriver]�[39m     "appium:nativeWebScreenshot": true,
[debug] �[35m[BaseDriver]�[39m     "appium:newCommandTimeout": 3600,
[debug] �[35m[BaseDriver]�[39m     "appium:connectHardwareKeyboard": true
[debug] �[35m[BaseDriver]�[39m   },
[debug] �[35m[BaseDriver]�[39m   "firstMatch": [
[debug] �[35m[BaseDriver]�[39m     {}
[debug] �[35m[BaseDriver]�[39m   ]
[debug] �[35m[BaseDriver]�[39m }
[warn] �[35m[BaseDriver]�[39m Capability 'ignoreHiddenApiPolicyError' changed from string to boolean. This may cause unexpected behavior
[warn] �[35m[BaseDriver]�[39m The following capabilities were provided, but are not recognized by Appium:
[warn] �[35m[BaseDriver]�[39m   version
[warn] �[35m[BaseDriver]�[39m   connectHardwareKeyboard
[info] �[35m[BaseDriver]�[39m Session created with session id: a14bf776-0b8a-4bd5-adaf-38874c1035ee
[info] �[35m[BaseDriver]�[39m Using local app 'C:\Users\lenovo\Downloads\com.indigo.hdfcloans.apk'
[debug] �[35m[UiAutomator2]�[39m Checking whether app is actually present
[info] �[35m[ADB]�[39m Using 'adb.exe' from 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'
[info] �[35m[AndroidDriver]�[39m Retrieving device list
[debug] �[35m[ADB]�[39m Trying to find a connected android device
[debug] �[35m[ADB]�[39m Getting connected devices
[debug] �[35m[ADB]�[39m Connected devices: [{"udid":"ea5471a7","state":"device"},{"udid":"emulator-5554","state":"device"}]
[info] �[35m[AndroidDriver]�[39m Using device: ea5471a7
[info] �[35m[ADB]�[39m Using 'adb.exe' from 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe'
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 start-server'[debug] �[35m[ADB]�[39m Setting device id to ea5471a7
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell getprop ro.build.version.sdk'
[debug] �[35m[ADB]�[39m Current device property 'ro.build.version.sdk': 31
[info] �[35m[ADB]�[39m Getting device platform version
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell getprop ro.build.version.release'[debug] �[35m[ADB]�[39m Current device property 'ro.build.version.release': 12
[debug] �[35m[ADB]�[39m Device API level: 31
[info] �[35m[UiAutomator2]�[39m Relaxing hidden api policy
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 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] �[35m[AndroidDriver]�[39m Parsing package and activity from app manifest[info] �[35m[ADB]�[39m Package name: 'com.indigo.hdfcloans'
[info] �[35m[ADB]�[39m Main activity name: 'com.indigo.hdfcloans.activities.SplashActivity'
[debug] �[35m[AndroidDriver]�[39m Parsed package and activity are: com.indigo.hdfcloans/com.indigo.hdfcloans.activities.SplashActivity
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 wait-for-device'[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell echo ping'
[debug] �[35m[AndroidDriver]�[39m Pushing settings apk to device...
[debug] �[35m[ADB]�[39m Getting install status for io.appium.settings
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package io.appium.settings'[debug] �[35m[ADB]�[39m 'io.appium.settings' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'io.appium.settings'
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package io.appium.settings'[debug] �[35m[ADB]�[39m The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('3.4.0' >= '3.4.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade 'C:\Users\lenovo\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell 'pgrep --help; echo $?''
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)'[debug] �[35m[AndroidDriver]�[39m io.appium.settings is already running. There is no need to reset its permissions.
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell appops set io.appium.settings android:mock_location allow'[debug] �[35m[Logcat]�[39m Starting logs capture with command: C:\\Users\\lenovo\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe -P 5037 -s ea5471a7 logcat -v threadtime[debug] �[35m[UiAutomator2]�[39m Forwarding UiAutomator2 Server port 6790 to local port 8200[debug] �[35m[ADB]�[39m Forwarding system: 8200 to device: 6790
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 forward tcp:8200 tcp:6790'[debug] �[35m[ADB]�[39m Getting install status for io.appium.uiautomator2.server
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package io.appium.uiautomator2.server'[debug] �[35m[ADB]�[39m The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('4.27.0' >= '4.27.0')
[debug] �[35m[UiAutomator2]�[39m io.appium.uiautomator2.server installation state: sameVersionInstalled
[debug] �[35m[ADB]�[39m Checking app cert for C:\Users\lenovo\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.27.0.apk
[debug] �[35m[ADB]�[39m Using the previously cached signature entry for 'appium-uiautomator2-server-v4.27.0.apk'
[debug] �[35m[ADB]�[39m sha256 hash did match for 'appium-uiautomator2-server-v4.27.0.apk'
[debug] �[35m[ADB]�[39m Getting install status for io.appium.uiautomator2.server.test
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package io.appium.uiautomator2.server.test'[debug] �[35m[ADB]�[39m 'io.appium.uiautomator2.server.test' is installed
[debug] �[35m[ADB]�[39m Checking app cert for C:\Users\lenovo\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk
[debug] �[35m[ADB]�[39m Using the previously cached signature entry for 'appium-uiautomator2-server-debug-androidTest.apk'
[debug] �[35m[ADB]�[39m sha256 hash did match for 'appium-uiautomator2-server-debug-androidTest.apk'
[info] �[35m[UiAutomator2]�[39m Server packages are not going to be (re)installed
[debug] �[35m[UiAutomator2]�[39m Waiting up to 30000ms for services to be available
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell pm list instrumentation'
[debug] �[35m[UiAutomator2]�[39m Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[info] �[35m[ADB]�[39m Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[debug] �[35m[ADB]�[39m 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] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'[debug] �[35m[ADB]�[39m Checking app cert for C:\Users\lenovo\Downloads\com.indigo.hdfcloans.apk[info] �[35m[ADB]�[39m Using 'apksigner.jar' from 'C:\Users\lenovo\AppData\Local\Android\Sdk\build-tools\33.0.0\lib\apksigner.jar'
[debug] �[35m[ADB]�[39m Starting apksigner: 'C:\\Program Files\\Java\\jdk1.8.0_351\\bin\\java.exe' -Xmx1024M -Xss1m -jar C:\\Users\\lenovo\\AppData\\Local\\Android\\Sdk\\build-tools\\33.0.0\\lib\\apksigner.jar verify --print-certs C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: CN=HDFC Bank, OU=Loan App, O=HDFC Bank, L=Mumbai, ST=Maharashtra, C=91
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: e35405c48d23ddca5aaba71926d90069a30674b7553a0592422aafa2d5c04e75
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 95176ececb345f4fdc8c6689f139a8be3d4e5c73
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: df9b730a401803470994b35de9c30c90
[debug] �[35m[ADB]�[39m 
[info] �[35m[ADB]�[39m 'C:\Users\lenovo\Downloads\com.indigo.hdfcloans.apk' is signed with a non-default certificate
[debug] �[35m[ADB]�[39m Getting install status for com.indigo.hdfcloans
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package com.indigo.hdfcloans'[debug] �[35m[ADB]�[39m 'com.indigo.hdfcloans' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'com.indigo.hdfcloans'
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package com.indigo.hdfcloans'[debug] �[35m[ADB]�[39m The version name of the installed 'com.indigo.hdfcloans' is greater or equal to the application version name ('4.2.0' >= '4.2.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade 'C:\Users\lenovo\Downloads\com.indigo.hdfcloans.apk'
[info] �[35m[AndroidDriver]�[39m Performing fast reset on 'com.indigo.hdfcloans'
[debug] �[35m[ADB]�[39m Getting install status for com.indigo.hdfcloans
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys package com.indigo.hdfcloans'[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell pm clear com.indigo.hdfcloans'[debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.indigo.hdfcloans' application (stop and clear)
[debug] �[35m[UiAutomator2]�[39m Performing shallow cleanup of automation leftovers
[debug] �[35m[UiAutomator2]�[39m No obsolete sessions have been detected (socket hang up)
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell am force-stop io.appium.uiautomator2.server.test'[info] �[35m[UiAutomator2]�[39m Starting UIAutomator2 server 4.27.0
[info] �[35m[UiAutomator2]�[39m Using UIAutomator2 server from 'C:\Users\lenovo\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v4.27.0.apk' and test from 'C:\Users\lenovo\AppData\Local\Programs\Appium Server GUI\resources\app\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk'
[info] �[35m[UiAutomator2]�[39m Waiting up to 30000ms for UiAutomator2 to be online...
[debug] �[35m[ADB]�[39m Creating ADB subprocess with args: ["-P",5037,"-s","ea5471a7","shell","am","instrument","-w","-e","disableAnalytics",true,"io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[Instrumentation]�[39m io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[info] �[35m[WD Proxy]�[39m socket hang up[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[debug] �[35m[UiAutomator2]�[39m The initialization of the instrumentation process took 6202ms
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://127.0.0.1:8200/wd/hub/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","deviceName":"redmi note 11","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true},"platformName":"Android","deviceName":"ea5471a7","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"deviceUDID":"ea5471a7","appPackage":"com.indigo.hdfcloans"}],"alwaysMatch":{}}}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":{"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","deviceName":"redmi note 11","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true},"platformName":"Android","deviceName":"ea5471a7","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"deviceUDID":"ea5471a7","appPackage":"com.indigo.hdfcloans"}],"alwaysMatch":{}},"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919"}}
[info] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/wd/hub/session/dd2e9f6a-f80a-4878-bedf-1adf81e3d919/appium/device/info] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":{"androidId":"1f53e2b8596f9665","apiVersion":"31","bluetooth":{"state":"OFF"},"brand":"Redmi","carrierName":"JIO 4G","displayDensity":440,"locale":"en_IN","manufacturer":"Xiaomi","model":"2201117TI","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":3854,"linkUpstreamBandwidthKbps":3817,"networkCapabilities":"NET_CAPABILITY_IMS,NET_CAPABILITY_NOT_METERED,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":-2147483648,"transportTypes":"TRANSPORT_CELLULAR"},"detailedState":"CONNECTED","extraInfo":"ims","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":18,"subtypeName":"IWLAN","type":0,"typeName":"MOBILE"},{"capabilities":{"SSID":null,"linkDownBandwidthKbps":3854,"linkUpstreamBandwidthKbps":3817,"networkCapabilities":"NET_CAPABILITY_INTE...
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys window'[info] �[35m[AndroidDriver]�[39m Screen already unlocked, doing nothing
[info] �[35m[UiAutomator2]�[39m Starting 'com.indigo.hdfcloans/com.indigo.hdfcloans.activities.SplashActivity and waiting for 'com.indigo.hdfcloans/com.indigo.hdfcloans.activities.SplashActivity'
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell am start -W -n com.indigo.hdfcloans/com.indigo.hdfcloans.activities.SplashActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'[debug] �[35m[ADB]�[39m Waiting up to 20000ms for activity matching pkg: 'com.indigo.hdfcloans' and activity: 'com.indigo.hdfcloans.activities.SplashActivity' to be focused
[debug] �[35m[ADB]�[39m Possible activities, to be checked: 'com.indigo.hdfcloans.activities.SplashActivity', 'com.indigo.hdfcloans.com.indigo.hdfcloans.activities.SplashActivity'
[debug] �[35m[ADB]�[39m Getting focused package and activity
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell dumpsys window displays'
[debug] �[35m[ADB]�[39m Found package: 'com.indigo.hdfcloans' and fully qualified activity name : 'com.indigo.hdfcloans.activities.SplashActivity'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/wd/hub/session/dd2e9f6a-f80a-4878-bedf-1adf81e3d919/appium/device/pixel_ratio] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":2.75}
[debug] �[35m[WD Proxy]�[39m Matched '/appium/device/system_bars' to command name 'getSystemBars'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/wd/hub/session/dd2e9f6a-f80a-4878-bedf-1adf81e3d919/appium/device/system_bars] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":{"statusBar":93}}
[debug] �[35m[WD Proxy]�[39m Matched '/window/current/size' to command name 'getWindowSize'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/wd/hub/session/dd2e9f6a-f80a-4878-bedf-1adf81e3d919/window/current/size] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":{"height":2177,"width":1080}}
[info] �[35m[Appium]�[39m New AndroidUiautomator2Driver session created successfully, session a14bf776-0b8a-4bd5-adaf-38874c1035ee added to master session list
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1678690228345 (12:20:28 GMT+0530 (India Standard Time))
[debug] �[35m[W3C (a14bf776)]�[39m Cached the protocol value 'W3C' for the new session a14bf776-0b8a-4bd5-adaf-38874c1035ee
[debug] �[35m[W3C (a14bf776)]�[39m 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","deviceName":"redmi note 11","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true},"platformName":"Android","deviceName":"ea5471a7","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"deviceUDID":"ea5471a7","appPackage":"com.indigo.hdfcloans","deviceApiLevel":31,"platformVersion":"12","deviceScreenSize":"1080x2400","deviceScreenDensity":440,"deviceModel":"2201117TI","deviceManufacturer":"Xia...
[info] �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[32m200�[39m �[90m18698 ms - 1187�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/screenshot�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getScreenshot() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[WD Proxy]�[39m Matched '/screenshot' to command name 'getScreenshot'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/wd/hub/session/dd2e9f6a-f80a-4878-bedf-1adf81e3d919/screenshot] with no body[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7N1dc1RV3sbhf3dCBBIxSAJRgaChABnxJaOOWuV8C7+kp1MzJzNTNdYU\nvpVGFJVBQIoSlQSCgSQSA0meA4t+0iAQIKG5k+s66t1077UW5CQ/9t6rUVVLBQAAABCs2ekJAAAA\nADwsgQMAAACIJ3AAAAAA8QQOAAAAIJ7AAQAAAMQTOAAAAIB4AgcAAAAQT+AAAAAA4gkcAAAAQDyB\nAwAAAIgncAAAAADxBA4AAAAgnsABAAAAxBM4AAAAgHgCBwAAABBP4AAAAADiCRwAAABAPIEDAAAA\niCdwAAAAAPEEDgAAACCewAEAAADEEzgAAACAeAIHAAAAEE/gAAAAAOIJHAAAAEA8gQMAAACIJ3AA\nAAAA8QQOAAAAIJ7AAQAAAMQTOAAAAIB4AgcAAAAQT+AAAAAA4gkcAAAAQDyBAwAAAIgncAAAAADx\nBA4AAAAgnsABAAAAxBM4AAAAgHgCBwAAABBP4AAAAADiCRwAAABAPIEDAAAAiCdwAAAAAPEEDgAA\nACCewAEAAADEEzgAAACAeAIHAAAAEE/gAAAAAOIJHAAAAEA8gQMAAACIJ3AAAAAA8QQOAAAAIJ7A\nAQAAAMQTOAAAAIB4AgcAAAAQT+AAAAAA4gkcAAAAQDyBAwAAAIgncAAAAADxBA4AAAAgnsABAAAA\nxBM4AAAAgHgCBwAAABBP4AAAAADiCRwAAABAPIEDAAAAiCdwAAAAAPEEDgAAACCewAEAAADEEzgA\nAACAeAIHAAAAEE/gAAAAAOIJHAAAAEA8gQMAAACIJ3AAAAAA8QQOAAAAIJ7AAQAAAMQTOAAAAIB4\nAgcAAAAQT+AAAAAA4gkcAAAA...
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7N1dc1RV3sbhf3dCBBIxSAJRgaChABnxJaOOWuV8C7+kp1MzJzNTNdYU\nvpVGFJVBQIoSlQSCgSQSA0meA4t+0iAQIKG5k+s66t1077UW5CQ/9t6rUVVLBQAAABCs2ekJAAAA\nADwsgQMAAACIJ3AAAAAA8QQOAAAAIJ7AAQAAAMQTOAAAAIB4AgcAAAAQT+AAAAAA4gkcAAAAQDyB\nAwAAAIgncAAAAADxBA4AAAAgnsABAAAAxBM4AAAAgHgCBwAAABBP4AAAAADiCRwAAABAPIEDAAAA\niCdwAAAAAPEEDgAAACCewAEAAADEEzgAAACAeAIHAAAAEE/gAAAAAOIJHAAAAEA8gQMAAACIJ3AA\nAAAA8QQOAAAAIJ7AAQAAAMQTOAAAAIB4AgcAAAAQT+AAAAAA4gkcAAAAQDyBAwAAAIgncAAAAADx\nBA4AAAAgnsABAAAAxBM4AAAAgHgCBwAAABBP4AAAAADiCRwAAABAPIEDAAAAiCdwAAAAAPEEDgAA\nACCewAEAAADEEzgAAACAeAIHAAAAEE/gAAAAAOIJHAAAAEA8gQMAAACIJ3AAAAAA8QQOAAAAIJ7A\nAQAAAMQTOAAAAIB4AgcAAAAQT+AAAAAA4gkcAAAAQDyBAwAAAIgncAAAAADxBA4AAAAgnsABAAAA\nxBM4AAAAgHgCBwAAABBP4AAAAADiCRwAAABAPIEDAAAAiCdwAAAAAPEEDgAAACCewAEAAADEEzgA\nAACAeAIHAAAAEE/gAAAAAOIJHAAAAEA8gQMAAACIJ3AAAAAA8QQOAAAAIJ7AAQAAAMQTOAAAAIB4\nAgcAAAAQT+AAAAAA4gkcAAAAQDyBAwAAAIgncAAAAADxBA4AAAAgnsABAAAAxBM4AAAAgHgCBwAA\nABBP4A...
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/screenshot �[39m�[32m200�[39m �[90m568 ms - 188190�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/source�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[info] �[35m[W3C (a14bf776)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/source' to command name 'getPageSource'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/source] to [GET http://127.0.0.1:8200/wd/hub/session/dd2e9f6a-f80a-4878-bedf-1adf81e3d919/source] with no body[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1080\" height=\"2177\">\r\n  <android.widget.FrameLayout index=\"0\" package=\"com.indigo.hdfcloans\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,93][1080,2177]\" displayed=\"true\">\r\n    <android.widget.LinearLayout index=\"0\" package=\"com.indigo.hdfcloans\" class=\"android.widget.LinearLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,93][1080,2177]\" displayed=\"true\">\r\n      <android.widget.FrameLayout index=\"0\" package=\"com.i...
[info] �[35m[WD Proxy]�[39m Replacing sessionId dd2e9f6a-f80a-4878-bedf-1adf81e3d919 with a14bf776-0b8a-4bd5-adaf-38874c1035ee
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/source �[39m�[32m200�[39m �[90m1464 ms - 8180�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[32m200�[39m �[90m2 ms - 42�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/screenshot�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getScreenshot() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[WD Proxy]�[39m Matched '/screenshot' to command name 'getScreenshot'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/wd/hub/session/dd2e9f6a-f80a-4878-bedf-1adf81e3d919/screenshot] with no body
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"][debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7N13mF1VvTfw3z5T0isJIQkBAoSQ0IJ0Cb1JB6VKUxC9KOJFr2LFguK1\noijKVdQXFRAQERCkI6CU0EvonUCAJISE9Jk5+/3jzJzMwJwzveyZz+d5Qs6eXdbaO6PJ/s5av5VE\nRBoAAAAAGZbr6Q4AAAAAdJSAAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6A...
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgI\nCHwIZIgAACAASURBVHic7N13mF1VvTfw3z5T0isJIQkBAoSQ0IJ0Cb1JB6VKUxC9KOJFr2LFguK1\noijKVdQXFRAQERCkI6CU0EvonUCAJISE9Jk5+/3jzJzMwJwzveyZz+d5Qs6eXdbaO6PJ/s5av5VE\nRBoAAAAAGZbr6Q4AAAAAdJSAAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4AAAAAAyT8ABAAAAZJ6AAwAAAMg8AQcAAACQeQIOAAAAIPMEHAAAAEDmCTgAAACAzBNwAAAA\nAJkn4A...
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/screenshot �[39m�[32m200�[39m �[90m750 ms - 274026�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/contexts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getContexts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell cat /proc/net/unix'
[debug] �[35m[AndroidDriver]�[39m Found no active devtools sockets
[debug] �[35m[AndroidDriver]�[39m Other sockets are: [
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 44495 @mi_reclaim",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 13705 @miui_booster",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 28898 @time_genoff",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 39051 @mi_dexopt",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 41862 @fbs_native_socket",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0005 01 12653706 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00000000 0002 01  1432 @gplisnr@",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 13282 @com.android.internal.os.WebViewZygoteInit/566108fe-2ed7-4993-9525-a97655a75e7b",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12708379 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12806128 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12653729 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0001 03 46670 @com.android.internal.os.WebViewZygoteInit/566108fe-2ed7-4993-9525-a97655a75e7b",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12809442 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0001 03 44496 @mi_reclaim",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12764980 @jdwp-control"
[debug] �[35m[AndroidDriver]�[39m ]
[debug] �[35m[AndroidDriver]�[39m Found 0 webviews: []
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/contexts �[39m�[32m200�[39m �[90m177 ms - 24�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/context�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getCurrentContext() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getCurrentContext() result: "NATIVE_APP"
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/context �[39m�[32m200�[39m �[90m2 ms - 22�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getSession() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[UiAutomator2]�[39m Getting session details from server to mix in
[debug] �[35m[WD Proxy]�[39m Matched '/' to command name 'getSession'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /] to [GET http://127.0.0.1:8200/wd/hub/session/dd2e9f6a-f80a-4878-bedf-1adf81e3d919] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":{"lastScrollData":null}}
[debug] �[35m[W3C (a14bf776)]�[39m 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","deviceName":"redmi note 11","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true},"platformName":"Android","deviceName":"ea5471a7","udid":"ea5471a7","version":12,"app":"C:\\Users\\lenovo\\Downloads\\com.indigo.hdfcloans.apk","ignoreHiddenApiPolicyError":true,"ensureWebviewsHavePages":true,"nativeWebScreenshot":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"deviceUDID":"ea5471a7","appPackage":"com.indigo.hdfcloans","deviceApiLevel":31,"platformVersion":"12","deviceScreenSize":"1080x2400","deviceScreenDensity":440,"deviceModel":"2201117TI","deviceManufacturer":"Xiaomi","pixelRatio...
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee �[39m�[32m200�[39m �[90m25 ms - 1141�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/execute/sync�[39m
[info] �[35m[HTTP]�[39m �[90m{"script":"mobile:getContexts","args":[]}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.execute() with args: ["mobile:getContexts",[],"a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[info] �[35m[AndroidDriver]�[39m Executing native command 'mobile:getContexts'
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running 'C:\Users\lenovo\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s ea5471a7 shell cat /proc/net/unix'[debug] �[35m[AndroidDriver]�[39m Found no active devtools sockets
[debug] �[35m[AndroidDriver]�[39m Other sockets are: [
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 44495 @mi_reclaim",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 13705 @miui_booster",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 28898 @time_genoff",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 39051 @mi_dexopt",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 41862 @fbs_native_socket",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0005 01 12653706 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00000000 0002 01  1432 @gplisnr@",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000002 00000000 00010000 0001 01 13282 @com.android.internal.os.WebViewZygoteInit/566108fe-2ed7-4993-9525-a97655a75e7b",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12708379 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12806128 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12653729 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0001 03 46670 @com.android.internal.os.WebViewZygoteInit/566108fe-2ed7-4993-9525-a97655a75e7b",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12809442 @jdwp-control",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0001 03 44496 @mi_reclaim",
[debug] �[35m[AndroidDriver]�[39m   "0000000000000000: 00000003 00000000 00000000 0005 03 12764980 @jdwp-control"
[debug] �[35m[AndroidDriver]�[39m ]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.execute() result: []
[info] �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/execute/sync �[39m�[32m200�[39m �[90m167 ms - 12�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/source�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[info] �[35m[W3C (a14bf776)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/source' to command name 'getPageSource'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/source] to [GET http://127.0.0.1:8200/wd/hub/session/dd2e9f6a-f80a-4878-bedf-1adf81e3d919/source] with no body[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1080\" height=\"2177\">\r\n  <android.widget.FrameLayout index=\"0\" package=\"com.indigo.hdfcloans\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,93][1080,2177]\" displayed=\"true\">\r\n    <android.widget.LinearLayout index=\"0\" package=\"com.indigo.hdfcloans\" class=\"android.widget.LinearLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,93][1080,2177]\" displayed=\"true\">\r\n      <android.widget.FrameLayout index=\"0\" package=\"com.i...
[info] �[35m[WD Proxy]�[39m Replacing sessionId dd2e9f6a-f80a-4878-bedf-1adf81e3d919 with a14bf776-0b8a-4bd5-adaf-38874c1035ee
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/source �[39m�[32m200�[39m �[90m1428 ms - 8262�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/element�[39m
[info] �[35m[HTTP]�[39m �[90m{"using":"id","value":"com.indigo.hdfcloans:id/indicator"}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.findElement() with args: ["id","com.indigo.hdfcloans:id/indicator","a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[BaseDriver]�[39m Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] �[35m[BaseDriver]�[39m Waiting up to 0 ms for condition
[debug] �[35m[WD Proxy]�[39m Matched '/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/dd2e9f6a-f80a-4878-bedf-1adf81e3d919/element] with body: {"strategy":"id","selector":"com.indigo.hdfcloans:id/indicator","context":"","multiple":false}[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":{"ELEMENT":"00000000-0000-0054-ffff-ffff00000011","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0054-ffff-ffff00000011"}}
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0054-ffff-ffff00000011","ELEMENT":"00000000-0000-0054-ffff-ffff00000011"}
[info] �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/element �[39m�[32m200�[39m �[90m121 ms - 137�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/element�[39m
[info] �[35m[HTTP]�[39m �[90m{"using":"id","value":"com.indigo.hdfcloans:id/indicator"}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.findElement() with args: ["id","com.indigo.hdfcloans:id/indicator","a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[BaseDriver]�[39m Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] �[35m[BaseDriver]�[39m Waiting up to 0 ms for condition
[debug] �[35m[WD Proxy]�[39m Matched '/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/dd2e9f6a-f80a-4878-bedf-1adf81e3d919/element] with body: {"strategy":"id","selector":"com.indigo.hdfcloans:id/indicator","context":"","multiple":false}[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":{"ELEMENT":"00000000-0000-0054-ffff-ffff00000011","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0054-ffff-ffff00000011"}}
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0054-ffff-ffff00000011","ELEMENT":"00000000-0000-0054-ffff-ffff00000011"}
[info] �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/element �[39m�[32m200�[39m �[90m94 ms - 137�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m
[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/element�[39m
[info] �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.view.ViewGroup/android.widget.FrameLayout[2]/android.view.ViewGroup/android.view.View"}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.findElement() with args: ["xpath","/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.view.ViewGroup/android.widget.FrameLayout[2]/android.view.ViewGroup/android.view.View","a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[BaseDriver]�[39m Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] �[35m[BaseDriver]�[39m Waiting up to 0 ms for condition
[debug] �[35m[WD Proxy]�[39m Matched '/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /element] to [POST http://127.0.0.1:8200/wd/hub/session/dd2e9f6a-f80a-4878-bedf-1adf81e3d919/element] with body: {"strategy":"xpath","selector":"/hierarchy/android.widget.FrameLayout/android.widget.LinearLayout/android.widget.FrameLayout/android.view.ViewGroup/android.widget.FrameLayout[2]/android.view.ViewGroup/android.view.View","context":"","multiple":false}[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"dd2e9f6a-f80a-4878-bedf-1adf81e3d919","value":{"ELEMENT":"00000000-0000-0054-ffff-ffff00000011","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0054-ffff-ffff00000011"}}
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0054-ffff-ffff00000011","ELEMENT":"00000000-0000-0054-ffff-ffff00000011"}
[info] �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/element �[39m�[32m200�[39m �[90m523 ms - 137�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m3 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m3 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m2 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m1 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m[info] �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts�[39m
[info] �[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (a14bf776)]�[39m Calling AppiumDriver.getTimeouts() with args: ["a14bf776-0b8a-4bd5-adaf-38874c1035ee"]
[debug] �[35m[W3C (a14bf776)]�[39m Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0}
[info] �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/a14bf776-0b8a-4bd5-adaf-38874c1035ee/timeouts �[39m�[36m304�[39m �[90m3 ms - -�[39m
[info] �[35m[HTTP]�[39m �[90m�[39m

@jlipps
Copy link
Member

jlipps commented Mar 13, 2023

Appium 1 is no longer supported. Please try with Appium 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants