Very Strange behavior on Android Tablet emulator

I have been testing an android app using appium python. The Issue I am getting is that python appium script is running fine on mobile devices but on emulator the login process works fine but as soon as I get to the dashboard my code doesn’t identify any elements on the dashboard screen of the app. However it works perfectly fine on real device. This is happening on android emulator. using 10.1 WXGA Tablet API. The elements are identifiable manually through appium I am getting Ids and xpaths to interact with those elements but the code doesn’t seem to recognize any of these elements.
desired_cap = {
“deviceName”: "Nexus 10 ",#Change device name
“udid”: “emulator-5554”, #Change udid
“platformName”: “Android”,
“platformVersion”: “9.0”,
“uiautomator2ServerLaunchTimeout”: 120000, #optional
“adbExecTimeout”: 120000, #optional
“automationName”: “UiAutomator1”
}

Traceback (most recent call last):
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\lib\unittest\case.py”, line 60, in testPartExecutor
yield
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\lib\unittest\case.py”, line 676, in run
self._callTestMethod(testMethod)
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\lib\unittest\case.py”, line 633, in callTestMethod
method()
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\virtualenvs\Circadia\Tests\CircadiaSuite.py”, line 48, in test_3
signout(driver)
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\virtualenvs\Circadia\pages\signout.py”, line 7, in signout
driver.find_element_by_id(“com.circadia.circadiarespiratorytracker:id/ic_hamburger”).click()
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\selenium\webdriver\remote\webdriver.py”, line 360, in find_element_by_id
return self.find_element(by=By.ID, value=id
)
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\appium\webdriver\webdriver.py”, line 282, in find_element
return self.execute(RemoteCommand.FIND_ELEMENT, {
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\selenium\webdriver\remote\webdriver.py”, line 319, in execute
response = self.command_executor.execute(driver_command, params)
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\selenium\webdriver\remote\remote_connection.py”, line 374, in execute
return self._request(command_info[0], url, body=data)
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\selenium\webdriver\remote\remote_connection.py”, line 397, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\urllib3\request.py”, line 79, in request
return self.request_encode_body(
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\urllib3\request.py”, line 171, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\urllib3\poolmanager.py”, line 330, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\urllib3\connectionpool.py”, line 719, in urlopen
retries = retries.increment(
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\urllib3\util\retry.py”, line 400, in increment
raise six.reraise(type(error), error, _stacktrace)
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\urllib3\packages\six.py”, line 734, in reraise
raise value.with_traceback(tb)
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\urllib3\connectionpool.py”, line 665, in urlopen
httplib_response = self._make_request(
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\urllib3\connectionpool.py”, line 421, in _make_request
six.raise_from(e, None)
File “”, line 3, in raise_from
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\Circadia\lib\site-packages\urllib3\connectionpool.py”, line 416, in _make_request
httplib_response = conn.getresponse()
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\lib\http\client.py”, line 1322, in getresponse
response.begin()
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\lib\http\client.py”, line 303, in begin
version, status, reason = self._read_status()
File “C:\Users\Admin\AppData\Local\Programs\Python\Python38\lib\http\client.py”, line 272, in _read_status
raise RemoteDisconnected(“Remote end closed connection without”
urllib3.exceptions.ProtocolError: (‘Connection aborted.’, RemoteDisconnected(‘Remote end closed connection without response’))

##LOGCAT##

[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell wm size’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.product.model’
[ADB] Current device property ‘ro.product.model’: AOSP on IA Emulator
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.product.manufacturer’
[ADB] Current device property ‘ro.product.manufacturer’: Google
[AndroidDriver] Parsing package and activity from app manifest
[ADB] Using the alternative activity name detection method because of: Could not find ‘apkanalyzer.bat’ in [“C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\emulator\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\tools\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\tools\bin\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\build-tools\29.0.3\apkanalyzer.bat”]. Do you have Android Build Tools installed at ‘C:\Users\Admin\AppData\Local\Android\Sdk’?
[ADB] Extracting package and launch activity from manifest
[ADB] Package name: ‘com.circadia.circadiarespiratorytracker’
[ADB] Main activity name: ‘com.circadia.circadiarespiratorytracker.ui.login.MainLoginView’
[AndroidDriver] Parsed package and activity are: com.circadia.circadiarespiratorytracker/com.circadia.circadiarespiratorytracker.ui.login.MainLoginView
[ADB] Getting install status for com.circadia.circadiarespiratorytracker
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package com.circadia.circadiarespiratorytracker’
[ADB] ‘com.circadia.circadiarespiratorytracker’ is installed
[ADB] Getting package info for ‘com.circadia.circadiarespiratorytracker’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package com.circadia.circadiarespiratorytracker’
[ADB] Cannot extract apk info using apkanalyzer. Falling back to aapt. Original error: Could not find ‘apkanalyzer.bat’ in [“C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\emulator\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\tools\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\tools\bin\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\build-tools\29.0.3\apkanalyzer.bat”]. Do you have Android Build Tools installed at ‘C:\Users\Admin\AppData\Local\Android\Sdk’?
[ADB] The version name of the installed ‘com.circadia.circadiarespiratorytracker’ is greater or equal to the application version name (‘1.0.0’ >= ‘1.0.0’)
[ADB] There is no need to install/upgrade ‘C://Users/Admin/Downloads/app-debug.apk’
[AndroidDriver] Performing fast reset on ‘com.circadia.circadiarespiratorytracker’
[ADB] Getting install status for com.circadia.circadiarespiratorytracker
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package com.circadia.circadiarespiratorytracker’
[ADB] ‘com.circadia.circadiarespiratorytracker’ is installed
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop com.circadia.circadiarespiratorytracker’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pm clear com.circadia.circadiarespiratorytracker’
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[BaseDriver] Waited for 106443 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:7,“value”:“No element found”}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[BaseDriver] Waited for 107163 ms so far
[AndroidDriver] Performed fast reset on the installed ‘com.circadia.circadiarespiratorytracker’ application (stop and clear)
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell rm -rf /data/local/tmp/strings.json’
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:7,“value”:“No element found”}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidDriver] Extracting strings from apk
[AndroidDriver] C://Users/Admin/Downloads/app-debug.apk
[AndroidDriver] undefined
[AndroidDriver] C:\Users\Admin\AppData\Local\Temp\com.circadia.circadiarespiratorytracker
[ADB] Extracting strings from for language: default
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[BaseDriver] Waited for 108337 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:7,“value”:“No element found”}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[BaseDriver] Waited for 109319 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:7,“value”:“No element found”}
[ADB] Successfully extracted 208 strings from ‘C://Users/Admin/Downloads/app-debug.apk’ resources for ‘(default)’ configuration
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell mkdir -p /data/local’
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 push C:\Users\Admin\AppData\Local\Temp\com.circadia.circadiarespiratorytracker\strings.json /data/local/tmp’
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] Watching for bootstrap disconnect
[ADB] Forwarding system: 4724 to device: 4724
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 forward tcp:4724 tcp:4724’
[UiAutomator] Starting UiAutomator
[UiAutomator] Moving to state ‘starting’
[UiAutomator] Parsing uiautomator jar
[UiAutomator] Found jar name: ‘AppiumBootstrap.jar’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell mkdir -p /data/local’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 push ‘C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\appium-android-driver\bootstrap\bin\AppiumBootstrap.jar’ /data/local/tmp/’
[AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[BaseDriver] Waited for 111528 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:7,“value”:“No element found”}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[ADB] Attempting to kill all uiautomator processes
[ADB] Getting IDs of all ‘uiautomator’ processes
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pgrep -f uiautomator’
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[ADB] Attempting to kill process 24078
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell kill -0 24078’
[AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[BaseDriver] Waited for 113647 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:7,“value”:“No element found”}
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell kill 24078’
[UiAutomator] UiAutomator exited unexpectedly with code 143, signal null
[UiAutomator] Moving to state ‘stopped’
[AndroidDriver] Shutting down Android driver
[Appium] Closing session, cause was ‘UiAUtomator shut down unexpectedly’
[Appium] Removing session 621d30b6-b1a4-43a1-b199-2d54f10ed5fa from our master session list
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop com.circadia.circadiarespiratorytracker’
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell kill 24078’
[W3C (621d30b6)] Encountered internal error running command: Error: Android bootstrap socket crashed: Error: This socket has been ended by the other party
[W3C (621d30b6)] at Socket.socketClient.on.err (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\appium-android-driver\lib\bootstrap.js:97:21)
[W3C (621d30b6)] at Socket.emit (events.js:182:13)
[W3C (621d30b6)] at Socket.writeAfterFIN [as write] (net.js:402:8)
[W3C (621d30b6)] at write (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\appium-android-driver\lib\bootstrap.js:122:25)
[W3C (621d30b6)] at Promise.cancellationExecute [as _execute] (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\bluebird\js\release\debuggability.js:449:9)
[W3C (621d30b6)] at Promise._resolveFromExecutor (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\bluebird\js\release\promise.js:518:18)
[W3C (621d30b6)] at new Promise (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\bluebird\js\release\promise.js:103:10)
[W3C (621d30b6)] at AndroidBootstrap.sendCommand (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\appium-android-driver\lib\bootstrap.js:118:18)
[W3C (621d30b6)] at AndroidBootstrap.sendCommand [as sendAction] (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\appium-android-driver\lib\bootstrap.js:161:23)
[W3C (621d30b6)] at AndroidDriver.sendAction [as doFindElementOrEls] (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:14:31)
[W3C (621d30b6)] at doFindElementOrEls (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\appium-android-driver\lib\commands\find.js:36:28)
[W3C (621d30b6)] at condFn (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\appium-base-driver\lib\basedriver\commands\timeout.js:157:18)
[W3C (621d30b6)] at condFn (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\asyncbox\lib\asyncbox.js:113:26)
[W3C (621d30b6)] at spin (C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\asyncbox\lib\asyncbox.js:122:20)
[ADB] Pressing the HOME button
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell input keyevent 3’
[UiAutomator] Starting UIAutomator
[ADB] Creating ADB subprocess with args: ["-P",5037,"-s",“emulator-5554”,“shell”,“uiautomator”,“runtest”,“AppiumBootstrap.jar”,"-c",“io.appium.android.bootstrap.Bootstrap”,"-e",“pkg”,“com.circadia.circadiarespiratorytracker”,"-e",“disableAndroidWatchers”,false,"-e",“acceptSslCerts”,false]
[UiAutomator] Moving to state ‘online’
[AndroidBootstrap] Android bootstrap socket is now connected
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys window’
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected
[AndroidBootstrap] Cannot shut down Android bootstrap; it has already shut down
[Logcat] Stopping logcat capture
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop io.appium.unlock’
[AndroidDriver] Screen already unlocked, doing nothing
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am start -W -n com.circadia.circadiarespiratorytracker/com.circadia.circadiarespiratorytracker.ui.login.MainLoginView -S’
[AndroidDriver] Not cleaning generated files. Add clearSystemFiles capability if wanted.
[ADB] Waiting up to 20000ms for activity matching pkg: ‘com.circadia.circadiarespiratorytracker’ and activity: ‘com.circadia.circadiarespiratorytracker.ui.login.MainLoginView’ to be focused
[ADB] Possible activities, to be checked: ‘com.circadia.circadiarespiratorytracker.ui.login.MainLoginView’, ‘com.circadia.circadiarespiratorytracker.com.circadia.circadiarespiratorytracker.ui.login.MainLoginView’
[ADB] Getting focused package and activity
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys window windows’
[ADB] Found package: ‘com.circadia.circadiarespiratorytracker’ and fully qualified activity name : ‘com.circadia.circadiarespiratorytracker.ui.login.MainLoginView’
[Appium] New AndroidDriver session created successfully, session e2198ed3-16b5-484d-80ef-c5ce859b6769 added to master session list
[BaseDriver] Event ‘newSessionStarted’ logged at 1585746859274 (06:14:19 GMT-0700 (Pacific Daylight Time))
[W3C (e2198ed3)] Cached the protocol value ‘W3C’ for the new session e2198ed3-16b5-484d-80ef-c5ce859b6769
[W3C (e2198ed3)] 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”:“Nexus 10 “,“udid”:“emulator-5554”,“platformVersion”:“9.0”,“uiautomator2ServerLaunchTimeout”:120000,“adbExecTimeout”:120000,“automationName”:“UiAutomator1”,“app”:“C://Users/Admin/Downloads/app-debug.apk”},“platformName”:“Android”,“deviceName”:“emulator-5554”,“udid”:“emulator-5554”,“platformVersion”:“9”,“uiautomator2ServerLaunchTimeout”:120000,“adbExecTimeout”:120000,“automationName”:“UiAutomator1”,“app”:“C://Users/Admin/Downloads/app-debug.apk”,“deviceUDID”:“emulator-5554”,“deviceScreenSize”:“1280x800”,“deviceModel”:“AOSP on IA Emulator”,“deviceManufacturer”:“Google”,“appPackage”:“com.circadia.circadiarespiratorytracker”,“appWaitPackage”:“com.circadia.circadiarespiratorytracker”,“appActivity”:“com.circadia.circadiarespiratorytracker.ui.login.MainLogin…
[HTTP] <-- POST /wd/hub/session 200 21228 ms - 1172
[HTTP]
[HTTP] --> POST /wd/hub/session
[HTTP] {“capabilities”:{“firstMatch”:[{“appium:deviceName”:“Nexus 10 “,“appium:udid”:“emulator-5554”,“platformName”:“Android”,“appium:platformVersion”:“9.0”,“appium:uiautomator2ServerLaunchTimeout”:120000,“appium:adbExecTimeout”:120000,“appium:automationName”:“UiAutomator1”,“appium:app”:“C://Users/Admin/Downloads/app-debug.apk”}]},“desiredCapabilities”:{“deviceName”:“Nexus 10 “,“udid”:“emulator-5554”,“platformName”:“Android”,“platformVersion”:“9.0”,“uiautomator2ServerLaunchTimeout”:120000,“adbExecTimeout”:120000,“automationName”:“UiAutomator1”,“app”:“C://Users/Admin/Downloads/app-debug.apk”}}
[W3C] Calling AppiumDriver.createSession() with args: [{“deviceName”:“Nexus 10 “,“udid”:“emulator-5554”,“platformName”:“Android”,“platformVersion”:“9.0”,“uiautomator2ServerLaunchTimeout”:120000,“adbExecTimeout”:120000,“automationName”:“UiAutomator1”,“app”:“C://Users/Admin/Downloads/app-debug.apk”},null,{“firstMatch”:[{“appium:deviceName”:“Nexus 10 “,“appium:udid”:“emulator-5554”,“platformName”:“Android”,“appium:platformVersion”:“9.0”,“appium:uiautomator2ServerLaunchTimeout”:120000,“appium:adbExecTimeout”:120000,“appium:automationName”:“UiAutomator1”,“appium:app”:“C://Users/Admin/Downloads/app-debug.apk”}]}]
[BaseDriver] Event ‘newSessionRequested’ logged at 1585746861438 (06:14:21 GMT-0700 (Pacific Daylight Time))
[Appium] Appium v1.15.1 creating new AndroidDriver (v4.20.0) session
[BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[BaseDriver] Creating session with W3C capabilities: {
[BaseDriver] “alwaysMatch”: {
[BaseDriver] “platformName”: “Android”,
[BaseDriver] “appium:deviceName”: “Nexus 10 “,
[BaseDriver] “appium:udid”: “emulator-5554”,
[BaseDriver] “appium:platformVersion”: “9.0”,
[BaseDriver] “appium:uiautomator2ServerLaunchTimeout”: 120000,
[BaseDriver] “appium:adbExecTimeout”: 120000,
[BaseDriver] “appium:automationName”: “UiAutomator1”,
[BaseDriver] “appium:app”: “C://Users/Admin/Downloads/app-debug.apk”
[BaseDriver] },
[BaseDriver] “firstMatch”: [
[BaseDriver] {}
[BaseDriver] ]
[BaseDriver] }
[BaseDriver] The following capabilities were provided, but are not recognized by Appium:
[BaseDriver] uiautomator2ServerLaunchTimeout
[BaseDriver] Session created with session id: 35c4a121-0314-4f18-9d89-2bee6382f342
[ADB] Using ‘adb.exe’ from ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe’
[AndroidDriver] Retrieving device list
[ADB] Trying to find a connected android device
[ADB] Getting connected devices…
[ADB] Connected devices: [{“udid”:“emulator-5554”,“state”:“device”}]
[AndroidDriver] Using device: emulator-5554
[ADB] Using ‘adb.exe’ from ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe’
[ADB] Setting device id to emulator-5554
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk’
[ADB] Current device property ‘ro.build.version.sdk’: 28
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.build.version.release’
[ADB] Current device property ‘ro.build.version.release’: 9
[ADB] Device API level: 28
[AndroidDriver] Consider setting ‘automationName’ capability to ‘uiautomator2’ on Android >= 6, since UIAutomator framework is not maintained anymore by the OS vendor.
[BaseDriver] Using local app ‘C://Users/Admin/Downloads/app-debug.apk’
[AndroidDriver] Checking whether app is actually present
[AndroidDriver] Starting Android session
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 wait-for-device’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell echo ping’
[AndroidDriver] Pushing settings apk to device…
[ADB] Getting install status for io.appium.settings
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings’
[ADB] ‘io.appium.settings’ is installed
[ADB] Getting package info for ‘io.appium.settings’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings’
[ADB] Cannot extract apk info using apkanalyzer. Falling back to aapt. Original error: Could not find ‘apkanalyzer.bat’ in [“C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\emulator\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\tools\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\tools\bin\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\build-tools\29.0.3\apkanalyzer.bat”]. Do you have Android Build Tools installed at ‘C:\Users\Admin\AppData\Local\Android\Sdk’?
[ADB] Using ‘aapt.exe’ from ‘C:\Users\Admin\AppData\Local\Android\Sdk\build-tools\29.0.3\aapt.exe’
[ADB] The version name of the installed ‘io.appium.settings’ is greater or equal to the application version name (‘2.14.2’ >= ‘2.14.2’)
[ADB] There is no need to install/upgrade ‘C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk’
[ADB] Getting IDs of all ‘io.appium.settings’ processes
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell ‘pgrep --help; echo $?’’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pgrep -f io\.appium\.settings’
[AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell appops set io.appium.settings android:mock_location allow’
[Logcat] Starting logcat capture
[ADB] Getting device platform version
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.build.version.release’
[ADB] Current device property ‘ro.build.version.release’: 9
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell wm size’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.product.model’
[ADB] Current device property ‘ro.product.model’: AOSP on IA Emulator
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell getprop ro.product.manufacturer’
[ADB] Current device property ‘ro.product.manufacturer’: Google
[AndroidDriver] Parsing package and activity from app manifest
[ADB] Using the alternative activity name detection method because of: Could not find ‘apkanalyzer.bat’ in [“C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\emulator\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\tools\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\tools\bin\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\build-tools\29.0.3\apkanalyzer.bat”]. Do you have Android Build Tools installed at ‘C:\Users\Admin\AppData\Local\Android\Sdk’?
[ADB] Extracting package and launch activity from manifest
[ADB] Package name: ‘com.circadia.circadiarespiratorytracker’
[ADB] Main activity name: ‘com.circadia.circadiarespiratorytracker.ui.login.MainLoginView’
[AndroidDriver] Parsed package and activity are: com.circadia.circadiarespiratorytracker/com.circadia.circadiarespiratorytracker.ui.login.MainLoginView
[ADB] Getting install status for com.circadia.circadiarespiratorytracker
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package com.circadia.circadiarespiratorytracker’
[ADB] ‘com.circadia.circadiarespiratorytracker’ is installed
[ADB] Getting package info for ‘com.circadia.circadiarespiratorytracker’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package com.circadia.circadiarespiratorytracker’
[ADB] Cannot extract apk info using apkanalyzer. Falling back to aapt. Original error: Could not find ‘apkanalyzer.bat’ in [“C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\emulator\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\tools\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\tools\bin\apkanalyzer.bat”,“C:\Users\Admin\AppData\Local\Android\Sdk\build-tools\29.0.3\apkanalyzer.bat”]. Do you have Android Build Tools installed at ‘C:\Users\Admin\AppData\Local\Android\Sdk’?
[ADB] The version name of the installed ‘com.circadia.circadiarespiratorytracker’ is greater or equal to the application version name (‘1.0.0’ >= ‘1.0.0’)
[ADB] There is no need to install/upgrade ‘C://Users/Admin/Downloads/app-debug.apk’
[AndroidDriver] Performing fast reset on ‘com.circadia.circadiarespiratorytracker’
[ADB] Getting install status for com.circadia.circadiarespiratorytracker
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys package com.circadia.circadiarespiratorytracker’
[ADB] ‘com.circadia.circadiarespiratorytracker’ is installed
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop com.circadia.circadiarespiratorytracker’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pm clear com.circadia.circadiarespiratorytracker’
[AndroidDriver] Performed fast reset on the installed ‘com.circadia.circadiarespiratorytracker’ application (stop and clear)
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell rm -rf /data/local/tmp/strings.json’
[AndroidDriver] Extracting strings from apk
[AndroidDriver] C://Users/Admin/Downloads/app-debug.apk
[AndroidDriver] undefined
[AndroidDriver] C:\Users\Admin\AppData\Local\Temp\com.circadia.circadiarespiratorytracker
[ADB] Extracting strings from for language: default
[ADB] Successfully extracted 208 strings from ‘C://Users/Admin/Downloads/app-debug.apk’ resources for ‘(default)’ configuration
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell mkdir -p /data/local’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 push C:\Users\Admin\AppData\Local\Temp\com.circadia.circadiarespiratorytracker\strings.json /data/local/tmp’
[AndroidBootstrap] Watching for bootstrap disconnect
[ADB] Forwarding system: 4724 to device: 4724
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 forward tcp:4724 tcp:4724’
[UiAutomator] Starting UiAutomator
[UiAutomator] Moving to state ‘starting’
[UiAutomator] Parsing uiautomator jar
[UiAutomator] Found jar name: ‘AppiumBootstrap.jar’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell mkdir -p /data/local’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 push ‘C:\Program Files\Appium\resources\app\node_modules\appium\node_modules\appium-android-driver\bootstrap\bin\AppiumBootstrap.jar’ /data/local/tmp/’
[ADB] Attempting to kill all uiautomator processes
[ADB] Getting IDs of all ‘uiautomator’ processes
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell pgrep -f uiautomator’
[ADB] Attempting to kill process 24365
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell kill -0 24365’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell kill 24365’
[UiAutomator] UiAutomator exited unexpectedly with code 143, signal null
[UiAutomator] Moving to state ‘stopped’
[AndroidDriver] Shutting down Android driver
[Appium] Closing session, cause was ‘UiAUtomator shut down unexpectedly’
[Appium] Removing session e2198ed3-16b5-484d-80ef-c5ce859b6769 from our master session list
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop com.circadia.circadiarespiratorytracker’
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell kill 24365’
[ADB] Pressing the HOME button
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell input keyevent 3’
[UiAutomator] Starting UIAutomator
[ADB] Creating ADB subprocess with args: [”-P”,5037,”-s”,“emulator-5554”,“shell”,“uiautomator”,“runtest”,“AppiumBootstrap.jar”,”-c”,“io.appium.android.bootstrap.Bootstrap”,”-e”,“pkg”,“com.circadia.circadiarespiratorytracker”,”-e”,“disableAndroidWatchers”,false,”-e”,“acceptSslCerts”,false]
[UiAutomator] Moving to state ‘online’
[AndroidBootstrap] Android bootstrap socket is now connected
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys window’
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] json loading complete.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected
[AndroidBootstrap] Cannot shut down Android bootstrap; it has already shut down
[Logcat] Stopping logcat capture
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop io.appium.unlock’
[AndroidDriver] Screen already unlocked, doing nothing
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am start -W -n com.circadia.circadiarespiratorytracker/com.circadia.circadiarespiratorytracker.ui.login.MainLoginView -S’
[AndroidDriver] Not cleaning generated files. Add clearSystemFiles capability if wanted.
[ADB] Waiting up to 20000ms for activity matching pkg: ‘com.circadia.circadiarespiratorytracker’ and activity: ‘com.circadia.circadiarespiratorytracker.ui.login.MainLoginView’ to be focused
[ADB] Possible activities, to be checked: ‘com.circadia.circadiarespiratorytracker.ui.login.MainLoginView’, ‘com.circadia.circadiarespiratorytracker.com.circadia.circadiarespiratorytracker.ui.login.MainLoginView’
[ADB] Getting focused package and activity
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys window windows’
[ADB] Found package: ‘com.circadia.circadiarespiratorytracker’ and fully qualified activity name : ‘com.circadia.circadiarespiratorytracker.ui.login.MainLoginView’
[Appium] New AndroidDriver session created successfully, session 35c4a121-0314-4f18-9d89-2bee6382f342 added to master session list
[BaseDriver] Event ‘newSessionStarted’ logged at 1585746882951 (06:14:42 GMT-0700 (Pacific Daylight Time))
[W3C (35c4a121)] Cached the protocol value ‘W3C’ for the new session 35c4a121-0314-4f18-9d89-2bee6382f342
[W3C (35c4a121)] 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”:“Nexus 10 “,“udid”:“emulator-5554”,“platformVersion”:“9.0”,“uiautomator2ServerLaunchTimeout”:120000,“adbExecTimeout”:120000,“automationName”:“UiAutomator1”,“app”:“C://Users/Admin/Downloads/app-debug.apk”},“platformName”:“Android”,“deviceName”:“emulator-5554”,“udid”:“emulator-5554”,“platformVersion”:“9”,“uiautomator2ServerLaunchTimeout”:120000,“adbExecTimeout”:120000,“automationName”:“UiAutomator1”,“app”:“C://Users/Admin/Downloads/app-debug.apk”,“deviceUDID”:“emulator-5554”,“deviceScreenSize”:“1280x800”,“deviceModel”:“AOSP on IA Emulator”,“deviceManufacturer”:“Google”,“appPackage”:“com.circadia.circadiarespiratorytracker”,“appWaitPackage”:“com.circadia.circadiarespiratorytracker”,“appActivity”:“com.circadia.circadiarespiratorytracker.ui.login.MainLogin…
[HTTP] <-- POST /wd/hub/session 200 21516 ms - 1172
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element
[HTTP] {“using”:“id”,“value”:“com.circadia.circadiarespiratorytracker:id/emailText”}
[W3C (35c4a121)] Calling AppiumDriver.findElement() with args: [“id”,“com.circadia.circadiarespiratorytracker:id/emailText”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[BaseDriver] Waiting up to 0 ms for condition
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/emailText”,“context”:””,“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/emailText”,“context”:””,“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/emailText’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/emailText]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“1”}}
[AndroidBootstrap] Received command result from bootstrap
[W3C (35c4a121)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“1”,“ELEMENT”:“1”}
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element 200 88 ms - 67
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/1/value
[HTTP] {“text”:“[email protected]”,“value”:[“n”,“y”,“h”,“a”,“j”,“r”,".",“9”,“7”,"@",“g”,“m”,“a”,“i”,“l”,".",“c”,“o”,“m”],“id”:“1”}
[W3C (35c4a121)] Calling AppiumDriver.setValue() with args: [[“n”,“y”,“h”,“a”,“j”,“r”,".",“9”,“7”,"@",“g”,“m”,“a”,“i”,“l”,".",“c”,“o”,“m”],“1”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“1”,“text”:“[email protected]”,“replace”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“1”,“text”:“[email protected]”,“replace”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 1
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: [email protected]
[AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:true}
[W3C (35c4a121)] Responding to client with driver.setValue() result: true
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/1/value 200 8750 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/timeouts
[HTTP] {“implicit”:5000000}
[W3C (35c4a121)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000000,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] W3C timeout argument: {“implicit”:5000000}}
[BaseDriver] Set implicit wait to 5000000ms
[W3C (35c4a121)] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/timeouts 200 7 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element
[HTTP] {“using”:“xpath”,“value”:"/ hierarchy / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.LinearLayout / android.widget.ImageView"}
[W3C (35c4a121)] Calling AppiumDriver.findElement() with args: [“xpath”,"/ hierarchy / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.LinearLayout / android.widget.ImageView",“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[BaseDriver] Waiting up to 5000000 ms for condition
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:"/ hierarchy / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.LinearLayout / android.widget.ImageView",“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“xpath”,“selector”:"/ hierarchy / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.LinearLayout / android.widget.ImageView",“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘/ hierarchy / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.FrameLayout / android.widget.LinearLayout / android.widget.LinearLayout / android.widget.ImageView’ using ‘XPATH’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[CLASS=android.widget.ImageView, INSTANCE=0]
[AndroidBootstrap] Received command result from bootstrap
[W3C (35c4a121)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“2”,“ELEMENT”:“2”}
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element 200 448 ms - 67
[HTTP]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“2”}}
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/2/click
[HTTP] {“id”:“2”}
[W3C (35c4a121)] Calling AppiumDriver.click() with args: [“2”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“2”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“2”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: click
[AndroidBootstrap] Received command result from bootstrap
[W3C (35c4a121)] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/2/click 200 318 ms - 14
[HTTP]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:true}
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/timeouts
[HTTP] {“implicit”:5000000}
[W3C (35c4a121)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000000,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] W3C timeout argument: {“implicit”:5000000}}
[BaseDriver] Set implicit wait to 5000000ms
[W3C (35c4a121)] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/timeouts 200 24 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element
[HTTP] {“using”:“id”,“value”:“com.circadia.circadiarespiratorytracker:id/BTlogin”}
[W3C (35c4a121)] Calling AppiumDriver.findElement() with args: [“id”,“com.circadia.circadiarespiratorytracker:id/BTlogin”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[BaseDriver] Waiting up to 5000000 ms for condition
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/BTlogin”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/BTlogin”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/BTlogin’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/BTlogin]
[AndroidBootstrap] Received command result from bootstrap
[W3C (35c4a121)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“3”,“ELEMENT”:“3”}
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element 200 896 ms - 67
[HTTP]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“3”}}
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/3/click
[HTTP] {“id”:“3”}
[W3C (35c4a121)] Calling AppiumDriver.click() with args: [“3”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“3”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“3”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: click
[AndroidBootstrap] Received command result from bootstrap
[W3C (35c4a121)] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/3/click 200 3193 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/timeouts
[HTTP] {“implicit”:5000000}
[W3C (35c4a121)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000000,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] W3C timeout argument: {“implicit”:5000000}}
[BaseDriver] Set implicit wait to 5000000ms
[W3C (35c4a121)] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/timeouts 200 4 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element
[HTTP] {“using”:“id”,“value”:“com.circadia.circadiarespiratorytracker:id/ETpassword”}
[W3C (35c4a121)] Calling AppiumDriver.findElement() with args: [“id”,“com.circadia.circadiarespiratorytracker:id/ETpassword”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[BaseDriver] Waiting up to 5000000 ms for condition
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ETpassword”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:true}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ETpassword”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ETpassword’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ETpassword]
[AndroidBootstrap] Received command result from bootstrap
[W3C (35c4a121)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“4”,“ELEMENT”:“4”}
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element 200 30 ms - 67
[HTTP]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“4”}}
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/4/value
[HTTP] {“text”:“1111111”,“value”:[“1”,“1”,“1”,“1”,“1”,“1”,“1”],“id”:“4”}
[W3C (35c4a121)] Calling AppiumDriver.setValue() with args: [[“1”,“1”,“1”,“1”,“1”,“1”,“1”],“4”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“4”,“text”:“1111111”,“replace”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“4”,“text”:“1111111”,“replace”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 4
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text remains after clearing, but it appears to be hint text.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Text not cleared. Assuming remainder is hint text.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: 1111111
[AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:true}
[W3C (35c4a121)] Responding to client with driver.setValue() result: true
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/4/value 200 6524 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element
[HTTP] {“using”:“id”,“value”:“com.circadia.circadiarespiratorytracker:id/OK”}
[W3C (35c4a121)] Calling AppiumDriver.findElement() with args: [“id”,“com.circadia.circadiarespiratorytracker:id/OK”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[BaseDriver] Waiting up to 5000000 ms for condition
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/OK”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/OK”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/OK’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/OK]
[AndroidBootstrap] Received command result from bootstrap
[W3C (35c4a121)] Responding to client with driver.findElement() result: {“element-6066-11e4-a52e-4f735466cecf”:“5”,“ELEMENT”:“5”}
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element 200 537 ms - 67
[HTTP]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:{“ELEMENT”:“5”}}
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/5/click
[HTTP] {“id”:“5”}
[W3C (35c4a121)] Calling AppiumDriver.click() with args: [“5”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“5”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“5”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: click
[AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:true}
[W3C (35c4a121)] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/5/click 200 698 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/timeouts
[HTTP] {“implicit”:5000000}
[W3C (35c4a121)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000000,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] W3C timeout argument: {“implicit”:5000000}}
[BaseDriver] Set implicit wait to 5000000ms
[W3C (35c4a121)] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/timeouts 200 4 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/elements
[HTTP] {“using”:“id”,“value”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”}
[W3C (35c4a121)] Calling AppiumDriver.findElements() with args: [“id”,“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[BaseDriver] Waiting up to 5000000 ms for condition
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 717 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 1833 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 2707 ms so far
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 3377 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[BaseDriver] Waited for 3965 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 4599 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[BaseDriver] Waited for 5248 ms so far
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 6164 ms so far
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 6862 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 7560 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 8241 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[BaseDriver] Waited for 9469 ms so far
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 10643 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 11869 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 12500 ms so far
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 13396 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 14329 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[BaseDriver] Waited for 15065 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[]}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/txt_pin_entry”,“context”:"",“multiple”:true}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/txt_pin_entry’ using ‘ID’ with the contextId: ‘’ multiple: true
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements selector:UiSelector[RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (0)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Element[] is null: (1)
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] getElements tmp selector:UiSelector[INSTANCE=1, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/txt_pin_entry]
[AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:[{“ELEMENT”:“6”}]}
[W3C (35c4a121)] Responding to client with driver.findElements() result: [{“element-6066-11e4-a52e-4f735466cecf”:“6”,“ELEMENT”:“6”}]
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/elements 200 17912 ms - 69
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/timeouts
[HTTP] {“implicit”:5000000}
[W3C (35c4a121)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000000,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] W3C timeout argument: {“implicit”:5000000}}
[BaseDriver] Set implicit wait to 5000000ms
[W3C (35c4a121)] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/timeouts 200 7 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/6/value
[HTTP] {“text”:“0000”,“value”:[“0”,“0”,“0”,“0”],“id”:“6”}
[W3C (35c4a121)] Calling AppiumDriver.setValue() with args: [[“0”,“0”,“0”,“0”],“6”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“6”,“text”:“0000”,“replace”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“6”,“text”:“0000”,“replace”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 6
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: 0000
[AndroidBootstrap] Received command result from bootstrap
[W3C (35c4a121)] Responding to client with driver.setValue() result: true
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/6/value 200 4618 ms - 14
[HTTP]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:true}
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/6/value
[HTTP] {“text”:“0000”,“value”:[“0”,“0”,“0”,“0”],“id”:“6”}
[W3C (35c4a121)] Calling AppiumDriver.setValue() with args: [[“0”,“0”,“0”,“0”],“6”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“6”,“text”:“0000”,“replace”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:setText”,“params”:{“elementId”:“6”,“text”:“0000”,“replace”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: setText
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using element passed in: 6
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Attempting to clear using UiObject.clearText().
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Sending plain text to element: 0000
[AndroidBootstrap] Received command result from bootstrap
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:true}
[W3C (35c4a121)] Responding to client with driver.setValue() result: true
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element/6/value 200 5447 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/timeouts
[HTTP] {“implicit”:5000000}
[W3C (35c4a121)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,5000000,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] W3C timeout argument: {“implicit”:5000000}}
[BaseDriver] Set implicit wait to 5000000ms
[W3C (35c4a121)] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/timeouts 200 13 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element
[HTTP] {“using”:“id”,“value”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”}
[W3C (35c4a121)] Calling AppiumDriver.findElement() with args: [“id”,“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“35c4a121-0314-4f18-9d89-2bee6382f342”]
[BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[BaseDriver] Waiting up to 5000000 ms for condition
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[BaseDriver] Waited for 3441 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:7,“value”:“No element found”}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[AndroidBootstrap] Received command result from bootstrap
[MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[BaseDriver] Waited for 86605 ms so far
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:7,“value”:“No element found”}
[AndroidBootstrap] Sending command to android: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“find”,“params”:{“strategy”:“id”,“selector”:“com.circadia.circadiarespiratorytracker:id/ic_hamburger”,“context”:"",“multiple”:false}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: find
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[HTTP] <-- POST /wd/hub/session/35c4a121-0314-4f18-9d89-2bee6382f342/element - - ms - -
[HTTP]
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Failed to locate element. Clearing Accessibility cache and retrying.
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Finding ‘com.circadia.circadiarespiratorytracker:id/ic_hamburger’ using ‘ID’ with the contextId: ‘’ multiple: false
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.circadia.circadiarespiratorytracker:id/ic_hamburger]
[UiAutomator] UiAutomator exited unexpectedly with code 0, signal null
[UiAutomator] Moving to state ‘stopped’
[Logcat] Logcat terminated with code 0, signal null
[AndroidDriver] Shutting down Android driver
[Appium] Closing session, cause was ‘UiAUtomator shut down unexpectedly’
[Appium] Removing session 35c4a121-0314-4f18-9d89-2bee6382f342 from our master session list
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop com.circadia.circadiarespiratorytracker’
[Logcat] Logcat terminated with code 0, signal null
[ADB] Error sending command, reconnecting device and retrying: shell,am,force-stop,com.circadia.circadiarespiratorytracker
[ADB] Trying to find a connected android device
[ADB] Getting connected devices…
[ADB] No connected devices have been detected
[ADB] Could not find devices, restarting adb server…
[ADB] Restarting adb
[ADB] Killing adb server on port 5037
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 kill-server’
[Logcat] Logcat terminated with code 0, signal null
[Logcat] Logcat terminated with code 0, signal null
[ADB] Getting connected devices…
[ADB] No connected devices have been detected
[ADB] Could not find devices, restarting adb server…
[ADB] Restarting adb
[ADB] Killing adb server on port 5037
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 kill-server’
[ADB] Getting connected devices…
[ADB] No connected devices have been detected
[ADB] Could not find devices, restarting adb server…
[ADB] Restarting adb
[ADB] Killing adb server on port 5037
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 kill-server’
[ADB] Getting connected devices…
[ADB] No connected devices have been detected
[ADB] Could not find devices, restarting adb server…
[ADB] Restarting adb
[ADB] Killing adb server on port 5037
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 kill-server’
[ADB] Getting connected devices…
[ADB] No connected devices have been detected
[ADB] Could not find devices, restarting adb server…
[ADB] Restarting adb
[ADB] Killing adb server on port 5037
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 kill-server’
[ADB] Getting connected devices…
[ADB] No connected devices have been detected
[ADB] Could not find devices, restarting adb server…
[ADB] Restarting adb
[ADB] Killing adb server on port 5037
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 kill-server’
[ADB] Getting connected devices…
[ADB] No connected devices have been detected
[ADB] Could not find devices, restarting adb server…
[ADB] Restarting adb
[ADB] Killing adb server on port 5037
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 kill-server’
[ADB] Getting connected devices…
[ADB] No connected devices have been detected
[ADB] Could not find devices, restarting adb server…
[ADB] Restarting adb
[ADB] Killing adb server on port 5037
[ADB] Running ‘C:\Users\Admin\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 kill-server’
[ADB] Could not find devices, restarting adb server…
[ADB] Restarting adb
[ADB] Killing adb server on port 5037