Can't change context to WEBVIEW_chrome / 'Chrome keeps stopping' message

I have written some tests that open Chrome on Android from a link in a native app. These have been stable for a while. The issue is that starting today, for reasons I don’t yet understand, Chrome is often throwing up the “Chrome keeps stopping” error. Other times, it may or may not throw that error message, but the appium driver cannot change context to WEBVIEW_chrome and gets stuck in an infinite loop, other times it is able to run the tests fine (but typically not all of them in a row, at least one will fail for one of the two reasons above).

I have already tried uninstalling io.appium.uiautomator2.server and io.appium.uiautomator2.server.test, wiping the android device’s data and cold booting, and deleting chromedrivers (my tests auto-download the appropriate driver).

It has something to do with Appium’s interaction with chrome, because chrome isn’t throwing the error when I manually run through the test on the emulator.

Any help pointing me towards a solution would be greatly appreciated.

Provide the full server log with chromedriver logging enabled

An update since my original post: I am able to see Chrome throw the ‘Chrome keeps stopping’ box sometimes manually, and it will often throw one box up for each backgrounded tab. However, it happens much more consistently with the appium test, and it happens even if there isn’t a tab in the background.

Here is the full appium log for a failing test:

[debug] [HTTP] Request idempotency key: 6bb6076e-5e90-40d1-8431-a12adc695ed0
[HTTP] --> POST /session
[HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"appium:app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","appium:autoLaunch":true,"appium:automationName":"UIAutomator2","appium:chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","appium:optionalIntentArguments":"-e \"environment\" \"MOCK\"","appium:showChromedriverLog":true,"appium:uninstallOtherPackages":"com.[REDACTED].member.debug","platformName":"ANDROID"}}}
[debug] [AppiumDriver@ee7f] Calling AppiumDriver.createSession() with args: [null,null,{"firstMatch":[{}],"alwaysMatch":{"appium:app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","appium:autoLaunch":true,"appium:automationName":"UIAutomator2","appium:chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","appium:optionalIntentArguments":"-e \"environment\" \"MOCK\"","appium:showChromedriverLog":true,"appium:uninstallOtherPackages":"com.[REDACTED].member.debug","platformName":"ANDROID"}}]
[debug] [AppiumDriver@ee7f] Event 'newSessionRequested' logged at 1694124699378 (17:11:39 GMT-0500 (Central Daylight Time))
[Appium] Attempting to find matching driver for automationName 'UIAutomator2' and platformName 'ANDROID'
[Appium] The 'uiautomator2' driver was installed and matched caps.
[Appium] Will require it at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver
[debug] [Appium] Requiring driver at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver
[AppiumDriver@ee7f] Appium v2.1.3 creating new AndroidUiautomator2Driver (v2.29.5) session
[AppiumDriver@ee7f] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@ee7f] Appium's BaseDriver version is 9.3.20
[AppiumDriver@ee7f] AndroidUiautomator2Driver's BaseDriver version is 9.3.20
[AppiumDriver@ee7f] Applying relaxed security to 'AndroidUiautomator2Driver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
[AppiumDriver@ee7f] Explicitly enabling use of insecure features:
[AppiumDriver@ee7f]     chromedriver_autodownload
[debug] [AndroidUiautomator2Driver@0cf6] Creating session with W3C capabilities: {
[debug] [AndroidUiautomator2Driver@0cf6]   "alwaysMatch": {
[debug] [AndroidUiautomator2Driver@0cf6]     "platformName": "ANDROID",
[debug] [AndroidUiautomator2Driver@0cf6]     "appium:app": "/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk",
[debug] [AndroidUiautomator2Driver@0cf6]     "appium:autoLaunch": true,
[debug] [AndroidUiautomator2Driver@0cf6]     "appium:automationName": "UIAutomator2",
[debug] [AndroidUiautomator2Driver@0cf6]     "appium:chromedriverExecutableDir": "/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/",
[debug] [AndroidUiautomator2Driver@0cf6]     "appium:optionalIntentArguments": "-e \"environment\" \"MOCK\"",
[debug] [AndroidUiautomator2Driver@0cf6]     "appium:showChromedriverLog": true,
[debug] [AndroidUiautomator2Driver@0cf6]     "appium:uninstallOtherPackages": "com.[REDACTED].member.debug"
[debug] [AndroidUiautomator2Driver@0cf6]   },
[debug] [AndroidUiautomator2Driver@0cf6]   "firstMatch": [
[debug] [AndroidUiautomator2Driver@0cf6]     {}
[debug] [AndroidUiautomator2Driver@0cf6]   ]
[debug] [AndroidUiautomator2Driver@0cf6] }
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Session created with session id: fcffc193-cdde-4bac-8e9e-344e4717913c
[BaseDriver] Using local app '/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Checking whether app is actually present
[ADB] Using 'adb' from '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 start-server'
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices
[debug] [ADB] Connected devices: [{"udid":"emulator-5554","state":"device"}]
[AndroidDriver] Using device: emulator-5554
[ADB] Using 'adb' from '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 start-server'
[debug] [ADB] Setting device id to emulator-5554
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk'
[debug] [ADB] Current device property 'ro.build.version.sdk': 33
[ADB] Getting device platform version
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 13
[debug] [ADB] Device API level: 33
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Relaxing hidden api policy
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'settings put global hidden_api_policy_pre_p_apps 1;settings put global hidden_api_policy_p_apps 1;settings put global hidden_api_policy 1''
[debug] [AndroidDriver] Parsing package and activity from app manifest
[ADB] Package name: 'com.[REDACTED].member.debug'
[ADB] Main activity name: 'com.[REDACTED].member.android.MainActivity'
[debug] [AndroidDriver] Parsed package and activity are: com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping'
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting package info for 'io.appium.settings'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
[debug] [ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('5.1.0' >= '5.1.0')
[debug] [ADB] There is no need to install/upgrade '/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
[debug] [ADB] Getting IDs of all 'io.appium.settings' processes
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'pgrep --help; echo $?''
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)'
[debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
[debug] [Logcat] Starting logs capture with command: /Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 logcat -v threadtime
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Forwarding UiAutomator2 Server port 6790 to local port 8200
[debug] [ADB] Forwarding system: 8200 to device: 6790
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp:8200 tcp:6790'
[debug] [ADB] Checking app cert for /Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v5.12.3.apk
[debug] [ADB] Checking app cert for /Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] Using the previously cached signature entry for 'appium-uiautomator2-server-debug-androidTest.apk'
[debug] [ADB] sha256 hash did match for 'appium-uiautomator2-server-debug-androidTest.apk'
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm path io.appium.uiautomator2.server.test'
[debug] [ADB] 'io.appium.uiautomator2.server.test' is installed
[debug] [ADB] Using the previously cached signature entry for 'appium-uiautomator2-server-v5.12.3.apk'
[debug] [ADB] sha256 hash did match for 'appium-uiautomator2-server-v5.12.3.apk'
[debug] [ADB] Getting package info for 'io.appium.uiautomator2.server'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server'
[debug] [ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('5.12.3' >= '5.12.3')
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Server packages status: [{"wasSigned":true,"installState":"sameVersionInstalled","appPath":"/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v5.12.3.apk","appId":"io.appium.uiautomator2.server"},{"wasSigned":true,"installState":"sameVersionInstalled","appPath":"/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk","appId":"io.appium.uiautomator2.server.test"}]
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Server packages are not going to be (re)installed
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 30000ms for services to be available
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list instrumentation'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[debug] [ADB] Got the following command chunks to execute: [["dumpsys","deviceidle","whitelist","+io.appium.settings",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server.test",";"]]
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[debug] [AndroidDriver] Uninstalling packages: com.[REDACTED].member.debug
[debug] [ADB] Uninstalling com.[REDACTED].member.debug
[debug] [ADB] Getting install status for com.[REDACTED].member.debug
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm path com.[REDACTED].member.debug'
[debug] [ADB] 'com.[REDACTED].member.debug' is installed
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.[REDACTED].member.debug'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 uninstall com.[REDACTED].member.debug'
[debug] [ADB] 'adb uninstall com.[REDACTED].member.debug' command output: Success
[ADB] com.[REDACTED].member.debug was successfully uninstalled
[debug] [ADB] Checking app cert for /Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk
[debug] [ADB] Using the previously cached signature entry for '[REDACTED]Member-5.3.1218(1)-debug.apk'
[debug] [ADB] Getting package info for 'com.[REDACTED].member.debug'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.[REDACTED].member.debug'
[debug] [ADB] App '/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk' is not installed
[debug] [ADB] Installing '/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 features'
[ADB] The application at '/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk' will not be cached, because the device under test has confirmed the support of streamed installs
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install /Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk'
[ADB] The installation of '[REDACTED]Member-5.3.1218(1)-debug.apk' took 1185ms
[debug] [ADB] Install command stdout: Performing Streamed Install
[debug] [ADB] Success
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Performing shallow cleanup of automation leftovers
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] No obsolete sessions have been detected (socket hang up)
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test'
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Starting UIAutomator2 server 5.12.3
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Using UIAutomator2 server from '/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v5.12.3.apk' and test from '/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 30000ms for UiAutomator2 to be online...
[debug] [ADB] Creating ADB subprocess with args: ["-P","5037","-s","emulator-5554","shell","am","instrument","-w","-e","disableAnalytics",true,"io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@0cf6 (fcffc193)] socket hang up
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@0cf6 (fcffc193)] socket hang up
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@0cf6 (fcffc193)] socket hang up
[debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@0cf6 (fcffc193)] socket hang up
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] The initialization of the instrumentation process took 4178ms
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/session' to command name 'createSession'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /session] to [POST http://127.0.0.1:8200/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"ANDROID","app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","autoLaunch":true,"automationName":"UIAutomator2","chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","optionalIntentArguments":"-e \"environment\" \"MOCK\"","showChromedriverLog":true,"uninstallOtherPackages":"com.[REDACTED].member.debug"},"platformName":"ANDROID","app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","autoLaunch":true,"automationName":"UIAutomator2","chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","optionalIntentArguments":"-e \"environ...
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"ANDROID","app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","autoLaunch":true,"automationName":"UIAutomator2","chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","optionalIntentArguments":"-e \"environment\" \"MOCK\"","showChromedriverLog":true,"uninstallOtherPackages":"com.[REDACTED].member.debug"},"platformName":"ANDROID","app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","autoLaunch":true,"automationName":"UIAutomator2","chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testD...
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Determined the downstream protocol as 'W3C'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/appium/device/info] with no body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"androidId":"703da71400f54e9a","apiVersion":"33","bluetooth":{"state":"ON"},"brand":"google","carrierName":"T-Mobile","displayDensity":420,"locale":"en_US","manufacturer":"Google","model":"sdk_gphone64_arm64","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":4300,"linkUpstreamBandwidthKbps":1800,"networkCapabilities":"NET_CAPABILITY_MMS,NET_CAPABILITY_SUPL,NET_CAPABILITY_DUN,NET_CAPABILITY_FOTA,NET_CAPABILITY_IMS,NET_CAPABILITY_CBS,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","signalStrength":-2147483648,"transportTypes":"TRANSPORT_CELLULAR"},"detailedState":"CONNECTED","extraInfo":"epc.tmobile.com","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":10,"subtypeName":"HSPA","type":0,"typeName":"MOBILE"},{"capabilitie...
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window'
[AndroidDriver] Screen already unlocked, doing nothing
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Starting 'com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity and waiting for 'com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -W -n com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -e "environment" "MOCK"'
[debug] [ADB] Waiting up to 20000ms for activity matching pkg: 'com.[REDACTED].member.debug' and activity: 'com.[REDACTED].member.android.MainActivity' to be focused
[debug] [ADB] Possible activities, to be checked: 'com.[REDACTED].member.android.MainActivity', 'com.[REDACTED].member.debug.com.[REDACTED].member.android.MainActivity'
[debug] [ADB] Getting focused package and activity
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window displays'
[debug] [ADB] Found package: 'com.[REDACTED].member.debug' and fully qualified activity name : 'com.[REDACTED].member.android.MainActivity'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/appium/device/pixel_ratio] with no body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":2.625}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/appium/device/system_bars] with no body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"statusBar":63}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/window/current/size' to command name 'getWindowSize'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/window/current/size] with no body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"height":2337,"width":1080}}
[AppiumDriver@ee7f] New AndroidUiautomator2Driver session created successfully, session fcffc193-cdde-4bac-8e9e-344e4717913c added to master session list
[debug] [AppiumDriver@ee7f] Event 'newSessionStarted' logged at 1694124717352 (17:11:57 GMT-0500 (Central Daylight Time))
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Cached the protocol value 'W3C' for the new session fcffc193-cdde-4bac-8e9e-344e4717913c
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.createSession() result: {"capabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"ANDROID","app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","autoLaunch":true,"automationName":"UIAutomator2","chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","optionalIntentArguments":"-e \"environment\" \"MOCK\"","showChromedriverLog":true,"uninstallOtherPackages":"com.[REDACTED].member.debug"},"platformName":"ANDROID","app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","autoLaunch":true,"automationName":"UIAutomator2","chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","optionalIntentArguments":"-e \"environment\" \"MOCK\"...
[HTTP] <-- POST /session 200 17979 ms - 1525
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/execute/sync
[HTTP] {"script":"mobile: isLocked","args":[]}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.execute() with args: ["mobile: isLocked",[],"fcffc193-cdde-4bac-8e9e-344e4717913c"]
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Executing native command 'mobile: isLocked'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.execute() result: false
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/execute/sync 200 217 ms - 15
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/execute/sync
[HTTP] {"script":"mobile:shell","args":[{"args":["\"chrome --disable-fre --no-default-browser-check --no-first-run\"",">","/data/local/tmp/chrome-command-line"],"command":"echo"}]}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.execute() with args: ["mobile:shell",[{"args":["\"chrome --disable-fre --no-default-browser-check --no-first-run\"",">","/data/local/tmp/chrome-command-line"],"command":"echo"}],"fcffc193-cdde-4bac-8e9e-344e4717913c"]
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Executing native command 'mobile:shell'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo '"chrome --disable-fre --no-default-browser-check --no-first-run"' \> /data/local/tmp/chrome-command-line'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.execute() result: ""
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/execute/sync 200 79 ms - 12
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/execute/sync
[HTTP] {"script":"mobile: terminateApp","args":[{"bundleId":"com.[REDACTED].member.debug","appId":"com.[REDACTED].member.debug"}]}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.execute() with args: ["mobile: terminateApp",[{"bundleId":"com.[REDACTED].member.debug","appId":"com.[REDACTED].member.debug"}],"fcffc193-cdde-4bac-8e9e-344e4717913c"]
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Executing native command 'mobile: terminateApp'
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Terminating 'com.[REDACTED].member.debug'
[debug] [ADB] Getting IDs of all 'com.[REDACTED].member.debug' processes
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)com\.[REDACTED]\.member\.debug\(\[\[:blank:\]\]\|\$\)'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.[REDACTED].member.debug'
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Querying the state of 'com.[REDACTED].member.debug'
[debug] [ADB] Getting install status for com.[REDACTED].member.debug
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm path com.[REDACTED].member.debug'
[debug] [ADB] 'com.[REDACTED].member.debug' is installed
[debug] [ADB] Getting IDs of all 'com.[REDACTED].member.debug' processes
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)com\.[REDACTED]\.member\.debug\(\[\[:blank:\]\]\|\$\)'
[AndroidUiautomator2Driver@0cf6 (fcffc193)] 'com.[REDACTED].member.debug' has been successfully terminated
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.execute() result: true
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/execute/sync 200 562 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/execute/sync
[HTTP] {"script":"mobile: terminateApp","args":[{"bundleId":"com.android.chrome","appId":"com.android.chrome"}]}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.execute() with args: ["mobile: terminateApp",[{"bundleId":"com.android.chrome","appId":"com.android.chrome"}],"fcffc193-cdde-4bac-8e9e-344e4717913c"]
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Executing native command 'mobile: terminateApp'
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Terminating 'com.android.chrome'
[debug] [ADB] Getting IDs of all 'com.android.chrome' processes
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)com\.android\.chrome\(\[\[:blank:\]\]\|\$\)'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.android.chrome'
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Querying the state of 'com.android.chrome'
[debug] [ADB] Getting install status for com.android.chrome
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm path com.android.chrome'
[debug] [ADB] 'com.android.chrome' is installed
[debug] [ADB] Getting IDs of all 'com.android.chrome' processes
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)com\.android\.chrome\(\[\[:blank:\]\]\|\$\)'
[AndroidUiautomator2Driver@0cf6 (fcffc193)] 'com.android.chrome' has been successfully terminated
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.execute() result: true
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/execute/sync 200 399 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/execute/sync
[HTTP] {"script":"mobile: activateApp","args":[{"bundleId":"com.[REDACTED].member.debug","appId":"com.[REDACTED].member.debug"}]}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.execute() with args: ["mobile: activateApp",[{"bundleId":"com.[REDACTED].member.debug","appId":"com.[REDACTED].member.debug"}],"fcffc193-cdde-4bac-8e9e-344e4717913c"]
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Executing native command 'mobile: activateApp'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Activating 'com.[REDACTED].member.debug'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cmd package resolve-activity --brief com.[REDACTED].member.debug'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start-activity -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity }
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.execute() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/execute/sync 200 77 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/context
[HTTP] {"name":"NATIVE_APP"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.setContext() with args: ["NATIVE_APP","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.setContext() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/context 200 1 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"email_field\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"email_field\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"email_field\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 153 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"email_field\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"email_field\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"email_field\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"ELEMENT":"00000000-0000-0137-0000-002000000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-002000000004"}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-002000000004","ELEMENT":"00000000-0000-0137-0000-002000000004"}
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 200 549 ms - 137
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002000000004/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0137-0000-002000000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-002000000004/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /element/00000000-0000-0137-0000-002000000004/attribute/displayed] to [GET http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-002000000004/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":"true"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002000000004/displayed 200 332 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"email_field\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"email_field\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"email_field\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"ELEMENT":"00000000-0000-0137-0000-002000000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-002000000004"}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-002000000004","ELEMENT":"00000000-0000-0137-0000-002000000004"}
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 200 48 ms - 137
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002000000004/click
[HTTP] {"id":"00000000-0000-0137-0000-002000000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.click() with args: ["00000000-0000-0137-0000-002000000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-002000000004/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element/00000000-0000-0137-0000-002000000004/click] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-002000000004/click] with body: {"element":"00000000-0000-0137-0000-002000000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002000000004/click 200 1895 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002000000004/clear
[HTTP] {"id":"00000000-0000-0137-0000-002000000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.clear() with args: ["00000000-0000-0137-0000-002000000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-002000000004/clear' to command name 'clear'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element/00000000-0000-0137-0000-002000000004/clear] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-002000000004/clear] with body: {"elementId":"00000000-0000-0137-0000-002000000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.clear() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002000000004/clear 200 22 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002000000004/value
[HTTP] {"id":"00000000-0000-0137-0000-002000000004","text":"[email protected]","value":["t","e","s","t","@","t","e","s","t",".","c","o","m"]}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.setValue() with args: [["t","e","s","t","@","t","e","s","t",".","c","o","m"],"00000000-0000-0137-0000-002000000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-002000000004/value' to command name 'setValue'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Added 'value' property ["t","e","s","t","@","t","e","s","t",".","c","o","m"] to 'setValue' request body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element/00000000-0000-0137-0000-002000000004/value] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-002000000004/value] with body: {"elementId":"00000000-0000-0137-0000-002000000004","text":"[email protected]","replace":false,"value":["t","e","s","t","@","t","e","s","t",".","c","o","m"]}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.setValue() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002000000004/value 200 18 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/back
[HTTP] {}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/session/fcffc193-cdde-4bac-8e9e-344e4717913c/back' to command name 'back'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/back] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/back] with body: {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Replacing sessionId 43891fcf-857e-4645-b742-d42300399555 with fcffc193-cdde-4bac-8e9e-344e4717913c
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/back 200 32 ms - 65
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"password_field\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"password_field\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"password_field\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"ELEMENT":"00000000-0000-0137-0000-002d00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-002d00000004"}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-002d00000004","ELEMENT":"00000000-0000-0137-0000-002d00000004"}
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 200 746 ms - 137
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002d00000004/click
[HTTP] {"id":"00000000-0000-0137-0000-002d00000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.click() with args: ["00000000-0000-0137-0000-002d00000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-002d00000004/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element/00000000-0000-0137-0000-002d00000004/click] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-002d00000004/click] with body: {"element":"00000000-0000-0137-0000-002d00000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002d00000004/click 200 49 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002d00000004/clear
[HTTP] {"id":"00000000-0000-0137-0000-002d00000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.clear() with args: ["00000000-0000-0137-0000-002d00000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-002d00000004/clear' to command name 'clear'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element/00000000-0000-0137-0000-002d00000004/clear] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-002d00000004/clear] with body: {"elementId":"00000000-0000-0137-0000-002d00000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.clear() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002d00000004/clear 200 35 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002d00000004/value
[HTTP] {"id":"00000000-0000-0137-0000-002d00000004","text":"Password1","value":["P","a","s","s","w","o","r","d","1"]}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.setValue() with args: [["P","a","s","s","w","o","r","d","1"],"00000000-0000-0137-0000-002d00000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-002d00000004/value' to command name 'setValue'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Added 'value' property ["P","a","s","s","w","o","r","d","1"] to 'setValue' request body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element/00000000-0000-0137-0000-002d00000004/value] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-002d00000004/value] with body: {"elementId":"00000000-0000-0137-0000-002d00000004","text":"Password1","replace":false,"value":["P","a","s","s","w","o","r","d","1"]}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.setValue() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-002d00000004/value 200 175 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/back
[HTTP] {}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/session/fcffc193-cdde-4bac-8e9e-344e4717913c/back' to command name 'back'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/back] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/back] with body: {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Replacing sessionId 43891fcf-857e-4645-b742-d42300399555 with fcffc193-cdde-4bac-8e9e-344e4717913c
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/back 200 674 ms - 65
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"log_in_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"log_in_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"log_in_button\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"ELEMENT":"00000000-0000-0137-0000-003d00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-003d00000004"}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-003d00000004","ELEMENT":"00000000-0000-0137-0000-003d00000004"}
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 200 709 ms - 137
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-003d00000004/click
[HTTP] {"id":"00000000-0000-0137-0000-003d00000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.click() with args: ["00000000-0000-0137-0000-003d00000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-003d00000004/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element/00000000-0000-0137-0000-003d00000004/click] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-003d00000004/click] with body: {"element":"00000000-0000-0137-0000-003d00000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-003d00000004/click 200 543 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 84 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 115 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 298 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 253 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 285 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"ELEMENT":"00000000-0000-0137-0000-007500000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-007500000004"}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-007500000004","ELEMENT":"00000000-0000-0137-0000-007500000004"}
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 200 333 ms - 137
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-007500000004/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0137-0000-007500000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-007500000004/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /element/00000000-0000-0137-0000-007500000004/attribute/displayed] to [GET http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-007500000004/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":"true"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-007500000004/displayed 200 21 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"care_tab\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"care_tab\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"care_tab\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"ELEMENT":"00000000-0000-0137-0000-008e00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-008e00000004"}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-008e00000004","ELEMENT":"00000000-0000-0137-0000-008e00000004"}
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 200 71 ms - 137
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-008e00000004/click
[HTTP] {"id":"00000000-0000-0137-0000-008e00000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.click() with args: ["00000000-0000-0137-0000-008e00000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-008e00000004/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element/00000000-0000-0137-0000-008e00000004/click] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-008e00000004/click] with body: {"element":"00000000-0000-0137-0000-008e00000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-008e00000004/click 200 40 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"find_a_provider_icon\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"find_a_provider_icon\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"find_a_provider_icon\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 128 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"find_a_provider_icon\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"find_a_provider_icon\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"find_a_provider_icon\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 24 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"find_a_provider_icon\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"find_a_provider_icon\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"find_a_provider_icon\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"ELEMENT":"00000000-0000-0137-0000-00b100000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-00b100000004"}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-00b100000004","ELEMENT":"00000000-0000-0137-0000-00b100000004"}
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 200 51 ms - 137
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-00b100000004/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0137-0000-00b100000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-00b100000004/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /element/00000000-0000-0137-0000-00b100000004/attribute/displayed] to [GET http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-00b100000004/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":"true"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-00b100000004/displayed 200 8 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"[REDACTED]\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"[REDACTED]\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"[REDACTED]\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"ELEMENT":"00000000-0000-0137-0000-00bf00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-00bf00000004"}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-00bf00000004","ELEMENT":"00000000-0000-0137-0000-00bf00000004"}
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 200 12 ms - 137
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-00bf00000004/click
[HTTP] {"id":"00000000-0000-0137-0000-00bf00000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.click() with args: ["00000000-0000-0137-0000-00bf00000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-00bf00000004/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element/00000000-0000-0137-0000-00bf00000004/click] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-00bf00000004/click] with body: {"element":"00000000-0000-0137-0000-00bf00000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-00bf00000004/click 200 692 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 14 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 16 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 69 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 72 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"ELEMENT":"00000000-0000-0137-0000-00ff00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-00ff00000004"}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-00ff00000004","ELEMENT":"00000000-0000-0137-0000-00ff00000004"}
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 200 20 ms - 137
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"ELEMENT":"00000000-0000-0137-0000-00ff00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-00ff00000004"}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-00ff00000004","ELEMENT":"00000000-0000-0137-0000-00ff00000004"}
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 200 15 ms - 137
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-00ff00000004/element
[HTTP] {"id":"00000000-0000-0137-0000-00ff00000004","using":"class name","value":"android.widget.TextView"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElementFromElement() with args: ["class name","android.widget.TextView","00000000-0000-0137-0000-00ff00000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"class name","selector":"android.widget.TextView","context":"00000000-0000-0137-0000-00ff00000004","multiple":false}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"ELEMENT":"00000000-0000-0137-0000-010100000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-010100000004"}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-010100000004","ELEMENT":"00000000-0000-0137-0000-010100000004"}
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-00ff00000004/element 200 9 ms - 137
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-010100000004/text
[HTTP] {}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-010100000004/text' to command name 'getText'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-010100000004/text] to [GET http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-010100000004/text] with no body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":"Go to [REDACTED]"}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Replacing sessionId 43891fcf-857e-4645-b742-d42300399555 with fcffc193-cdde-4bac-8e9e-344e4717913c
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-010100000004/text 200 5 ms - 76
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"ELEMENT":"00000000-0000-0137-0000-00ff00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-00ff00000004"}}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0137-0000-00ff00000004","ELEMENT":"00000000-0000-0137-0000-00ff00000004"}
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 200 14 ms - 137
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-00ff00000004/click
[HTTP] {"id":"00000000-0000-0137-0000-00ff00000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.click() with args: ["00000000-0000-0137-0000-00ff00000004","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element/00000000-0000-0137-0000-00ff00000004/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element/00000000-0000-0137-0000-00ff00000004/click] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element/00000000-0000-0137-0000-00ff00000004/click] with body: {"element":"00000000-0000-0137-0000-00ff00000004"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element/00000000-0000-0137-0000-00ff00000004/click 200 46 ms - 14
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 38 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 26 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 27 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 36 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 36 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 40 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 36 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 31 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 30 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 45 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 50 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 37 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 36 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 73 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 127 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 71 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 74 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 48 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 66 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 76 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 79 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 56 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 80 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 64 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 51 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 65 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 86 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 40 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 942 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 74 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 52 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 80 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 98 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 69 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 40 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 60 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 54 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 75 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 76 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 59 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 63 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 52 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 61 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 69 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 50 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 64 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 150 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 67 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 63 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 96 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 65 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 44 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 57 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 96 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 64 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 40 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 59 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 66 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 68 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 80 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 37 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 57 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 49 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 56 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 79 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 71 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 73 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 63 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 64 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 80 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 364785 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 34174 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 780054 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 778197 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 364799 @com.android.internal.os.WebViewZygoteInit/34d1f8df-6622-48e4-aede-ea35dac3ea1e",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 365263 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 364734 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 780058 @com.android.internal.os.AppZygoteInit/ca9c8226-02b3-425f-a80b-a60cd0e0f588",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 776148 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 67 ms - 24
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getContexts() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Parsed 1 active devtools socket: ["@chrome_devtools_remote"]
[debug] [AndroidDriver] Collecting CDP data of 1 webview
[debug] [AndroidDriver] Forwarding remote port chrome_devtools_remote to a local port in range 10900..11000
[debug] [AndroidDriver] You could use the 'webviewDevtoolsPort' capability to customize the starting port number
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp:10900 localabstract:chrome_devtools_remote'
[debug] [ADB] Removing forwarded port socket connection: 10900
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp:10900'
[debug] [AndroidDriver] CDP data collection completed
[debug] [AndroidDriver] Found 1 webview: ["WEBVIEW_chrome"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP","WEBVIEW_chrome"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_chrome"]
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/contexts 200 172 ms - 41
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/context
[HTTP] {"name":"WEBVIEW_chrome"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.setContext() with args: ["WEBVIEW_chrome","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Parsed 1 active devtools socket: ["@chrome_devtools_remote"]
[debug] [AndroidDriver] Collecting CDP data of 1 webview
[debug] [AndroidDriver] Forwarding remote port chrome_devtools_remote to a local port in range 10900..11000
[debug] [AndroidDriver] You could use the 'webviewDevtoolsPort' capability to customize the starting port number
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp:10900 localabstract:chrome_devtools_remote'
[debug] [ADB] Removing forwarded port socket connection: 10900
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp:10900'
[debug] [AndroidDriver] CDP data collection completed
[debug] [AndroidDriver] Found 1 webview: ["WEBVIEW_chrome"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP","WEBVIEW_chrome"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Connecting to chrome-backed webview context 'WEBVIEW_chrome'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Identified chromeAndroidPackage as 'com.android.chrome' for context 'WEBVIEW_chrome' by CDP
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] A port was not given, using random free port: 8000
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Passing web view details to the Chromedriver constructor: {
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]   "info": {
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     "Android-Package": "com.android.chrome",
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     "Browser": "Chrome/116.0.5845.163",
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     "Protocol-Version": "1.3",
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     "User-Agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36",
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     "V8-Version": "11.6.189.19",
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     "WebKit-Version": "537.36 (@cb1e6b4aa03389e521cfdfbafff32257fc275f9a)",
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     "webSocketDebuggerUrl": "ws://127.0.0.1:10900/devtools/browser"
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]   },
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]   "process": {
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     "name": "chrome",
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     "id": null
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]   }
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] }
[debug] [AndroidDriver] Precalculated Chromedriver capabilities: {
[debug] [AndroidDriver]   "androidPackage": "com.android.chrome",
[debug] [AndroidDriver]   "androidUseRunningApp": true,
[debug] [AndroidDriver]   "androidDeviceSerial": "emulator-5554"
[debug] [AndroidDriver] }
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Before starting chromedriver, androidPackage is 'com.android.chrome'
[debug] [Chromedriver@9ea3] Changed state to 'starting'
[debug] [Chromedriver@9ea3] Using the static Chromedriver->Chrome mapping
[debug] [Chromedriver@9ea3] The most recent known Chrome version: 116.0.5845
[debug] [Chromedriver@9ea3] Found 2 executables in '/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/'
[debug] [Chromedriver@9ea3] The following Chromedriver executables were found:
[debug] [Chromedriver@9ea3]     '/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver-mac-arm64_v116.0.5845.96' (version '116.0.5845.96', minimum Chrome version '116.0.5845')
[debug] [Chromedriver@9ea3]     '/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver_mac64_m1_v103.0.5060.134' (version '103.0.5060.134', minimum Chrome version '103.0.5060')
[debug] [Chromedriver@9ea3] Browser version in the supplied details: Chrome/116.0.5845.163
[debug] [Chromedriver@9ea3] Found Chrome bundle 'undefined' version '116.0.5845'
[debug] [Chromedriver@9ea3] Found 1 executable capable of automating Chrome '116.0.5845'.
[debug] [Chromedriver@9ea3] Choosing the most recent, '/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver-mac-arm64_v116.0.5845.96'.
[debug] [Chromedriver@9ea3] If a specific version is required, specify it with the `chromedriverExecutable`desired capability.
[Chromedriver@9ea3] Set chromedriver binary as: /Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver-mac-arm64_v116.0.5845.96
[debug] [Chromedriver@9ea3] Killing any old chromedrivers, running: pkill -15 -f "/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver-mac-arm64_v116.0.5845.96.*--port=8000"
[Chromedriver@9ea3] No old chromedrivers seem to exist
[debug] [Chromedriver@9ea3] Cleaning this device's adb forwarded port socket connections: emulator-5554
[debug] [ADB] List forwarding ports
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --list'
[Chromedriver@9ea3] Spawning chromedriver with: /Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver-mac-arm64_v116.0.5845.96 --port=8000 --adb-port=5037 --verbose
[debug] [Chromedriver@9ea3] ChromeDriver version: '116.0.5845.96'
[debug] [Chromedriver@9ea3] [STDOUT] Starting ChromeDriver 116.0.5845.96 (1a391816688002153ef791ffe60d9e899a71a037-refs/branch-heads/5845@{#1382}) on port 8000
[debug] [Chromedriver@9ea3] [STDOUT] Only local connections are allowed.
[debug] [Chromedriver@9ea3] [STDOUT] Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[debug] [Chromedriver@9ea3] Matched '/status' to command name 'getStatus'
[debug] [Chromedriver@9ea3] Proxying [GET /status] to [GET http://127.0.0.1:8000/status] with no body
[Chromedriver@9ea3] connect ECONNREFUSED 127.0.0.1:8000
[debug] [Chromedriver@9ea3] [STDOUT] ChromeDriver was started successfully.
[debug] [Chromedriver@9ea3] Matched '/status' to command name 'getStatus'
[debug] [Chromedriver@9ea3] Proxying [GET /status] to [GET http://127.0.0.1:8000/status] with no body
[debug] [Chromedriver@9ea3] Got response with status 200: {"value":{"build":{"version":"116.0.5845.96 (1a391816688002153ef791ffe60d9e899a71a037-refs/branch-heads/5845@{#1382})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"arm64","name":"Mac OS X","version":"13.5.0"},"ready":true}}
[Chromedriver@9ea3] Starting W3C Chromedriver session with capabilities: {
[Chromedriver@9ea3]   "capabilities": {
[Chromedriver@9ea3]     "alwaysMatch": {
[Chromedriver@9ea3]       "goog:chromeOptions": {
[Chromedriver@9ea3]         "androidPackage": "com.android.chrome",
[Chromedriver@9ea3]         "androidUseRunningApp": true,
[Chromedriver@9ea3]         "androidDeviceSerial": "emulator-5554"
[Chromedriver@9ea3]       },
[Chromedriver@9ea3]       "goog:loggingPrefs": {
[Chromedriver@9ea3]         "browser": "ALL"
[Chromedriver@9ea3]       }
[Chromedriver@9ea3]     }
[Chromedriver@9ea3]   }
[Chromedriver@9ea3] }
[debug] [Chromedriver@9ea3] Matched '/session' to command name 'createSession'
[debug] [Chromedriver@9ea3] Proxying [POST /session] to [POST http://127.0.0.1:8000/session] with body: {"capabilities":{"alwaysMatch":{"goog:chromeOptions":{"androidPackage":"com.android.chrome","androidUseRunningApp":true,"androidDeviceSerial":"emulator-5554"},"goog:loggingPrefs":{"browser":"ALL"}}}}
[Chromedriver@9ea3] [STDERR] [1694124743.152][INFO]: [6aa0156cda19ae5b73661a736efb5b38] COMMAND InitSession {
[Chromedriver@9ea3] [STDERR]    "capabilities": {
[Chromedriver@9ea3] [STDERR]       "alwaysMatch": {
[Chromedriver@9ea3] [STDERR]          "goog:chromeOptions": {
[Chromedriver@9ea3] [STDERR]             "androidDeviceSerial": "emulator-5554",
[Chromedriver@9ea3] [STDERR]             "androidPackage": "com.android.chrome",
[Chromedriver@9ea3] [STDERR]             "androidUseRunningApp": true
[Chromedriver@9ea3] [STDERR]          },
[Chromedriver@9ea3] [STDERR]          "goog:loggingPrefs": {
[Chromedriver@9ea3] [STDERR]             "browser": "ALL"
[Chromedriver@9ea3] [STDERR]          }
[Chromedriver@9ea3] [STDERR]       }
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.152][DEBUG]: Sending adb command: host:devices
[Chromedriver@9ea3] [STDERR] [1694124743.152][DEBUG]: Received adb response: emulator-5554	device
[Chromedriver@9ea3] [STDERR] [1694124743.152][DEBUG]: Sending adb command: host:transport:emulator-5554|shell:pm path com.android.chrome
[Chromedriver@9ea3] [STDERR] [1694124743.220][DEBUG]: Received adb response: package:/data/app/~~PPst09KyatNmBAogjzQICw==/com.android.chrome-I1hw_8ODeHOsbpwsODFEZA==/base.apk
[Chromedriver@9ea3] [STDERR] package:/data/app/~~PPst09KyatNmBAogjzQICw==/com.android.chrome-I1hw_8ODeHOsbpwsODFEZA==/split_auxiliary_search.apk
[Chromedriver@9ea3] [STDERR] package:/data/app/~~PPst09KyatNmBAogjzQICw==/com.android.chrome-I1hw_8ODeHOsbpwsODFEZA==/split_cablev2_authenticator.apk
[Chromedriver@9ea3] [STDERR] package:/data/app/~~PPst09KyatNmBAogjzQICw==/com.android.chrome-I1hw_8ODeHOsbpwsODFEZA==/split_chrome.apk
[Chromedriver@9ea3] [STDERR] package:/data/app/~~PPst09KyatNmBAogjzQICw==/com.android.chrome-I1hw_8ODeHOsbpwsODFEZA==/split_config.en.apk
[Chromedriver@9ea3] [STDERR] package:/data/app/~~PPst09KyatNmBAogjzQICw==/com.android.chrome-I1hw_8ODeHOsbpwsODFEZA==/split_dev_ui.apk
[Chromedriver@9ea3] [STDERR] package:/data/app/~~PPst09KyatNmBAogjzQICw==/com.android.chrome-I1hw_8ODeHOsbpwsODFEZA==/split_feedv2.apk
[Chromedriver@9ea3] [STDERR] package:/data/app/~~PPst09KyatNmBAogjzQICw==/com.android.chrome-I1hw_8ODeHOsbpwsODFEZA==/split_image_editor.apk
[Chromedriver@9ea3] [STDERR] package:/data/app/~~PPst09KyatNmBAogjzQICw==/com.android.chrome-I1hw_8ODeHOsbpwsODFEZA==/split_stack_unwinder.apk
[Chromedriver@9ea3] [STDERR] package:/data/app/~~PPst09KyatNmBAogjzQICw==/com.android.chrome-I1hw_8ODeHOsbpwsODFEZA==/split_survey.apk
[Chromedriver@9ea3] [STDERR] package:/data/app/~~PPst09KyatNmBAogjzQICw==/com.android.chrome-I1hw_8ODeHOsbpwsODFEZA==/split_test_dummy.apk
[Chromedriver@9ea3] [STDERR] package:/data/app/~~PPst09KyatNmBAogjzQICw==/com.android.chrome-I1hw_8ODeHOsbpwsODFEZA==/split_vr.apk
[Chromedriver@9ea3] [STDERR] [1694124743.220][DEBUG]: Sending adb command: host-serial:emulator-5554:forward:tcp:0;localabstract:chrome_devtools_remote
[Chromedriver@9ea3] [STDERR] [1694124743.222][DEBUG]: ADB server responded with "OKAYOKAY" instead of "OKAY".
[Chromedriver@9ea3] [STDERR] [1694124743.222][DEBUG]: Received adb response: 53284
[Chromedriver@9ea3] [STDERR] [1694124743.222][DEBUG]: DevTools HTTP Request: http://localhost:53284/json/version
[debug] [Chromedriver@9ea3] Webview version: 'Chrome/116.0.5845.163'
[Chromedriver@9ea3] [STDERR] [1694124743.237][DEBUG]: DevTools HTTP Response: {
[Chromedriver@9ea3] [STDERR]    "Android-Package": "com.android.chrome",
[Chromedriver@9ea3] [STDERR]    "Browser": "Chrome/116.0.5845.163",
[Chromedriver@9ea3] [STDERR]    "Protocol-Version": "1.3",
[Chromedriver@9ea3] [STDERR]    "User-Agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36",
[Chromedriver@9ea3] [STDERR]    "V8-Version": "11.6.189.19",
[Chromedriver@9ea3] [STDERR]    "WebKit-Version": "537.36 (@cb1e6b4aa03389e521cfdfbafff32257fc275f9a)",
[Chromedriver@9ea3] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53284/devtools/browser"
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.237][DEBUG]: DevTools HTTP Request: http://localhost:53284/json/list
[Chromedriver@9ea3] [STDERR] [1694124743.244][DEBUG]: DevTools HTTP Response: [ {
[Chromedriver@9ea3] [STDERR]    "description": "",
[Chromedriver@9ea3] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_internal_file/@cb1e6b4aa03389e521cfdfbafff32257fc275f9a/inspector.html?ws=localhost:53284/devtools/page/19",
[Chromedriver@9ea3] [STDERR]    "id": "19",
[Chromedriver@9ea3] [STDERR]    "title": "[REDACTED] - Sign In",
[Chromedriver@9ea3] [STDERR]    "type": "page",
[Chromedriver@9ea3] [STDERR]    "url": "https://member.[REDACTED].com/signin",
[Chromedriver@9ea3] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53284/devtools/page/19"
[Chromedriver@9ea3] [STDERR] }, {
[Chromedriver@9ea3] [STDERR]    "description": "",
[Chromedriver@9ea3] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_internal_file/@cb1e6b4aa03389e521cfdfbafff32257fc275f9a/inspector.html?ws=localhost:53284/devtools/page/18",
[Chromedriver@9ea3] [STDERR]    "id": "18",
[Chromedriver@9ea3] [STDERR]    "title": "[REDACTED] - Sign In",
[Chromedriver@9ea3] [STDERR]    "type": "page",
[Chromedriver@9ea3] [STDERR]    "url": "https://member.[REDACTED].com/signin",
[Chromedriver@9ea3] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53284/devtools/page/18"
[Chromedriver@9ea3] [STDERR] } ]
[Chromedriver@9ea3] [STDERR] [1694124743.245][INFO]: resolved localhost to ["::1","127.0.0.1"]
[Chromedriver@9ea3] [STDERR] [1694124743.249][DEBUG]: DevTools WebSocket Command: Target.getTargets (id=1) (session_id=) browser {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.255][DEBUG]: DevTools WebSocket Response: Target.getTargets (id=1) (session_id=) browser {
[Chromedriver@9ea3] [STDERR]    "targetInfos": [ {
[Chromedriver@9ea3] [STDERR]       "attached": false,
[Chromedriver@9ea3] [STDERR]       "browserContextId": "2B32CB05BE78A834C99570A402EB1365",
[Chromedriver@9ea3] [STDERR]       "canAccessOpener": false,
[Chromedriver@9ea3] [STDERR]       "targetId": "6B5887CF20C00005BE8BABDDA5BFA421",
[Chromedriver@9ea3] [STDERR]       "title": "[REDACTED] - Sign In",
[Chromedriver@9ea3] [STDERR]       "type": "page",
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    } ]
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.255][DEBUG]: DevTools WebSocket Command: Target.attachToTarget (id=2) (session_id=) browser {
[Chromedriver@9ea3] [STDERR]    "flatten": true,
[Chromedriver@9ea3] [STDERR]    "targetId": "6B5887CF20C00005BE8BABDDA5BFA421"
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.259][DEBUG]: DevTools WebSocket Event: Target.attachedToTarget (session_id=) browser {
[Chromedriver@9ea3] [STDERR]    "sessionId": "8FAFB1AD13261FD643ECF309843929B0",
[Chromedriver@9ea3] [STDERR]    "targetInfo": {
[Chromedriver@9ea3] [STDERR]       "attached": true,
[Chromedriver@9ea3] [STDERR]       "browserContextId": "2B32CB05BE78A834C99570A402EB1365",
[Chromedriver@9ea3] [STDERR]       "canAccessOpener": false,
[Chromedriver@9ea3] [STDERR]       "targetId": "6B5887CF20C00005BE8BABDDA5BFA421",
[Chromedriver@9ea3] [STDERR]       "title": "[REDACTED] - Sign In",
[Chromedriver@9ea3] [STDERR]       "type": "page",
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    },
[Chromedriver@9ea3] [STDERR]    "waitingForDebugger": false
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.259][DEBUG]: DevTools WebSocket Response: Target.attachToTarget (id=2) (session_id=) browser {
[Chromedriver@9ea3] [STDERR]    "sessionId": "8FAFB1AD13261FD643ECF309843929B0"
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.259][DEBUG]: DevTools WebSocket Command: Page.addScriptToEvaluateOnNewDocument (id=3) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "source": "(function () {window.cdc_adoQpoasnfa76pfcZLmcfl_Array = window.Array;window.cdc_adoQpoasnfa76pfcZLmcfl_Object = window.Object;window.cdc_adoQpoasnfa76pfcZLmcfl_Promise = window.Promise;window.cdc_a..."
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.259][DEBUG]: DevTools WebSocket Command: Runtime.evaluate (id=4) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "expression": "(function () {window.cdc_adoQpoasnfa76pfcZLmcfl_Array = window.Array;window.cdc_adoQpoasnfa76pfcZLmcfl_Object = window.Object;window.cdc_adoQpoasnfa76pfcZLmcfl_Promise = window.Promise;window.cdc_a..."
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.259][DEBUG]: DevTools WebSocket Command: Log.enable (id=5) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.259][DEBUG]: DevTools WebSocket Command: Target.setAutoAttach (id=6) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "autoAttach": true,
[Chromedriver@9ea3] [STDERR]    "flatten": true,
[Chromedriver@9ea3] [STDERR]    "waitForDebuggerOnStart": false
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.261][DEBUG]: DevTools WebSocket Command: Page.enable (id=7) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.261][DEBUG]: DevTools WebSocket Command: Page.enable (id=8) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Response: Page.addScriptToEvaluateOnNewDocument (id=3) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "identifier": "1"
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Response: Runtime.evaluate (id=4) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "result": {
[Chromedriver@9ea3] [STDERR]       "type": "undefined"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/application-7afd063c6d488fef48e27c30ebf220811adabd3a90f1bc43621bcaa722655463.js' because it violates the following Conten...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124730312877e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js' because it violates t...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124730316542e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/generated/common-chunks.bundle-340b2d6995c0e9082284162f4b8f2e997a9bb7325e170e0557620b3353b85b54.js' because it violates t...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124730317302e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/generated/default-app.bundle-8b0672c436c7c5cc87f39ce6bc13d472f5e48bba5ab96e7e5579be022f7072bc.js' because it violates the...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.69412473031791e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/foundation-sites/foundation.min-5e430b6bdf16319c3301a713df52f2e93c6db698cec5ddf746bee08e48d74826.js' because it violates ...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124730318449e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js' because it violates the followi...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.69412473031875e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/i18n_js_libs-35c816bee561e372d8c052d7da4001a8f08e6ee51ffe684a59ca3f4f36d3fae9.js' because it violates the following Conte...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124730318916e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/[REDACTED]_cms/translations.js?id=e36a4153f0b6ce17c05475fb247952a9' because it violates the following Content Security Policy direc...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124730319211e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/[REDACTED]_cms/[REDACTED]_constants.js?id=e36a4153f0b6ce17c05475fb247952a9' because it violates the following Content Security Policy ...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247303197588e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/authentication-db65ac4dca99ddd7c3a166ae5d18d3328238f5ca87b947485e305d0636955a97.js' because it violates the following Con...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124730319874e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 0,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-iCt2UNtf...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124730335238e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/i18n_js_libs-35c816bee561e372d8c052d7da4001a8f08e6ee51ffe684a59ca3f4f36d3fae9.js' because it violates the following Conte...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247315400032e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/[REDACTED]_cms/translations.js?id=e36a4153f0b6ce17c05475fb247952a9' because it violates the following Content Security Policy direc...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124731785814e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/[REDACTED]_cms/[REDACTED]_constants.js?id=e36a4153f0b6ce17c05475fb247952a9' because it violates the following Content Security Policy ...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124731937102e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/application-7afd063c6d488fef48e27c30ebf220811adabd3a90f1bc43621bcaa722655463.js' because it violates the following Conten...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124731966425e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.306][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 47,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 8926,
[Chromedriver@9ea3] [STDERR]             "functionName": "",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 47,
[Chromedriver@9ea3] [STDERR]             "scriptId": "3",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/application-7afd063c6d488fef48e27c30ebf220811adabd3a90f1bc43621bcaa722655463.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to create a worker from 'https://member.[REDACTED].com//assets/serviceworker-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js' because it violates the followin...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732277459e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/application-7afd063c6d488fef48e27c30ebf220811adabd3a90f1bc43621bcaa722655463.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.310][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js' because it violates the followi...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732339658e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.311][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732423737e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.311][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732567352e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.311][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732573825e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.311][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732576145e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.311][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732577389e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.311][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732580461e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.311][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732581367e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.314][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732582019e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.314][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247325824348e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.314][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732589961e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.314][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247325996611e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.314][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.69412473260061e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.314][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732620728e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.314][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247326215889e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.314][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732621897e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.316][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247326224302e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.316][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732623604e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.316][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247326874448e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.316][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732699807e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.316][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732699945e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.316][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247326999768e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.316][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.69412473270002e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.316][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247327000452e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.319][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247327000781e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.319][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732700105e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.319][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732700134e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.319][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732700165e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.319][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732700296e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.319][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732700375e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.319][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247327004321e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.319][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247327004658e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.321][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247327005059e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.321][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732700533e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.321][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732700557e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.321][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732707997e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.321][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732712688e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.321][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732712831e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.321][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732712876e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.321][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732713051e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.323][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247327135688e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.323][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247327136829e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.323][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247327137139e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.323][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.69412473271374e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.323][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732713788e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.323][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732713918e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.323][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247327139949e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.323][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732714052e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.325][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732714088e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.325][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732714118e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.325][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732714145e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.325][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 1092,
[Chromedriver@9ea3] [STDERR]             "functionName": "extendParentClass",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]             "scriptId": "8",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732714168e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/video_plugin/opentok-5ea4170e82cafe370ddb3d9b5c6ec84c990bf7a2750bfee28c6ead93c15b1e0c.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.325][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/foundation-sites/foundation.min-5e430b6bdf16319c3301a713df52f2e93c6db698cec5ddf746bee08e48d74826.js' because it violates ...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732755633e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.325][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js' because it violates t...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247327742988e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.325][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/generated/common-chunks.bundle-340b2d6995c0e9082284162f4b8f2e997a9bb7325e170e0557620b3353b85b54.js' because it violates t...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732776471e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.325][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/generated/default-app.bundle-8b0672c436c7c5cc87f39ce6bc13d472f5e48bba5ab96e7e5579be022f7072bc.js' because it violates the...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124732777056e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.325][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 411,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 56886,
[Chromedriver@9ea3] [STDERR]             "functionName": "dPe",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 411,
[Chromedriver@9ea3] [STDERR]             "scriptId": "5",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/generated/common-chunks.bundle-340b2d6995c0e9082284162f4b8f2e997a9bb7325e170e0557620b3353b85b54.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124735651835e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/generated/common-chunks.bundle-340b2d6995c0e9082284162f4b8f2e997a9bb7325e170e0557620b3353b85b54.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.325][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 146,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 24255,
[Chromedriver@9ea3] [STDERR]             "functionName": "",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 146,
[Chromedriver@9ea3] [STDERR]             "scriptId": "4",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124735823791e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.327][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 146,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 25507,
[Chromedriver@9ea3] [STDERR]             "functionName": "e.exports.getter",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 146,
[Chromedriver@9ea3] [STDERR]             "scriptId": "4",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124735872181e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.327][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 146,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 25507,
[Chromedriver@9ea3] [STDERR]             "functionName": "e.exports.getter",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 146,
[Chromedriver@9ea3] [STDERR]             "scriptId": "4",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124735874359e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.327][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 146,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 25507,
[Chromedriver@9ea3] [STDERR]             "functionName": "e.exports.getter",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 146,
[Chromedriver@9ea3] [STDERR]             "scriptId": "4",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247359079521e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.327][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 146,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 25507,
[Chromedriver@9ea3] [STDERR]             "functionName": "e.exports.getter",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 146,
[Chromedriver@9ea3] [STDERR]             "scriptId": "4",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.69412473599179e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.327][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 146,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 25507,
[Chromedriver@9ea3] [STDERR]             "functionName": "e.exports.getter",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 146,
[Chromedriver@9ea3] [STDERR]             "scriptId": "4",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"script-src 'none'\".\n",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124735999125e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.327][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 52,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-o8flTwpJ...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124736079121e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.327][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 53,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-LUZ8CptG...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247360855662e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.327][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://member.[REDACTED].com/assets/authentication-db65ac4dca99ddd7c3a166ae5d18d3328238f5ca87b947485e305d0636955a97.js' because it violates the following Con...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124736333312e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.327][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 55,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-Kv+gKeBt...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124736800332e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.329][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://piwik.[REDACTED].com/containers/660ed9c2-be96-42f9-9e4f-47c89f1f8094.js' because it violates the following Content Security Policy directive: \"script-...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124736839e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.329][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://static.cloudflareinsights.com/beacon.min.js/v8b253dfea2ab4077af8c6f58422dfbfd1689876627854' because it violates the following Content Security Poli...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124736968524e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.329][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 102,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-PNvn1qop...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124736973027e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.329][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 497,
[Chromedriver@9ea3] [STDERR]       "source": "rendering",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 3289,
[Chromedriver@9ea3] [STDERR]             "functionName": "g",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 497,
[Chromedriver@9ea3] [STDERR]             "scriptId": "4",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "Error: \u003Csvg> attribute height: Expected length, \"undefinedpx\".",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124738903476e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.329][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 497,
[Chromedriver@9ea3] [STDERR]       "source": "rendering",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 3289,
[Chromedriver@9ea3] [STDERR]             "functionName": "g",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 497,
[Chromedriver@9ea3] [STDERR]             "scriptId": "4",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "Error: \u003Csvg> attribute width: Expected length, \"undefinedpx\".",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124738903962e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/assets/generated/vendor-common.bundle-2128d2f6608e91ead98d28286fb845e711fe07c061775b2645ab70ea711bb214.js"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.329][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-ZDCf6P/6...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247394779849e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.329][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-ssGYGxoM...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247394975432e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.329][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-VKBnLgT4...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124739497756e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.329][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-RJBd940m...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124739498435e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.329][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-JIib7EE5...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247394992148e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.332][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-NIcBhTgg...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247394999348e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.332][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-gf+h+PEq...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247395001272e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.332][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-x+GJaDil...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124739500193e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.332][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-GygWUKt1...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247400321628e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.332][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-oqQDkhnx...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124740075851e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.332][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-msFDqwNP...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247400837751e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.332][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://[REDACTED]-private.piwik.pro/ppms.js' because it violates the following Content Security Policy directive: \"script-src 'none'\". Note that 'script-src-...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247400851692e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.332][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-JpTxkPTo...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124740221564e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.332][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-cwrpYVgU...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124740244562e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.332][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-DP4Awbtm...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247402479639e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.334][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-2OHmkJWR...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247402578398e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.334][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-ggRnEi9N...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124740262722e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.334][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-VwgfariI...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.69412474026606e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.334][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-LHhW4QGz...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247402696719e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.334][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: \"script-src 'none'\". Either the 'unsafe-inline' keyword, a hash ('sha256-5p168+7f...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.694124740277052e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.334][DEBUG]: DevTools WebSocket Event: Log.entryAdded (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "entry": {
[Chromedriver@9ea3] [STDERR]       "level": "error",
[Chromedriver@9ea3] [STDERR]       "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]       "source": "security",
[Chromedriver@9ea3] [STDERR]       "stackTrace": {
[Chromedriver@9ea3] [STDERR]          "callFrames": [ {
[Chromedriver@9ea3] [STDERR]             "columnNumber": 14716,
[Chromedriver@9ea3] [STDERR]             "functionName": "nrWrapper",
[Chromedriver@9ea3] [STDERR]             "lineNumber": 54,
[Chromedriver@9ea3] [STDERR]             "scriptId": "26",
[Chromedriver@9ea3] [STDERR]             "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "text": "[Report Only] Refused to load the script 'https://js-agent.newrelic.com/nr-spa.142f942f-1.239.1.min.js' because it violates the following Content Security Policy directive: \"script-src 'none'\". Not...",
[Chromedriver@9ea3] [STDERR]       "timestamp": 1.6941247410839019e+12,
[Chromedriver@9ea3] [STDERR]       "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.334][DEBUG]: DevTools WebSocket Response: Log.enable (id=5) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.334][DEBUG]: DevTools WebSocket Response: Target.setAutoAttach (id=6) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.334][DEBUG]: DevTools WebSocket Response: Page.enable (id=7) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.334][DEBUG]: DevTools WebSocket Response: Page.enable (id=8) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.334][DEBUG]: DevTools WebSocket Command: Runtime.enable (id=9) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.341][DEBUG]: DevTools WebSocket Event: Runtime.executionContextCreated (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "context": {
[Chromedriver@9ea3] [STDERR]       "auxData": {
[Chromedriver@9ea3] [STDERR]          "frameId": "6B5887CF20C00005BE8BABDDA5BFA421",
[Chromedriver@9ea3] [STDERR]          "isDefault": true,
[Chromedriver@9ea3] [STDERR]          "type": "default"
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "id": 1,
[Chromedriver@9ea3] [STDERR]       "name": "",
[Chromedriver@9ea3] [STDERR]       "origin": "https://member.[REDACTED].com",
[Chromedriver@9ea3] [STDERR]       "uniqueId": "4307268568829589768.-4856094198044023234"
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.342][DEBUG]: DevTools WebSocket Event: Runtime.consoleAPICalled (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "args": [ {
[Chromedriver@9ea3] [STDERR]       "type": "string",
[Chromedriver@9ea3] [STDERR]       "value": "JQMIGRATE: Migrate is installed, version 3.3.2"
[Chromedriver@9ea3] [STDERR]    } ],
[Chromedriver@9ea3] [STDERR]    "executionContextId": 1,
[Chromedriver@9ea3] [STDERR]    "stackTrace": {
[Chromedriver@9ea3] [STDERR]       "callFrames": [ {
[Chromedriver@9ea3] [STDERR]          "columnNumber": 7125,
[Chromedriver@9ea3] [STDERR]          "functionName": "",
[Chromedriver@9ea3] [STDERR]          "lineNumber": 3,
[Chromedriver@9ea3] [STDERR]          "scriptId": "3",
[Chromedriver@9ea3] [STDERR]          "url": "https://member.[REDACTED].com/assets/application-7afd063c6d488fef48e27c30ebf220811adabd3a90f1bc43621bcaa722655463.js"
[Chromedriver@9ea3] [STDERR]       } ]
[Chromedriver@9ea3] [STDERR]    },
[Chromedriver@9ea3] [STDERR]    "timestamp": 1.69412473205533e+12,
[Chromedriver@9ea3] [STDERR]    "type": "log"
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.342][DEBUG]: DevTools WebSocket Event: Runtime.consoleAPICalled (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "args": [ {
[Chromedriver@9ea3] [STDERR]       "type": "string",
[Chromedriver@9ea3] [STDERR]       "value": "The package version is "
[Chromedriver@9ea3] [STDERR]    }, {
[Chromedriver@9ea3] [STDERR]       "type": "string",
[Chromedriver@9ea3] [STDERR]       "value": "2.37.4"
[Chromedriver@9ea3] [STDERR]    } ],
[Chromedriver@9ea3] [STDERR]    "executionContextId": 1,
[Chromedriver@9ea3] [STDERR]    "stackTrace": {
[Chromedriver@9ea3] [STDERR]       "callFrames": [ {
[Chromedriver@9ea3] [STDERR]          "columnNumber": 1588201,
[Chromedriver@9ea3] [STDERR]          "functionName": "",
[Chromedriver@9ea3] [STDERR]          "lineNumber": 432,
[Chromedriver@9ea3] [STDERR]          "scriptId": "5",
[Chromedriver@9ea3] [STDERR]          "url": "https://member.[REDACTED].com/assets/generated/common-chunks.bundle-340b2d6995c0e9082284162f4b8f2e997a9bb7325e170e0557620b3353b85b54.js"
[Chromedriver@9ea3] [STDERR]       } ]
[Chromedriver@9ea3] [STDERR]    },
[Chromedriver@9ea3] [STDERR]    "timestamp": 1.694124735783673e+12,
[Chromedriver@9ea3] [STDERR]    "type": "log"
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.342][DEBUG]: DevTools WebSocket Event: Runtime.consoleAPICalled (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "args": [ {
[Chromedriver@9ea3] [STDERR]       "type": "string",
[Chromedriver@9ea3] [STDERR]       "value": "Service worker change, registered the service worker"
[Chromedriver@9ea3] [STDERR]    } ],
[Chromedriver@9ea3] [STDERR]    "executionContextId": 1,
[Chromedriver@9ea3] [STDERR]    "stackTrace": {
[Chromedriver@9ea3] [STDERR]       "callFrames": [ {
[Chromedriver@9ea3] [STDERR]          "columnNumber": 9077,
[Chromedriver@9ea3] [STDERR]          "functionName": "",
[Chromedriver@9ea3] [STDERR]          "lineNumber": 47,
[Chromedriver@9ea3] [STDERR]          "scriptId": "3",
[Chromedriver@9ea3] [STDERR]          "url": "https://member.[REDACTED].com/assets/application-7afd063c6d488fef48e27c30ebf220811adabd3a90f1bc43621bcaa722655463.js"
[Chromedriver@9ea3] [STDERR]       } ]
[Chromedriver@9ea3] [STDERR]    },
[Chromedriver@9ea3] [STDERR]    "timestamp": 1.6941247367356218e+12,
[Chromedriver@9ea3] [STDERR]    "type": "log"
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.342][DEBUG]: DevTools WebSocket Response: Runtime.enable (id=9) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.342][DEBUG]: DevTools WebSocket Command: Page.enable (id=10) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.344][DEBUG]: DevTools WebSocket Response: Page.enable (id=10) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.344][DEBUG]: DevTools WebSocket Command: Runtime.enable (id=11) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.346][DEBUG]: DevTools WebSocket Response: Runtime.enable (id=11) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.346][DEBUG]: DevTools WebSocket Command: Page.getFrameTree (id=12) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.351][DEBUG]: DevTools WebSocket Response: Page.getFrameTree (id=12) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "frameTree": {
[Chromedriver@9ea3] [STDERR]       "frame": {
[Chromedriver@9ea3] [STDERR]          "adFrameStatus": {
[Chromedriver@9ea3] [STDERR]             "adFrameType": "none"
[Chromedriver@9ea3] [STDERR]          },
[Chromedriver@9ea3] [STDERR]          "crossOriginIsolatedContextType": "NotIsolated",
[Chromedriver@9ea3] [STDERR]          "domainAndRegistry": "[REDACTED].com",
[Chromedriver@9ea3] [STDERR]          "gatedAPIFeatures": [  ],
[Chromedriver@9ea3] [STDERR]          "id": "6B5887CF20C00005BE8BABDDA5BFA421",
[Chromedriver@9ea3] [STDERR]          "loaderId": "A5AA2FC733D8EB74A2FEB478CAAC8FFB",
[Chromedriver@9ea3] [STDERR]          "mimeType": "text/html",
[Chromedriver@9ea3] [STDERR]          "secureContextType": "Secure",
[Chromedriver@9ea3] [STDERR]          "securityOrigin": "https://member.[REDACTED].com",
[Chromedriver@9ea3] [STDERR]          "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]       }
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.351][DEBUG]: DevTools WebSocket Command: Page.getFrameTree (id=13) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.353][DEBUG]: DevTools WebSocket Response: Page.getFrameTree (id=13) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "frameTree": {
[Chromedriver@9ea3] [STDERR]       "frame": {
[Chromedriver@9ea3] [STDERR]          "adFrameStatus": {
[Chromedriver@9ea3] [STDERR]             "adFrameType": "none"
[Chromedriver@9ea3] [STDERR]          },
[Chromedriver@9ea3] [STDERR]          "crossOriginIsolatedContextType": "NotIsolated",
[Chromedriver@9ea3] [STDERR]          "domainAndRegistry": "[REDACTED].com",
[Chromedriver@9ea3] [STDERR]          "gatedAPIFeatures": [  ],
[Chromedriver@9ea3] [STDERR]          "id": "6B5887CF20C00005BE8BABDDA5BFA421",
[Chromedriver@9ea3] [STDERR]          "loaderId": "A5AA2FC733D8EB74A2FEB478CAAC8FFB",
[Chromedriver@9ea3] [STDERR]          "mimeType": "text/html",
[Chromedriver@9ea3] [STDERR]          "secureContextType": "Secure",
[Chromedriver@9ea3] [STDERR]          "securityOrigin": "https://member.[REDACTED].com",
[Chromedriver@9ea3] [STDERR]          "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3] [STDERR]       }
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.353][DEBUG]: DevTools WebSocket Command: Runtime.callFunctionOn (id=14) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "arguments": [  ],
[Chromedriver@9ea3] [STDERR]    "awaitPromise": true,
[Chromedriver@9ea3] [STDERR]    "functionDeclaration": "function(){ return (function() { // Copyright 2012 The Chromium Authors\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n/**\n * Enum for WebD...",
[Chromedriver@9ea3] [STDERR]    "generateWebDriverValue": true,
[Chromedriver@9ea3] [STDERR]    "objectGroup": "91975531-9d5a-46f0-80e7-f503bcdf4086",
[Chromedriver@9ea3] [STDERR]    "uniqueContextId": "4307268568829589768.-4856094198044023234"
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.366][DEBUG]: DevTools WebSocket Response: Runtime.callFunctionOn (id=14) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "result": {
[Chromedriver@9ea3] [STDERR]       "className": "Array",
[Chromedriver@9ea3] [STDERR]       "description": "Array(1)",
[Chromedriver@9ea3] [STDERR]       "objectId": "5438282213611991232.1.1",
[Chromedriver@9ea3] [STDERR]       "subtype": "array",
[Chromedriver@9ea3] [STDERR]       "type": "object",
[Chromedriver@9ea3] [STDERR]       "webDriverValue": {
[Chromedriver@9ea3] [STDERR]          "type": "array",
[Chromedriver@9ea3] [STDERR]          "value": [ {
[Chromedriver@9ea3] [STDERR]             "type": "string",
[Chromedriver@9ea3] [STDERR]             "value": "{\"status\":0,\"value\":1}"
[Chromedriver@9ea3] [STDERR]          } ]
[Chromedriver@9ea3] [STDERR]       }
[Chromedriver@9ea3] [STDERR]    }
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.366][DEBUG]: DevTools WebSocket Command: Runtime.releaseObjectGroup (id=15) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3] [STDERR]    "objectGroup": "91975531-9d5a-46f0-80e7-f503bcdf4086"
[Chromedriver@9ea3] [STDERR] }
[Chromedriver@9ea3] [STDERR] [1694124743.366][INFO]: [6aa0156cda19ae5b73661a736efb5b38] RESPONSE InitSession {
[Chromedriver@9ea3] [STDERR]    "capabilities": {
[Chromedriver@9ea3] [STDERR]       "acceptInsecureCerts": false,
[Chromedriver@9ea3] [STDERR]       "browserName": "chrome",
[Chromedriver@9ea3] [STDERR]       "browserVersion": "116.0.5845.163",
[Chromedriver@9ea3] [STDERR]       "chrome": {
[Chromedriver@9ea3] [STDERR]          "chromedriverVersion": "116.0.5845.96 (1a391816688002153ef791ffe60d9e899a71a037-refs/branch-heads/5845@{#1382})"
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "fedcm:accounts": true,
[Chromedriver@9ea3] [STDERR]       "goog:chromeOptions": {
[Chromedriver@9ea3] [STDERR]          "debuggerAddress": "localhost:53284"
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "pageLoadStrategy": "normal",
[Chromedriver@9ea3] [STDERR]       "platformName": "android",
[Chromedriver@9ea3] [STDERR]       "proxy": {
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "setWindowRect": false,
[Chromedriver@9ea3] [STDERR]       "strictFileInteractability": false,
[Chromedriver@9ea3] [STDERR]       "timeouts": {
[Chromedriver@9ea3] [STDERR]          "implicit": 0,
[Chromedriver@9ea3] [STDERR]          "pageLoad": 300000,
[Chromedriver@9ea3] [STDERR]          "script": 30000
[Chromedriver@9ea3] [STDERR]       },
[Chromedriver@9ea3] [STDERR]       "unhandledPromptBehavior": "dismiss and notify",
[Chromedriver@9ea3] [STDERR]       "webauthn:extension:credBlob": false,
[Chromedriver@9ea3] [STDERR]       "webauthn:extension:largeBlob": false,
[Chromedriver@9ea3] [STDERR]       "webauthn:extension:minPinLength": false,
[Chromedriver@9ea3] [STDERR]       "webauthn:extension:prf": false,
[Chromedriver@9ea3] [STDERR]       "webauthn:virtualAuthenticators": false
[Chromedriver@9ea3] [STDERR]    },
[Chromedriver@9ea3] [STDERR]    "sessionId": "6aa0156cda19ae5b73661a736efb5b38"
[Chromedriver@9ea3] [STDERR] }
[debug] [Chromedriver@9ea3] Got response with status 200: {"value":{"capabilities":{"acceptInsecureCerts":false,"browserName":"chrome","browserVersion":"116.0.5845.163","chrome":{"chromedriverVersion":"116.0.5845.96 (1a391816688002153ef791ffe60d9e899a71a037-refs/branch-heads/5845@{#1382})"},"fedcm:accounts":true,"goog:chromeOptions":{"debuggerAddress":"localhost:53284"},"pageLoadStrategy":"normal","platformName":"android","proxy":{},"setWindowRect":false,"strictFileInteractability":false,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"unhandledPromptBehavior":"dismiss and notify","webauthn:extension:credBlob":false,"webauthn:extension:largeBlob":false,"webauthn:extension:minPinLength":false,"webauthn:extension:prf":false,"webauthn:virtualAuthenticators":false},"sessionId":"6aa0156cda19ae5b73661a736efb5b38"}}
[Chromedriver@9ea3] Determined the downstream protocol as 'W3C'
[debug] [Chromedriver@9ea3 (6aa0156c)] Changed state to 'online'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.setContext() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/context 200 583 ms - 14
[HTTP]
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.369][DEBUG]: DevTools WebSocket Response: Runtime.releaseObjectGroup (id=15) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/url
[HTTP] {}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Driver proxy active, passing request on via HTTP proxy
[debug] [Chromedriver@9ea3 (6aa0156c)] Matched '/session/fcffc193-cdde-4bac-8e9e-344e4717913c/url' to command name 'getUrl'
[debug] [Chromedriver@9ea3 (6aa0156c)] Proxying [GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/url] to [GET http://127.0.0.1:8000/session/6aa0156cda19ae5b73661a736efb5b38/url] with no body
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.382][INFO]: [6aa0156cda19ae5b73661a736efb5b38] COMMAND GetUrl {
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.382][INFO]: Waiting for pending navigations...
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.382][DEBUG]: DevTools WebSocket Command: Runtime.evaluate (id=16) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "expression": "1"
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.385][DEBUG]: DevTools WebSocket Response: Runtime.evaluate (id=16) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "result": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "description": "1",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "type": "number",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "value": 1
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.385][DEBUG]: DevTools WebSocket Command: Runtime.evaluate (id=17) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "expression": "document",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "objectGroup": "b99721cc-3e6d-47ff-8f99-d20af389479d"
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.389][DEBUG]: DevTools WebSocket Response: Runtime.evaluate (id=17) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "result": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "className": "HTMLDocument",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "description": "#document",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "objectId": "5438282213611991232.1.2",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "subtype": "node",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "type": "object"
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.389][DEBUG]: DevTools WebSocket Command: DOM.describeNode (id=18) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "objectId": "5438282213611991232.1.2"
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.393][DEBUG]: DevTools WebSocket Response: DOM.describeNode (id=18) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "node": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "backendNodeId": 2,
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "baseURL": "https://member.[REDACTED].com/signin",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "childNodeCount": 3,
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "compatibilityMode": "NoQuirksMode",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "documentURL": "https://member.[REDACTED].com/signin",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "localName": "",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "nodeId": 0,
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "nodeName": "#document",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "nodeType": 9,
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "nodeValue": "",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "xmlVersion": ""
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.393][DEBUG]: DevTools WebSocket Command: Runtime.releaseObjectGroup (id=19) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "objectGroup": "b99721cc-3e6d-47ff-8f99-d20af389479d"
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.393][DEBUG]: DevTools WebSocket Command: Runtime.evaluate (id=20) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "awaitPromise": false,
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "expression": "document.readyState",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "returnByValue": true,
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "uniqueContextId": "4307268568829589768.-4856094198044023234"
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.395][DEBUG]: DevTools WebSocket Response: Runtime.releaseObjectGroup (id=19) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.397][DEBUG]: DevTools WebSocket Response: Runtime.evaluate (id=20) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "result": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "type": "string",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "value": "complete"
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.397][INFO]: Done waiting for pending navigations. Status: ok
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.397][DEBUG]: DevTools WebSocket Command: Page.getFrameTree (id=21) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.399][DEBUG]: DevTools WebSocket Response: Page.getFrameTree (id=21) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "frameTree": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "frame": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "adFrameStatus": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]             "adFrameType": "none"
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          },
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "crossOriginIsolatedContextType": "NotIsolated",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "domainAndRegistry": "[REDACTED].com",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "gatedAPIFeatures": [  ],
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "id": "6B5887CF20C00005BE8BABDDA5BFA421",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "loaderId": "A5AA2FC733D8EB74A2FEB478CAAC8FFB",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "mimeType": "text/html",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "secureContextType": "Secure",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "securityOrigin": "https://member.[REDACTED].com",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       }
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.399][DEBUG]: DevTools WebSocket Command: Page.getFrameTree (id=22) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.401][DEBUG]: DevTools WebSocket Response: Page.getFrameTree (id=22) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "frameTree": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "frame": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "adFrameStatus": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]             "adFrameType": "none"
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          },
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "crossOriginIsolatedContextType": "NotIsolated",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "domainAndRegistry": "[REDACTED].com",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "gatedAPIFeatures": [  ],
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "id": "6B5887CF20C00005BE8BABDDA5BFA421",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "loaderId": "A5AA2FC733D8EB74A2FEB478CAAC8FFB",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "mimeType": "text/html",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "secureContextType": "Secure",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "securityOrigin": "https://member.[REDACTED].com",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "url": "https://member.[REDACTED].com/signin"
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       }
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.401][DEBUG]: DevTools WebSocket Command: Runtime.callFunctionOn (id=23) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "arguments": [  ],
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "awaitPromise": true,
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "functionDeclaration": "function(){ return (function() { // Copyright 2012 The Chromium Authors\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n/**\n * Enum for WebD...",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "generateWebDriverValue": true,
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "objectGroup": "b553d36c-5b59-4ebd-a9dd-0c15718a7373",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "uniqueContextId": "4307268568829589768.-4856094198044023234"
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.404][DEBUG]: DevTools WebSocket Response: Runtime.callFunctionOn (id=23) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "result": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "className": "Array",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "description": "Array(1)",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "objectId": "5438282213611991232.1.3",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "subtype": "array",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "type": "object",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "webDriverValue": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "type": "array",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          "value": [ {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]             "type": "string",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]             "value": "{\"status\":0,\"value\":\"https://member.[REDACTED].com/signin\"}"
[Chromedriver@9ea3 (6aa0156c)] [STDERR]          } ]
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       }
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.404][DEBUG]: DevTools WebSocket Command: Runtime.releaseObjectGroup (id=24) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "objectGroup": "b553d36c-5b59-4ebd-a9dd-0c15718a7373"
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.404][INFO]: Waiting for pending navigations...
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.404][DEBUG]: DevTools WebSocket Command: Runtime.evaluate (id=25) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "expression": "1"
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.406][DEBUG]: DevTools WebSocket Response: Runtime.releaseObjectGroup (id=24) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.408][DEBUG]: DevTools WebSocket Response: Runtime.evaluate (id=25) (session_id=8FAFB1AD13261FD643ECF309843929B0) 6B5887CF20C00005BE8BABDDA5BFA421 {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    "result": {
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "description": "1",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "type": "number",
[Chromedriver@9ea3 (6aa0156c)] [STDERR]       "value": 1
[Chromedriver@9ea3 (6aa0156c)] [STDERR]    }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.408][INFO]: Done waiting for pending navigations. Status: ok
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124743.408][INFO]: [6aa0156cda19ae5b73661a736efb5b38] RESPONSE GetUrl "https://member.[REDACTED].com/signin"
[debug] [Chromedriver@9ea3 (6aa0156c)] Got response with status 200: {"value":"https://member.[REDACTED].com/signin"}
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/url 200 28 ms - 45
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/execute/sync
[HTTP] {"script":"mobile: activateApp","args":[{"bundleId":"com.[REDACTED].member.debug","appId":"com.[REDACTED].member.debug"}]}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.execute() with args: ["mobile: activateApp",[{"bundleId":"com.[REDACTED].member.debug","appId":"com.[REDACTED].member.debug"}],"fcffc193-cdde-4bac-8e9e-344e4717913c"]
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Executing native command 'mobile: activateApp'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Activating 'com.[REDACTED].member.debug'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cmd package resolve-activity --brief com.[REDACTED].member.debug'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start-activity -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity }
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.execute() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/execute/sync 200 139 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/context
[HTTP] {"name":"NATIVE_APP"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.setContext() with args: ["NATIVE_APP","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Parsed 1 active devtools socket: ["@chrome_devtools_remote"]
[debug] [AndroidDriver] Collecting CDP data of 1 webview
[debug] [AndroidDriver] Forwarding remote port chrome_devtools_remote to a local port in range 10900..11000
[debug] [AndroidDriver] You could use the 'webviewDevtoolsPort' capability to customize the starting port number
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp:10900 localabstract:chrome_devtools_remote'
[debug] [ADB] Removing forwarded port socket connection: 10900
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp:10900'
[debug] [AndroidDriver] CDP data collection completed
[debug] [AndroidDriver] Found 1 webview: ["WEBVIEW_chrome"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Available contexts: ["NATIVE_APP","WEBVIEW_chrome"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.setContext() result: null
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/context 200 438 ms - 14
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 180 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 20 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 41 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 11 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 57 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 12 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 28 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 43 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 97 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 11 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 19 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 17 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 96 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 11 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 8982 ms - 842
[HTTP]
[HTTP] --> POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/fcffc193-cdde-4bac-8e9e-344e4717913c/element 404 115 ms - 842
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/source
[HTTP] {}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/session/fcffc193-cdde-4bac-8e9e-344e4717913c/source' to command name 'getPageSource'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/source] to [GET http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/source] with no body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1080\" height=\"2337\">\r\n  <android.widget.FrameLayout index=\"0\" package=\"android\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[28,880][1052,1520]\" displayed=\"true\">\r\n    <android.widget.FrameLayout index=\"0\" package=\"android\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[70,922][1010,1478]\" displayed=\"true\">\r\n      <android.widget.FrameLayout index=\"0\" package=\"android\" class=\"android.wid...
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Replacing sessionId 43891fcf-857e-4645-b742-d42300399555 with fcffc193-cdde-4bac-8e9e-344e4717913c
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/source 200 378 ms - 5813
[HTTP]
[HTTP] --> GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/screenshot
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.getScreenshot() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/screenshot' to command name 'getScreenshot'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/screenshot] with no body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N15fF13fSf87121WpZsyZZt2bHjLU5IcBIIJBAIUBgKFMKLEGhneCZA6auFQkm6zvAUQp9n+tBl0lKmHYYJA6UbE6CE6QwNdErDsIQ1CwSHxEns2I7tWLYly9p1l+cPxfJuS7LucqT3+/XKK/dK557zlaz7Oud87vf3+6Vi1S3lAAAAAEiwdK0LAAAAALhQAg4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAknoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiZetdQEAAADUj/a25njupatj62Vron1xc2y9dPL/x/QfGY4Ht+2a/P9PdsVD23ZH/8BwDSu+cFsvWxMP/mRXRY9xw7WXxIdue8M5t/nwHV+Ke+/7aUXrmM8EHAAAAAvc2tWd8YZXXRk3vvqquOHaS867/Y2vvuqk5/fe99O4+57740tffSB27j5YqTIr4pabXxy33PziuOGmj1T8WOf73X44vlTxGuYzAQcAAMACdcO1l8SvvfOVpwUWs9nPDddeEn/64V+Iu++5Pz76yX9KRCfCLTe/OD51xzvj6995tNalMAcEHAAAAAvMseES0+nWmKkbX31V3Pjqq+Le+35a10MujoUblXT7bTfOaPsP3faGuOG+4/8m997307r9/dWjVKy6pVzrIgAAAKi89rbm+NQd77zgjo2Z+PRd34xbb/+7upqn49Rw4+vfeXROh6jccO0l8S+f++052deH7/hS3H7H3XOyr/muagHHe255RWQzM1u05aeP74uvfP3hitSzdnVnvO1N18Vd//C9ePSJ/bN6/etfeWVcfcVFsaS9NRobcnF0...
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N15fF13fSf87121WpZsyZZt2bHjLU5IcBIIJBAIUBgKFMKLEGhneCZA6auFQkm6zvAUQp9n+tBl0lKmHYYJA6UbE6CE6QwNdErDsIQ1CwSHxEns2I7tWLYly9p1l+cPxfJuS7LucqT3+/XKK/dK557zlaz7Oud87vf3+6Vi1S3lAAAAAEiwdK0LAAAAALhQAg4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiSfgAAAAABJPwAEAAAAknoADAAAASDwBBwAAAJB4Ag4AAAAg8QQcAAAAQOIJOAAAAIDEE3AAAAAAiZetdQEAAADUj/a25njupatj62Vron1xc2y9dPL/x/QfGY4Ht+2a/P9PdsVD23ZH/8BwDSu+cFsvWxMP/mRXRY9xw7WXxIdue8M5t/nwHV+Ke+/7aUXrmM8EHAAAAAvc2tWd8YZXXRk3vvqquOHaS867/Y2vvuqk5/fe99O4+57740tffSB27j5YqTIr4pabXxy33PziuOGmj1T8WOf73X44vlTxGuYzAQcAAMACdcO1l8SvvfOVpwUWs9nPDddeEn/64V+Iu++5Pz76yX9KRCfCLTe/OD51xzvj6995tNalMAcEHAAAAAvMseES0+nWmKkbX31V3Pjqq+Le+35a10MujoUblXT7bTfOaPsP3faGuOG+4/8m997307r9/dWjVKy6pVzrIgAAAKi89rbm+NQd77zgjo2Z+PRd34xbb/+7upqn49Rw4+vfeXROh6jccO0l8S+f++052deH7/hS3H7H3XOyr/muagHHe255RWQzM1u05aeP74uvfP3hitSzdnVnvO1N18Vd//C9ePSJ/bN6/etfeWVcfcVFsaS9NRobcnF0aCR27j4U99730/gfX32gAlUDAADMztbL1sS/fO63o72t+fwbz7H+geF42Zv/...
[HTTP] <-- GET /session/fcffc193-cdde-4bac-8e9e-344e4717913c/screenshot 200 434 ms - 191052
[HTTP]
[HTTP] --> DELETE /session/fcffc193-cdde-4bac-8e9e-344e4717913c/cookie
[HTTP] {}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/session/fcffc193-cdde-4bac-8e9e-344e4717913c/cookie' to command name 'deleteCookies'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [DELETE /session/fcffc193-cdde-4bac-8e9e-344e4717913c/cookie] to [DELETE http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555/cookie] with body: {}
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 404: {"sessionId":null,"value":{"error":"unknown command","message":"The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource","stacktrace":"io.appium.uiautomator2.common.exceptions.UnknownCommandException: The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:84)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)\n\tat io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandler...
[debug] [W3C] Matched W3C error code 'unknown command' to UnknownCommandError
[HTTP] <-- DELETE /session/fcffc193-cdde-4bac-8e9e-344e4717913c/cookie 404 39 ms - 3530
[HTTP]
[HTTP] --> DELETE /session/fcffc193-cdde-4bac-8e9e-344e4717913c
[HTTP] {}
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Calling AppiumDriver.deleteSession() with args: ["fcffc193-cdde-4bac-8e9e-344e4717913c"]
[debug] [AppiumDriver@ee7f] Event 'quitSessionRequested' logged at 1694124755730 (17:12:35 GMT-0500 (Central Daylight Time))
[AppiumDriver@ee7f] Removing session fcffc193-cdde-4bac-8e9e-344e4717913c from our master session list
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Deleting UiAutomator2 session
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Stopping chromedriver for context WEBVIEW_chrome
[debug] [Chromedriver@9ea3 (6aa0156c)] Changed state to 'stopping'
[debug] [Chromedriver@9ea3 (6aa0156c)] Proxying [DELETE /] to [DELETE http://127.0.0.1:8000/session/6aa0156cda19ae5b73661a736efb5b38] with no body
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124755.739][INFO]: [6aa0156cda19ae5b73661a736efb5b38] COMMAND Quit {
[Chromedriver@9ea3 (6aa0156c)] [STDERR] }
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124755.739][DEBUG]: Sending adb command: host-serial:emulator-5554:killforward:tcp:53284
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124755.739][DEBUG]: ADB server responded with "OKAYOKAY" instead of "OKAY".
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124755.739][DEBUG]: Received adb response:
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124755.739][INFO]: [6aa0156cda19ae5b73661a736efb5b38] RESPONSE Quit
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124755.739][DEBUG]: Log type 'driver' lost 0 entries on destruction
[Chromedriver@9ea3 (6aa0156c)] [STDERR] [1694124755.739][DEBUG]: Log type 'browser' lost 112 entries on destruction
[debug] [Chromedriver@9ea3 (6aa0156c)] Got response with status 200: {"value":null}
[debug] [Chromedriver@9ea3] Changed state to 'stopped'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Deleting UiAutomator2 server session
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Matched '/' to command name 'deleteSession'
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Proxying [DELETE /] to [DELETE http://127.0.0.1:8200/session/43891fcf-857e-4645-b742-d42300399555] with no body
[debug] [AndroidUiautomator2Driver@0cf6 (fcffc193)] Got response with status 200: {"sessionId":"43891fcf-857e-4645-b742-d42300399555","value":null}
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings/.recorder.RecorderService'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.[REDACTED].member.debug'
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8200
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp:8200'
[AndroidUiautomator2Driver@0cf6 (fcffc193)] Restoring hidden api policy to the device default configuration
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy''
[debug] [AppiumDriver@ee7f] Event 'quitSessionFinished' logged at 1694124756164 (17:12:36 GMT-0500 (Central Daylight Time))
[debug] [AppiumDriver@ee7f] Received response: null
[debug] [AppiumDriver@ee7f] But deleting session, so not returning
[debug] [AppiumDriver@ee7f] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /session/fcffc193-cdde-4bac-8e9e-344e4717913c 200 435 ms - 14
[HTTP]
[debug] [Instrumentation] .
[debug] [Instrumentation] Time: 52.208
[debug] [Instrumentation]
[debug] [Instrumentation] OK (1 test)
[debug] [Instrumentation] The process has exited with code 0

looks like a Chrome or Chromedriver+Chrome issue. Nevertheless I don’t think there is anything that could be done there from Appium side. Try to report it to Google

To me this is what stands out in the logs. Personally I would get rid of any extra chrome executables on the emulator, and I would update to latest.

To be honest, with an emulator I probably wouldn’t spend to much time on this. I would create a new emulator, install latest chrome and see if that doesn’t fix things. Emulators are extremely cheap and if one isn’t working I’d try creating another before even bothering to troubleshoot. Just my opinion.

I have tried deleting the existing chromedrivers and deleting and creating new emulators. The issue persists.

I have reported the issue to Google. Others at my organization have also been able to reproduce this issue on their own emulators. This seems to be a more general issue.

I agree with @mykola-mokhnach that you could report it to Google, but there are a ton of troubleshooting guides for this if you really need to go that route:

I have followed those guides, but they seem to be targeted to one-time occurrences of the issue. This issue occurs across multiple emulators, through updating chrome, through deleting the chrome cache and storage etc. The issue persists after running those steps and on fresh new emulators.

You keep moving the goalposts, I’m not sure why but it’s not helping the issue.

So which is it? You describe the problem as something that just occurred, and is puzzling. Now no one can use chromedriver anymore. I don’t get the point of this.

It seems like there is a legitimate issue here but we aren’t really getting the whole picture. All we can do on this board is to make suggestions as to help you to troubleshoot an issue. Maybe take a breath and try to give the actual status of what is going on. And try not to dismiss suggestions so readily. Help us to help you.

Any dismissive tone was unintentional. I also wish I had a more complete picture from the beginning, but more information has been coming to light over time.

On the day I wrote the first post, that information was as complete as I had at the time. The tests had been stable and the issue just started. As I learned that this was happening on other people’s machines (this morning), I mentioned that information as it may help to understand the issue.

Although some troubleshooting steps I had tried were included in the first post, I wish I could have remembered all the troubleshooting steps I had tried but I forgot some when writing it. Sorry if my wording of having tried those steps came across the wrong way.

Here is another piece of information that just came to light (an hour ago):

An emulator on API level 32 Sv2 (instead of 33), seems to keep the ‘Chrome keeps stopping’ error from popping up (at least for the first eight times the tests have run), and that leaves the issue of the driver timing out while trying to set the context to WEBVIEW_chrome. The appium log for that is below.

[Appium] Welcome to Appium v2.1.3 (REV f4f85f021be5404a9d3d60cb2ed69d30b746e88a)
[Appium] Non-default server args:
[Appium] {
[Appium]   allowCors: true,
[Appium]   allowInsecure: [
[Appium]     'chromedriver_autodownload'
[Appium]   ],
[Appium]   relaxedSecurityEnabled: true
[Appium] }
[Appium] Attempting to load driver xcuitest...
[debug] [Appium] Requiring driver at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-xcuitest-driver
[Appium] Attempting to load driver uiautomator2...
[debug] [Appium] Requiring driver at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver
[Appium] You have enabled CORS requests from any host. Be careful not to visit sites which could maliciously try to start Appium sessions on your machine
[Appium] Appium REST http interface listener started on http://0.0.0.0:4723
[Appium] You can provide the following URLs in your client code to connect to this server:
[Appium] 	http://127.0.0.1:4723/ (only accessible from the same host)
[Appium] 	http://192.168.1.125:4723/
[Appium] Available drivers:
[Appium]   - [email protected] (automationName 'XCUITest')
[Appium]   - [email protected] (automationName 'UiAutomator2')
[Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use.
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 4 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 14 ms - 2659
[HTTP]
[debug] [HTTP] Request idempotency key: 0d49744d-92f0-42ce-ac14-d0fa6a2e4037
[HTTP] --> POST /session
[HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"appium:app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","appium:autoLaunch":true,"appium:automationName":"UIAutomator2","appium:chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","appium:newCommandTimeout":300,"appium:optionalIntentArguments":"-e \"environment\" \"MOCK\"","appium:showChromedriverLog":true,"appium:uninstallOtherPackages":"com.[REDACTED].member.debug","platformName":"ANDROID"}}}
[debug] [AppiumDriver@eec0] Calling AppiumDriver.createSession() with args: [null,null,{"firstMatch":[{}],"alwaysMatch":{"appium:app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","appium:autoLaunch":true,"appium:automationName":"UIAutomator2","appium:chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","appium:newCommandTimeout":300,"appium:optionalIntentArguments":"-e \"environment\" \"MOCK\"","appium:showChromedriverLog":true,"appium:uninstallOtherPackages":"com.[REDACTED].member.debug","platformName":"ANDROID"}}]
[debug] [AppiumDriver@eec0] Event 'newSessionRequested' logged at 1694198419222 (13:40:19 GMT-0500 (Central Daylight Time))
[Appium] Attempting to find matching driver for automationName 'UIAutomator2' and platformName 'ANDROID'
[Appium] The 'uiautomator2' driver was installed and matched caps.
[Appium] Will require it at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver
[debug] [Appium] Requiring driver at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver
[AppiumDriver@eec0] Appium v2.1.3 creating new AndroidUiautomator2Driver (v2.29.5) session
[AppiumDriver@eec0] Checking BaseDriver versions for Appium and AndroidUiautomator2Driver
[AppiumDriver@eec0] Appium's BaseDriver version is 9.3.20
[AppiumDriver@eec0] AndroidUiautomator2Driver's BaseDriver version is 9.3.20
[AppiumDriver@eec0] Applying relaxed security to 'AndroidUiautomator2Driver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure
[AppiumDriver@eec0] Explicitly enabling use of insecure features:
[AppiumDriver@eec0]     chromedriver_autodownload
[debug] [AndroidUiautomator2Driver@86f5] Creating session with W3C capabilities: {
[debug] [AndroidUiautomator2Driver@86f5]   "alwaysMatch": {
[debug] [AndroidUiautomator2Driver@86f5]     "platformName": "ANDROID",
[debug] [AndroidUiautomator2Driver@86f5]     "appium:app": "/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk",
[debug] [AndroidUiautomator2Driver@86f5]     "appium:autoLaunch": true,
[debug] [AndroidUiautomator2Driver@86f5]     "appium:automationName": "UIAutomator2",
[debug] [AndroidUiautomator2Driver@86f5]     "appium:chromedriverExecutableDir": "/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/",
[debug] [AndroidUiautomator2Driver@86f5]     "appium:newCommandTimeout": 300,
[debug] [AndroidUiautomator2Driver@86f5]     "appium:optionalIntentArguments": "-e \"environment\" \"MOCK\"",
[debug] [AndroidUiautomator2Driver@86f5]     "appium:showChromedriverLog": true,
[debug] [AndroidUiautomator2Driver@86f5]     "appium:uninstallOtherPackages": "com.[REDACTED].member.debug"
[debug] [AndroidUiautomator2Driver@86f5]   },
[debug] [AndroidUiautomator2Driver@86f5]   "firstMatch": [
[debug] [AndroidUiautomator2Driver@86f5]     {}
[debug] [AndroidUiautomator2Driver@86f5]   ]
[debug] [AndroidUiautomator2Driver@86f5] }
[AndroidUiautomator2Driver@86f5 (076d2624)] Session created with session id: 076d2624-5bc8-4bfc-b709-7595a7976c08
[BaseDriver] Using local app '/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Checking whether app is actually present
[ADB] Found 4 'build-tools' folders under '/Users/[REDACTED]/Library/Android/sdk' (newest first):
[ADB]     /Users/[REDACTED]/Library/Android/sdk/build-tools/34.0.0-rc2
[ADB]     /Users/[REDACTED]/Library/Android/sdk/build-tools/33.0.2
[ADB]     /Users/[REDACTED]/Library/Android/sdk/build-tools/33.0.1
[ADB]     /Users/[REDACTED]/Library/Android/sdk/build-tools/30.0.3
[ADB] Using 'adb' from '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 start-server'
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices
[debug] [ADB] Connected devices: [{"udid":"emulator-5554","state":"device"}]
[AndroidDriver] Using device: emulator-5554
[ADB] Using 'adb' from '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 start-server'
[debug] [ADB] Setting device id to emulator-5554
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk'
[debug] [ADB] Current device property 'ro.build.version.sdk': 32
[ADB] Getting device platform version
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 12
[debug] [ADB] Device API level: 32
[AndroidUiautomator2Driver@86f5 (076d2624)] Relaxing hidden api policy
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'settings put global hidden_api_policy_pre_p_apps 1;settings put global hidden_api_policy_p_apps 1;settings put global hidden_api_policy 1''
[debug] [AndroidDriver] Parsing package and activity from app manifest
[ADB] Package name: 'com.[REDACTED].member.debug'
[ADB] Main activity name: 'com.[REDACTED].member.android.MainActivity'
[debug] [AndroidDriver] Parsed package and activity are: com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping'
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting package info for 'io.appium.settings'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
[debug] [ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('5.1.0' >= '5.1.0')
[debug] [ADB] There is no need to install/upgrade '/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
[debug] [ADB] Getting IDs of all 'io.appium.settings' processes
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'pgrep --help; echo $?''
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)'
[debug] [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
[debug] [Logcat] Starting logs capture with command: /Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 logcat -v threadtime
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Forwarding UiAutomator2 Server port 6790 to local port 8200
[debug] [ADB] Forwarding system: 8200 to device: 6790
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp:8200 tcp:6790'
[debug] [ADB] Checking app cert for /Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v5.12.3.apk
[debug] [ADB] Checking app cert for /Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk
[ADB] Using 'apksigner.jar' from '/Users/[REDACTED]/Library/Android/sdk/build-tools/34.0.0-rc2/lib/apksigner.jar'
[debug] [ADB] Starting apksigner: /Users/[REDACTED]/.sdkman/candidates/java/17.0.7-amzn/bin/java -Xmx1024M -Xss1m -jar /Users/[REDACTED]/Library/Android/sdk/build-tools/34.0.0-rc2/lib/apksigner.jar verify --print-certs /Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] Starting apksigner: /Users/[REDACTED]/.sdkman/candidates/java/17.0.7-amzn/bin/java -Xmx1024M -Xss1m -jar /Users/[REDACTED]/Library/Android/sdk/build-tools/34.0.0-rc2/lib/apksigner.jar verify --print-certs /Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v5.12.3.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] [ADB]
[debug] [ADB] sha256 hash did match for 'appium-uiautomator2-server-debug-androidTest.apk'
[ADB] '/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is signed with the default certificate
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm path io.appium.uiautomator2.server.test'
[debug] [ADB] 'io.appium.uiautomator2.server.test' is installed
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: [email protected], CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] [ADB]
[debug] [ADB] sha256 hash did match for 'appium-uiautomator2-server-v5.12.3.apk'
[ADB] '/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v5.12.3.apk' is signed with the default certificate
[debug] [ADB] Getting package info for 'io.appium.uiautomator2.server'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.uiautomator2.server'
[debug] [ADB] The version name of the installed 'io.appium.uiautomator2.server' is greater or equal to the application version name ('5.12.3' >= '5.12.3')
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Server packages status: [{"wasSigned":true,"installState":"sameVersionInstalled","appPath":"/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v5.12.3.apk","appId":"io.appium.uiautomator2.server"},{"wasSigned":true,"installState":"sameVersionInstalled","appPath":"/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk","appId":"io.appium.uiautomator2.server.test"}]
[AndroidUiautomator2Driver@86f5 (076d2624)] Server packages are not going to be (re)installed
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 30000ms for services to be available
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm list instrumentation'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available
[ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist
[debug] [ADB] Got the following command chunks to execute: [["dumpsys","deviceidle","whitelist","+io.appium.settings",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server.test",";"]]
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;'
[debug] [AndroidDriver] Uninstalling packages: com.[REDACTED].member.debug
[debug] [ADB] Uninstalling com.[REDACTED].member.debug
[debug] [ADB] Getting install status for com.[REDACTED].member.debug
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm path com.[REDACTED].member.debug'
[debug] [ADB] 'com.[REDACTED].member.debug' is installed
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.[REDACTED].member.debug'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 uninstall com.[REDACTED].member.debug'
[debug] [ADB] 'adb uninstall com.[REDACTED].member.debug' command output: Success
[ADB] com.[REDACTED].member.debug was successfully uninstalled
[debug] [ADB] Checking app cert for /Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk
[debug] [ADB] Starting apksigner: /Users/[REDACTED]/.sdkman/candidates/java/17.0.7-amzn/bin/java -Xmx1024M -Xss1m -jar /Users/[REDACTED]/Library/Android/sdk/build-tools/34.0.0-rc2/lib/apksigner.jar verify --print-certs /Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218\(1\)-debug.apk
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: ST=MN, L=Minneapolis, O=[REDACTED]
[debug] [ADB] Signer #1 certificate SHA-256 digest: 22e1d80ff001616916dabc514b255820649b370a209f29c77f08397c49e24626
[debug] [ADB] Signer #1 certificate SHA-1 digest: df450a4d8a4b9fd99b437b9e2397867466ecd28d
[debug] [ADB] Signer #1 certificate MD5 digest: 53f01be86401785de5eb2ee72cfc4f28
[debug] [ADB]
[ADB] '/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk' is signed with a non-default certificate
[debug] [ADB] Getting package info for 'com.[REDACTED].member.debug'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.[REDACTED].member.debug'
[debug] [ADB] App '/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk' is not installed
[debug] [ADB] Installing '/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 help'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 features'
[ADB] The application at '/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk' will not be cached, because the device under test has confirmed the support of streamed installs
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 install /Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk'
[ADB] The installation of '[REDACTED]Member-5.3.1218(1)-debug.apk' took 278ms
[debug] [ADB] Install command stdout: Performing Streamed Install
[debug] [ADB] Success
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Performing shallow cleanup of automation leftovers
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] No obsolete sessions have been detected (socket hang up)
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop io.appium.uiautomator2.server.test'
[AndroidUiautomator2Driver@86f5 (076d2624)] Starting UIAutomator2 server 5.12.3
[AndroidUiautomator2Driver@86f5 (076d2624)] Using UIAutomator2 server from '/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v5.12.3.apk' and test from '/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
[AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 30000ms for UiAutomator2 to be online...
[debug] [ADB] Creating ADB subprocess with args: ["-P","5037","-s","emulator-5554","shell","am","instrument","-w","-e","disableAnalytics",true,"io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@86f5 (076d2624)] socket hang up
[debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[AndroidUiautomator2Driver@86f5 (076d2624)] socket hang up
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/status' to command name 'getStatus'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /status] to [GET http://127.0.0.1:8200/status] with no body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] The initialization of the instrumentation process took 2101ms
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/session' to command name 'createSession'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /session] to [POST http://127.0.0.1:8200/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"ANDROID","app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","autoLaunch":true,"automationName":"UIAutomator2","chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","newCommandTimeout":300,"optionalIntentArguments":"-e \"environment\" \"MOCK\"","showChromedriverLog":true,"uninstallOtherPackages":"com.[REDACTED].member.debug"},"platformName":"ANDROID","app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","autoLaunch":true,"automationName":"UIAutomator2","chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","newCommandTime...
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"ANDROID","app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","autoLaunch":true,"automationName":"UIAutomator2","chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","newCommandTimeout":300,"optionalIntentArguments":"-e \"environment\" \"MOCK\"","showChromedriverLog":true,"uninstallOtherPackages":"com.[REDACTED].member.debug"},"platformName":"ANDROID","app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","autoLaunch":true,"automationName":"UIAutomator2","chromedriverExecutableDir":"/Users/[REDACTED]/Wo...
[AndroidUiautomator2Driver@86f5 (076d2624)] Determined the downstream protocol as 'W3C'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/appium/device/info] with no body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"androidId":"b293285ff8b14a34","apiVersion":"32","bluetooth":{"state":"ON"},"brand":"google","carrierName":"T-Mobile","displayDensity":420,"locale":"en_US","manufacturer":"Google","model":"sdk_gphone64_arm64","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":30000,"linkUpstreamBandwidthKbps":12000,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","signalStrength":-50,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":"","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":-1,"subtypeName":"","type":1,"typeName":"WIFI"},{"capabilities":{"SSID":null,"linkDownBandwidthKbps":4300,"linkUpstreamBandwidthKbps":1800,"networkCapabili...
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window'
[AndroidDriver] Screen already unlocked, doing nothing
[AndroidUiautomator2Driver@86f5 (076d2624)] Starting 'com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity and waiting for 'com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start -W -n com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -e "environment" "MOCK"'
[debug] [ADB] Waiting up to 20000ms for activity matching pkg: 'com.[REDACTED].member.debug' and activity: 'com.[REDACTED].member.android.MainActivity' to be focused
[debug] [ADB] Possible activities, to be checked: 'com.[REDACTED].member.android.MainActivity', 'com.[REDACTED].member.debug.com.[REDACTED].member.android.MainActivity'
[debug] [ADB] Getting focused package and activity
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window displays'
[debug] [ADB] Found package: 'com.[REDACTED].member.debug' and fully qualified activity name : 'com.[REDACTED].member.android.MainActivity'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /appium/device/pixel_ratio] to [GET http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/appium/device/pixel_ratio] with no body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":2.625}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/appium/device/system_bars' to command name 'getSystemBars'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /appium/device/system_bars] to [GET http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/appium/device/system_bars] with no body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"statusBar":63}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/window/current/size' to command name 'getWindowSize'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /window/current/size] to [GET http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/window/current/size] with no body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"height":2358,"width":1080}}
[AppiumDriver@eec0] New AndroidUiautomator2Driver session created successfully, session 076d2624-5bc8-4bfc-b709-7595a7976c08 added to master session list
[debug] [AppiumDriver@eec0] Event 'newSessionStarted' logged at 1694198425705 (13:40:25 GMT-0500 (Central Daylight Time))
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Cached the protocol value 'W3C' for the new session 076d2624-5bc8-4bfc-b709-7595a7976c08
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.createSession() result: {"capabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"ANDROID","app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","autoLaunch":true,"automationName":"UIAutomator2","chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","newCommandTimeout":300,"optionalIntentArguments":"-e \"environment\" \"MOCK\"","showChromedriverLog":true,"uninstallOtherPackages":"com.[REDACTED].member.debug"},"platformName":"ANDROID","app":"/Users/[REDACTED]/Workspace/mobile-aft/../android-member-app/app/build/outputs/apk/debug/[REDACTED]Member-5.3.1218(1)-debug.apk","autoLaunch":true,"automationName":"UIAutomator2","chromedriverExecutableDir":"/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/","newCommandTimeout":300,"optio...
[HTTP] <-- POST /session 200 6487 ms - 1573
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/execute/sync
[HTTP] {"script":"mobile: isLocked","args":[]}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.execute() with args: ["mobile: isLocked",[],"076d2624-5bc8-4bfc-b709-7595a7976c08"]
[AndroidUiautomator2Driver@86f5 (076d2624)] Executing native command 'mobile: isLocked'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.execute() result: false
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/execute/sync 200 231 ms - 15
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/execute/sync
[HTTP] {"script":"mobile:shell","args":[{"args":["\"chrome --disable-fre --no-default-browser-check --no-first-run\"",">","/data/local/tmp/chrome-command-line"],"command":"echo"}]}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.execute() with args: ["mobile:shell",[{"args":["\"chrome --disable-fre --no-default-browser-check --no-first-run\"",">","/data/local/tmp/chrome-command-line"],"command":"echo"}],"076d2624-5bc8-4bfc-b709-7595a7976c08"]
[AndroidUiautomator2Driver@86f5 (076d2624)] Executing native command 'mobile:shell'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo '"chrome --disable-fre --no-default-browser-check --no-first-run"' \> /data/local/tmp/chrome-command-line'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.execute() result: ""
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/execute/sync 200 51 ms - 12
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/execute/sync
[HTTP] {"script":"mobile: terminateApp","args":[{"bundleId":"com.[REDACTED].member.debug","appId":"com.[REDACTED].member.debug"}]}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.execute() with args: ["mobile: terminateApp",[{"bundleId":"com.[REDACTED].member.debug","appId":"com.[REDACTED].member.debug"}],"076d2624-5bc8-4bfc-b709-7595a7976c08"]
[AndroidUiautomator2Driver@86f5 (076d2624)] Executing native command 'mobile: terminateApp'
[AndroidUiautomator2Driver@86f5 (076d2624)] Terminating 'com.[REDACTED].member.debug'
[debug] [ADB] Getting IDs of all 'com.[REDACTED].member.debug' processes
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)com\.[REDACTED]\.member\.debug\(\[\[:blank:\]\]\|\$\)'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.[REDACTED].member.debug'
[AndroidUiautomator2Driver@86f5 (076d2624)] Querying the state of 'com.[REDACTED].member.debug'
[debug] [ADB] Getting install status for com.[REDACTED].member.debug
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm path com.[REDACTED].member.debug'
[debug] [ADB] 'com.[REDACTED].member.debug' is installed
[debug] [ADB] Getting IDs of all 'com.[REDACTED].member.debug' processes
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)com\.[REDACTED]\.member\.debug\(\[\[:blank:\]\]\|\$\)'
[AndroidUiautomator2Driver@86f5 (076d2624)] 'com.[REDACTED].member.debug' has been successfully terminated
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.execute() result: true
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/execute/sync 200 219 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/execute/sync
[HTTP] {"script":"mobile: terminateApp","args":[{"bundleId":"com.android.chrome","appId":"com.android.chrome"}]}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.execute() with args: ["mobile: terminateApp",[{"bundleId":"com.android.chrome","appId":"com.android.chrome"}],"076d2624-5bc8-4bfc-b709-7595a7976c08"]
[AndroidUiautomator2Driver@86f5 (076d2624)] Executing native command 'mobile: terminateApp'
[AndroidUiautomator2Driver@86f5 (076d2624)] Terminating 'com.android.chrome'
[debug] [ADB] Getting IDs of all 'com.android.chrome' processes
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)com\.android\.chrome\(\[\[:blank:\]\]\|\$\)'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.android.chrome'
[AndroidUiautomator2Driver@86f5 (076d2624)] Querying the state of 'com.android.chrome'
[debug] [ADB] Getting install status for com.android.chrome
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm path com.android.chrome'
[debug] [ADB] 'com.android.chrome' is installed
[debug] [ADB] Getting IDs of all 'com.android.chrome' processes
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)com\.android\.chrome\(\[\[:blank:\]\]\|\$\)'
[AndroidUiautomator2Driver@86f5 (076d2624)] 'com.android.chrome' has been successfully terminated
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.execute() result: true
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/execute/sync 200 185 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/execute/sync
[HTTP] {"script":"mobile: activateApp","args":[{"bundleId":"com.[REDACTED].member.debug","appId":"com.[REDACTED].member.debug"}]}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.execute() with args: ["mobile: activateApp",[{"bundleId":"com.[REDACTED].member.debug","appId":"com.[REDACTED].member.debug"}],"076d2624-5bc8-4bfc-b709-7595a7976c08"]
[AndroidUiautomator2Driver@86f5 (076d2624)] Executing native command 'mobile: activateApp'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Activating 'com.[REDACTED].member.debug'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cmd package resolve-activity --brief com.[REDACTED].member.debug'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am start-activity -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.[REDACTED].member.debug/com.[REDACTED].member.android.MainActivity }
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.execute() result: null
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/execute/sync 200 72 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/context
[HTTP] {"name":"NATIVE_APP"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.setContext() with args: ["NATIVE_APP","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.setContext() result: null
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/context 200 1 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"email_field\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"email_field\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"email_field\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"ELEMENT":"00000000-0000-0067-0000-002000000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-002000000004"}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-002000000004","ELEMENT":"00000000-0000-0067-0000-002000000004"}
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 200 1422 ms - 137
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002000000004/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0067-0000-002000000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-002000000004/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /element/00000000-0000-0067-0000-002000000004/attribute/displayed] to [GET http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-002000000004/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":"true"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002000000004/displayed 200 531 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"email_field\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"email_field\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"email_field\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"ELEMENT":"00000000-0000-0067-0000-002000000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-002000000004"}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-002000000004","ELEMENT":"00000000-0000-0067-0000-002000000004"}
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 200 21 ms - 137
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002000000004/click
[HTTP] {"id":"00000000-0000-0067-0000-002000000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.click() with args: ["00000000-0000-0067-0000-002000000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-002000000004/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element/00000000-0000-0067-0000-002000000004/click] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-002000000004/click] with body: {"element":"00000000-0000-0067-0000-002000000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002000000004/click 200 60 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002000000004/clear
[HTTP] {"id":"00000000-0000-0067-0000-002000000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.clear() with args: ["00000000-0000-0067-0000-002000000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-002000000004/clear' to command name 'clear'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element/00000000-0000-0067-0000-002000000004/clear] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-002000000004/clear] with body: {"elementId":"00000000-0000-0067-0000-002000000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.clear() result: null
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002000000004/clear 200 1275 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002000000004/value
[HTTP] {"id":"00000000-0000-0067-0000-002000000004","text":"[email protected]","value":["t","e","s","t","@","t","e","s","t",".","c","o","m"]}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.setValue() with args: [["t","e","s","t","@","t","e","s","t",".","c","o","m"],"00000000-0000-0067-0000-002000000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-002000000004/value' to command name 'setValue'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Added 'value' property ["t","e","s","t","@","t","e","s","t",".","c","o","m"] to 'setValue' request body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element/00000000-0000-0067-0000-002000000004/value] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-002000000004/value] with body: {"elementId":"00000000-0000-0067-0000-002000000004","text":"[email protected]","replace":false,"value":["t","e","s","t","@","t","e","s","t",".","c","o","m"]}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.setValue() result: null
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002000000004/value 200 30 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/back
[HTTP] {}
[AndroidUiautomator2Driver@86f5 (076d2624)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/session/076d2624-5bc8-4bfc-b709-7595a7976c08/back' to command name 'back'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/back] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/back] with body: {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[AndroidUiautomator2Driver@86f5 (076d2624)] Replacing sessionId 16ee4350-0931-4da4-890d-3e5917d5b4b7 with 076d2624-5bc8-4bfc-b709-7595a7976c08
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/back 200 48 ms - 65
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"password_field\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"password_field\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"password_field\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"ELEMENT":"00000000-0000-0067-0000-002d00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-002d00000004"}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-002d00000004","ELEMENT":"00000000-0000-0067-0000-002d00000004"}
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 200 621 ms - 137
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002d00000004/click
[HTTP] {"id":"00000000-0000-0067-0000-002d00000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.click() with args: ["00000000-0000-0067-0000-002d00000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-002d00000004/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element/00000000-0000-0067-0000-002d00000004/click] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-002d00000004/click] with body: {"element":"00000000-0000-0067-0000-002d00000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002d00000004/click 200 36 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002d00000004/clear
[HTTP] {"id":"00000000-0000-0067-0000-002d00000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.clear() with args: ["00000000-0000-0067-0000-002d00000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-002d00000004/clear' to command name 'clear'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element/00000000-0000-0067-0000-002d00000004/clear] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-002d00000004/clear] with body: {"elementId":"00000000-0000-0067-0000-002d00000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.clear() result: null
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002d00000004/clear 200 23 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002d00000004/value
[HTTP] {"id":"00000000-0000-0067-0000-002d00000004","text":"Password1","value":["P","a","s","s","w","o","r","d","1"]}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.setValue() with args: [["P","a","s","s","w","o","r","d","1"],"00000000-0000-0067-0000-002d00000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-002d00000004/value' to command name 'setValue'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Added 'value' property ["P","a","s","s","w","o","r","d","1"] to 'setValue' request body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element/00000000-0000-0067-0000-002d00000004/value] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-002d00000004/value] with body: {"elementId":"00000000-0000-0067-0000-002d00000004","text":"Password1","replace":false,"value":["P","a","s","s","w","o","r","d","1"]}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.setValue() result: null
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-002d00000004/value 200 733 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/back
[HTTP] {}
[AndroidUiautomator2Driver@86f5 (076d2624)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/session/076d2624-5bc8-4bfc-b709-7595a7976c08/back' to command name 'back'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/back] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/back] with body: {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[AndroidUiautomator2Driver@86f5 (076d2624)] Replacing sessionId 16ee4350-0931-4da4-890d-3e5917d5b4b7 with 076d2624-5bc8-4bfc-b709-7595a7976c08
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/back 200 43 ms - 65
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"log_in_button\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"log_in_button\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"log_in_button\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"ELEMENT":"00000000-0000-0067-0000-003d00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-003d00000004"}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-003d00000004","ELEMENT":"00000000-0000-0067-0000-003d00000004"}
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 200 625 ms - 137
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-003d00000004/click
[HTTP] {"id":"00000000-0000-0067-0000-003d00000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.click() with args: ["00000000-0000-0067-0000-003d00000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-003d00000004/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element/00000000-0000-0067-0000-003d00000004/click] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-003d00000004/click] with body: {"element":"00000000-0000-0067-0000-003d00000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-003d00000004/click 200 530 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 404 49 ms - 842
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 404 29 ms - 842
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 404 175 ms - 842
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 404 364 ms - 842
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 404 286 ms - 842
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 404 369 ms - 842
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"home_tab\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"home_tab\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"home_tab\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"ELEMENT":"00000000-0000-0067-0000-007500000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-007500000004"}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-007500000004","ELEMENT":"00000000-0000-0067-0000-007500000004"}
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 200 223 ms - 137
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-007500000004/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0067-0000-007500000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-007500000004/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /element/00000000-0000-0067-0000-007500000004/attribute/displayed] to [GET http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-007500000004/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":"true"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-007500000004/displayed 200 16 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"care_tab\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"care_tab\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"care_tab\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"ELEMENT":"00000000-0000-0067-0000-008e00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-008e00000004"}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-008e00000004","ELEMENT":"00000000-0000-0067-0000-008e00000004"}
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 200 25 ms - 137
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-008e00000004/click
[HTTP] {"id":"00000000-0000-0067-0000-008e00000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.click() with args: ["00000000-0000-0067-0000-008e00000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-008e00000004/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element/00000000-0000-0067-0000-008e00000004/click] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-008e00000004/click] with body: {"element":"00000000-0000-0067-0000-008e00000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-008e00000004/click 200 37 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"find_a_provider_icon\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"find_a_provider_icon\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"find_a_provider_icon\")","context":"","multiple":false}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 404 73 ms - 842
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"find_a_provider_icon\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"find_a_provider_icon\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"find_a_provider_icon\")","context":"","multiple":false}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 404 23 ms - 842
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"find_a_provider_icon\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"find_a_provider_icon\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"find_a_provider_icon\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"ELEMENT":"00000000-0000-0067-0000-00b100000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-00b100000004"}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-00b100000004","ELEMENT":"00000000-0000-0067-0000-00b100000004"}
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 200 48 ms - 137
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-00b100000004/displayed
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.elementDisplayed() with args: ["00000000-0000-0067-0000-00b100000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-00b100000004/attribute/displayed' to command name 'getAttribute'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /element/00000000-0000-0067-0000-00b100000004/attribute/displayed] to [GET http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-00b100000004/attribute/displayed] with no body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":"true"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.elementDisplayed() result: true
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-00b100000004/displayed 200 12 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"[REDACTED]\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"[REDACTED]\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"[REDACTED]\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"ELEMENT":"00000000-0000-0067-0000-00bf00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-00bf00000004"}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-00bf00000004","ELEMENT":"00000000-0000-0067-0000-00bf00000004"}
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 200 37 ms - 137
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-00bf00000004/click
[HTTP] {"id":"00000000-0000-0067-0000-00bf00000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.click() with args: ["00000000-0000-0067-0000-00bf00000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-00bf00000004/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element/00000000-0000-0067-0000-00bf00000004/click] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-00bf00000004/click] with body: {"element":"00000000-0000-0067-0000-00bf00000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-00bf00000004/click 200 657 ms - 14
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 404 20 ms - 842
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 404 20 ms - 842
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 404 93 ms - 842
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"error":"no such element","message":"An element could not be located on the page using the given search parameters","stacktrace":"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:277)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:271)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann...
[debug] [W3C] Matched W3C error code 'no such element' to NoSuchElementError
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrEls (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/find.js:75:11)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at processTicksAndRejections (node:internal/process/task_queues:95:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElOrElsWithProcessing (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:60:12)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.findElement (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/basedriver/commands/find.ts:75:12)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 404 81 ms - 842
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"ELEMENT":"00000000-0000-0067-0000-00ff00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-00ff00000004"}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-00ff00000004","ELEMENT":"00000000-0000-0067-0000-00ff00000004"}
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 200 48 ms - 137
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"ELEMENT":"00000000-0000-0067-0000-00ff00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-00ff00000004"}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-00ff00000004","ELEMENT":"00000000-0000-0067-0000-00ff00000004"}
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 200 16 ms - 137
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-00ff00000004/element
[HTTP] {"id":"00000000-0000-0067-0000-00ff00000004","using":"class name","value":"android.widget.TextView"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElementFromElement() with args: ["class name","android.widget.TextView","00000000-0000-0067-0000-00ff00000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"class name","selector":"android.widget.TextView","context":"00000000-0000-0067-0000-00ff00000004","multiple":false}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"ELEMENT":"00000000-0000-0067-0000-010100000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-010100000004"}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.findElementFromElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-010100000004","ELEMENT":"00000000-0000-0067-0000-010100000004"}
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-00ff00000004/element 200 14 ms - 137
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-010100000004/text
[HTTP] {}
[AndroidUiautomator2Driver@86f5 (076d2624)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-010100000004/text' to command name 'getText'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-010100000004/text] to [GET http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-010100000004/text] with no body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":"Go to [REDACTED]"}
[AndroidUiautomator2Driver@86f5 (076d2624)] Replacing sessionId 16ee4350-0931-4da4-890d-3e5917d5b4b7 with 076d2624-5bc8-4bfc-b709-7595a7976c08
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-010100000004/text 200 9 ms - 76
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element
[HTTP] {"using":"-android uiautomator","value":"new UiSelector().resourceId(\"virtual_service_website_button\")"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.findElement() with args: ["-android uiautomator","new UiSelector().resourceId(\"virtual_service_website_button\")","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Valid locator strategies for this request: xpath, id, class name, accessibility id, css selector, -android uiautomator
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Waiting up to 0 ms for condition
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element' to command name 'findElement'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element] with body: {"strategy":"-android uiautomator","selector":"new UiSelector().resourceId(\"virtual_service_website_button\")","context":"","multiple":false}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":{"ELEMENT":"00000000-0000-0067-0000-00ff00000004","element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-00ff00000004"}}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"00000000-0000-0067-0000-00ff00000004","ELEMENT":"00000000-0000-0067-0000-00ff00000004"}
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element 200 16 ms - 137
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-00ff00000004/click
[HTTP] {"id":"00000000-0000-0067-0000-00ff00000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.click() with args: ["00000000-0000-0067-0000-00ff00000004","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/element/00000000-0000-0067-0000-00ff00000004/click' to command name 'click'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [POST /element/00000000-0000-0067-0000-00ff00000004/click] to [POST http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/element/00000000-0000-0067-0000-00ff00000004/click] with body: {"element":"00000000-0000-0067-0000-00ff00000004"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.click() result: null
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/element/00000000-0000-0067-0000-00ff00000004/click 200 60 ms - 14
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 53 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 55 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 62 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 57 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 43 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 41 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 59 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 61 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 80 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 37 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 44 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 59 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 42 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 47 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 56 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 45 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 40 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 51 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Found no active devtools sockets
[debug] [AndroidDriver] Other sockets are: [
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 36894 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0001 01 249781 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000002 00000000 00010000 0005 01 28486 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234535 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36065 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36104 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246506 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 234543 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 246474 @com.android.internal.os.AppZygoteInit/3f8756a4-e674-4f63-a61b-b66ff5e09659",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67530 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243748 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243753 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 208099 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36087 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 31829 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243869 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246347 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 67618 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 36143 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35631 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 239293 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0001 03 36076 @com.android.internal.os.WebViewZygoteInit/8ff3c9b3-a9bb-4137-84d2-a43ea50338a1",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 240617 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 155297 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 101899 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 241340 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 183843 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 223820 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35078 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 236650 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 243057 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 246475 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35073 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 250086 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 39636 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 64105 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40108 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 235402 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35070 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40326 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 40121 @jdwp-control",
[debug] [AndroidDriver]   "0000000000000000: 00000003 00000000 00000000 0005 03 35815 @jdwp-control"
[debug] [AndroidDriver] ]
[debug] [AndroidDriver] Found 0 webviews: []
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 100 ms - 24
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Parsed 1 active devtools socket: ["@chrome_devtools_remote"]
[debug] [AndroidDriver] Collecting CDP data of 1 webview
[debug] [AndroidDriver] Forwarding remote port chrome_devtools_remote to a local port in range 10900..11000
[debug] [AndroidDriver] You could use the 'webviewDevtoolsPort' capability to customize the starting port number
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp:10900 localabstract:chrome_devtools_remote'
[debug] [ADB] Removing forwarded port socket connection: 10900
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp:10900'
[debug] [AndroidDriver] CDP data collection completed
[debug] [AndroidDriver] Found 1 webview: ["WEBVIEW_chrome"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP","WEBVIEW_chrome"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_chrome"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 98 ms - 41
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getContexts() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Parsed 1 active devtools socket: ["@chrome_devtools_remote"]
[debug] [AndroidDriver] Collecting CDP data of 1 webview
[debug] [AndroidDriver] Forwarding remote port chrome_devtools_remote to a local port in range 10900..11000
[debug] [AndroidDriver] You could use the 'webviewDevtoolsPort' capability to customize the starting port number
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp:10900 localabstract:chrome_devtools_remote'
[debug] [ADB] Removing forwarded port socket connection: 10900
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp:10900'
[debug] [AndroidDriver] CDP data collection completed
[debug] [AndroidDriver] Found 1 webview: ["WEBVIEW_chrome"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP","WEBVIEW_chrome"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_chrome"]
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/contexts 200 71 ms - 41
[HTTP]
[HTTP] --> POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/context
[HTTP] {"name":"WEBVIEW_chrome"}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.setContext() with args: ["WEBVIEW_chrome","076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidDriver] Getting a list of available webviews
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /proc/net/unix'
[debug] [AndroidDriver] Parsed 1 active devtools socket: ["@chrome_devtools_remote"]
[debug] [AndroidDriver] Collecting CDP data of 1 webview
[debug] [AndroidDriver] Forwarding remote port chrome_devtools_remote to a local port in range 10900..11000
[debug] [AndroidDriver] You could use the 'webviewDevtoolsPort' capability to customize the starting port number
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp:10900 localabstract:chrome_devtools_remote'
[debug] [ADB] Removing forwarded port socket connection: 10900
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp:10900'
[debug] [AndroidDriver] CDP data collection completed
[debug] [AndroidDriver] Found 1 webview: ["WEBVIEW_chrome"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Available contexts: ["NATIVE_APP","WEBVIEW_chrome"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Connecting to chrome-backed webview context 'WEBVIEW_chrome'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Identified chromeAndroidPackage as 'com.android.chrome' for context 'WEBVIEW_chrome' by CDP
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] A port was not given, using random free port: 8000
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Passing web view details to the Chromedriver constructor: {
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]   "info": {
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     "Android-Package": "com.android.chrome",
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     "Browser": "Chrome/95.0.4638.74",
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     "Protocol-Version": "1.3",
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     "User-Agent": "Mozilla/5.0 (Linux; Android 12; sdk_gphone64_arm64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36",
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     "V8-Version": "9.5.172.25",
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     "WebKit-Version": "537.36 (@d873fb00e1c78cb31aff20a9b300d18cca0cc284)",
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     "webSocketDebuggerUrl": "ws://127.0.0.1:10900/devtools/browser"
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]   },
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]   "process": {
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     "name": "chrome",
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     "id": null
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]   }
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] }
[debug] [AndroidDriver] Precalculated Chromedriver capabilities: {
[debug] [AndroidDriver]   "androidPackage": "com.android.chrome",
[debug] [AndroidDriver]   "androidUseRunningApp": true,
[debug] [AndroidDriver]   "androidDeviceSerial": "emulator-5554"
[debug] [AndroidDriver] }
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Before starting chromedriver, androidPackage is 'com.android.chrome'
[debug] [Chromedriver@ecc6] Changed state to 'starting'
[debug] [Chromedriver@ecc6] Using the static Chromedriver->Chrome mapping
[debug] [Chromedriver@ecc6] The most recent known Chrome version: 116.0.5845
[debug] [Chromedriver@ecc6] Found 0 executables in '/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/'
[Chromedriver@ecc6] No Chromedrivers were found in '/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/'
[debug] [Chromedriver@ecc6] Browser version in the supplied details: Chrome/95.0.4638.74
[debug] [Chromedriver@ecc6] Found Chrome bundle 'undefined' version '95.0.4638'
[debug] [ChromedriverGoogleapisStorageClient] Parsed 776 entries from storage XML
[ChromedriverGoogleapisStorageClient] The entry '2.0/chromedriver_linux32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.0/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.0/chromedriver_mac32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.0/chromedriver_win32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.1/chromedriver_linux32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.1/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.1/chromedriver_mac32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.1/chromedriver_win32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.17/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.17/chromedriver_mac32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.17/chromedriver_win32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.2/chromedriver_linux32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.2/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.2/chromedriver_mac32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '2.2/chromedriver_win32.zip' does not contain any notes. Skipping it
[debug] [ChromedriverGoogleapisStorageClient] The driver '2.3/chromedriver_linux32.zip' does not contain valid release notes at https://chromedriver.storage.googleapis.com/2.3/notes.txt. Skipping it
[debug] [ChromedriverGoogleapisStorageClient] The driver '2.3/chromedriver_win32.zip' does not contain valid release notes at https://chromedriver.storage.googleapis.com/2.3/notes.txt. Skipping it
[debug] [ChromedriverGoogleapisStorageClient] The driver '2.3/chromedriver_linux64.zip' does not contain valid release notes at https://chromedriver.storage.googleapis.com/2.3/notes.txt. Skipping it
[debug] [ChromedriverGoogleapisStorageClient] The driver '2.3/chromedriver_mac32.zip' does not contain valid release notes at https://chromedriver.storage.googleapis.com/2.3/notes.txt. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '70.0.3538.16/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '70.0.3538.16/chromedriver_mac64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '70.0.3538.16/chromedriver_win32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '70.0.3538.67/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '70.0.3538.67/chromedriver_mac64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '70.0.3538.67/chromedriver_win32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '70.0.3538.97/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '70.0.3538.97/chromedriver_mac64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '70.0.3538.97/chromedriver_win32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '71.0.3578.137/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '71.0.3578.137/chromedriver_mac64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '71.0.3578.137/chromedriver_win32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '71.0.3578.30/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '71.0.3578.30/chromedriver_mac64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '71.0.3578.30/chromedriver_win32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '71.0.3578.33/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '71.0.3578.33/chromedriver_mac64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '71.0.3578.33/chromedriver_win32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '71.0.3578.80/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '71.0.3578.80/chromedriver_mac64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '71.0.3578.80/chromedriver_win32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '72.0.3626.69/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '72.0.3626.69/chromedriver_mac64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '72.0.3626.69/chromedriver_win32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '72.0.3626.7/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '72.0.3626.7/chromedriver_mac64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '72.0.3626.7/chromedriver_win32.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '87.0.4280.87/chromedriver_linux64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The entry '87.0.4280.87/chromedriver_mac64.zip' does not contain any notes. Skipping it
[ChromedriverGoogleapisStorageClient] The total count of entries in the mapping: 546
[ChromedriverChromelabsStorageClient] The total count of entries in the mapping: 1020
[debug] [Chromedriver@ecc6] Got chromedrivers mapping from the storage: {
[debug] [Chromedriver@ecc6]   "100.0.4896.20/chromedriver_linux64.zip": {
[debug] [Chromedriver@ecc6]     "url": "https://chromedriver.storage.googleapis.com/100.0.4896.20/chromedriver_linux64.zip",
[debug] [Chromedriver@ecc6]     "etag": "d7604df0340573318e05672c2d7efaee",
[debug] [Chromedriver@ecc6]     "version": "100.0.4896.20",
[debug] [Chromedriver@ecc6]     "minBrowserVersion": "100",
[debug] [Chromedriver@ecc6]     "os": {
[debug] [Chromedriver@ecc6]       "name": "linux",
[debug] [Chromedriver@ecc6]       "arch": "64",
[debug] [Chromedriver@ecc6]       "cpu": "intel"
[debug] [Chromedriver@ecc6]     }
[debug] [Chromedriver@ecc6]   },
[debug] [Chromedriver@ecc6]   "100.0.4896.20/chromedriver_mac64.zip": {
[debug] [Chromedriver@ecc6]     "url": "https://chromedriver.storage.googleapis.com/100.0.4896.20/chromedriver_mac64.zip",
[debug] [Chromedriver@ecc6]     "etag": "5...
[debug] [ChromedriverStorageClient] Selecting chromedrivers whose minimum supported browser version matches to 95
[debug] [ChromedriverStorageClient] Got 16 items
[debug] [ChromedriverStorageClient] Will select candidate drivers versioned as '95.0.4638.10,95.0.4638.17,95.0.4638.54,95.0.4638.69'
[debug] [ChromedriverStorageClient] Selecting chromedrivers whose platform matches to mac:arm64
[debug] [ChromedriverStorageClient] Got 4 items
[debug] [ChromedriverStorageClient] Excluding older patches if present
[debug] [ChromedriverStorageClient] Versions mapping: {
[debug] [ChromedriverStorageClient]   "95": [
[debug] [ChromedriverStorageClient]     "95.0.4638.69",
[debug] [ChromedriverStorageClient]     "95.0.4638.54",
[debug] [ChromedriverStorageClient]     "95.0.4638.17",
[debug] [ChromedriverStorageClient]     "95.0.4638.10"
[debug] [ChromedriverStorageClient]   ]
[debug] [ChromedriverStorageClient] }
[debug] [ChromedriverStorageClient] Got 1 driver to sync: [
[debug] [ChromedriverStorageClient]   "95.0.4638.69/chromedriver_mac64_m1.zip"
[debug] [ChromedriverStorageClient] ]
[debug] [ChromedriverStorageClient] Retrieving 'https://chromedriver.storage.googleapis.com/95.0.4638.69/chromedriver_mac64_m1.zip' to '/var/folders/td/n3b_zkwx5qn9fdvkrdfhr7l80000gp/T/202388-77913-1h3ocx1.ywwl/0.zip'
[debug] [Support] Traversed 1 directory and 1 file in 1ms
[debug] [ChromedriverStorageClient] Moving the extracted 'chromedriver' to '/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver_mac64_m1_v95.0.4638.69'
[debug] [ChromedriverStorageClient] Permissions of the file '/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver_mac64_m1_v95.0.4638.69' have been changed to 755
[ChromedriverStorageClient] Successfully synchronized 1 chromedriver
[Chromedriver@ecc6] No mapping path provided
[debug] [Chromedriver@ecc6] Found 1 executable in '/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/'
[debug] [Chromedriver@ecc6] The following Chromedriver executables were found:
[debug] [Chromedriver@ecc6]     '/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver_mac64_m1_v95.0.4638.69' (version '95.0.4638.69', minimum Chrome version '95')
[debug] [Chromedriver@ecc6] Browser version in the supplied details: Chrome/95.0.4638.74
[debug] [Chromedriver@ecc6] Found Chrome bundle 'undefined' version '95.0.4638'
[debug] [Chromedriver@ecc6] Found 1 executable capable of automating Chrome '95.0.4638'.
[debug] [Chromedriver@ecc6] Choosing the most recent, '/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver_mac64_m1_v95.0.4638.69'.
[debug] [Chromedriver@ecc6] If a specific version is required, specify it with the `chromedriverExecutable`desired capability.
[Chromedriver@ecc6] Set chromedriver binary as: /Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver_mac64_m1_v95.0.4638.69
[debug] [Chromedriver@ecc6] Killing any old chromedrivers, running: pkill -15 -f "/Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver_mac64_m1_v95.0.4638.69.*--port=8000"
[Chromedriver@ecc6] No old chromedrivers seem to exist
[debug] [Chromedriver@ecc6] Cleaning this device's adb forwarded port socket connections: emulator-5554
[debug] [ADB] List forwarding ports
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --list'
[Chromedriver@ecc6] Spawning chromedriver with: /Users/[REDACTED]/Workspace/mobile-aft/testData/drivers/chrome/chromedriver_mac64_m1_v95.0.4638.69 --port=8000 --adb-port=5037 --verbose
[debug] [Chromedriver@ecc6] ChromeDriver version: '95.0.4638.69'
[debug] [Chromedriver@ecc6] [STDOUT] Starting ChromeDriver 95.0.4638.69 (6a1600ed572fedecd573b6c2b90a22fe6392a410-refs/branch-heads/4638@{#984}) on port 8000
[debug] [Chromedriver@ecc6] [STDOUT] Only local connections are allowed.
[debug] [Chromedriver@ecc6] [STDOUT] Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[debug] [Chromedriver@ecc6] Matched '/status' to command name 'getStatus'
[debug] [Chromedriver@ecc6] Proxying [GET /status] to [GET http://127.0.0.1:8000/status] with no body
[Chromedriver@ecc6] connect ECONNREFUSED 127.0.0.1:8000
[debug] [Chromedriver@ecc6] [STDOUT] ChromeDriver was started successfully.
[debug] [Chromedriver@ecc6] Matched '/status' to command name 'getStatus'
[debug] [Chromedriver@ecc6] Proxying [GET /status] to [GET http://127.0.0.1:8000/status] with no body
[debug] [Chromedriver@ecc6] Got response with status 200: {"value":{"build":{"version":"95.0.4638.69 (6a1600ed572fedecd573b6c2b90a22fe6392a410-refs/branch-heads/4638@{#984})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"arm64","name":"Mac OS X","version":"13.5.0"},"ready":true}}
[Chromedriver@ecc6] Starting W3C Chromedriver session with capabilities: {
[Chromedriver@ecc6]   "capabilities": {
[Chromedriver@ecc6]     "alwaysMatch": {
[Chromedriver@ecc6]       "goog:chromeOptions": {
[Chromedriver@ecc6]         "androidPackage": "com.android.chrome",
[Chromedriver@ecc6]         "androidUseRunningApp": true,
[Chromedriver@ecc6]         "androidDeviceSerial": "emulator-5554"
[Chromedriver@ecc6]       },
[Chromedriver@ecc6]       "goog:loggingPrefs": {
[Chromedriver@ecc6]         "browser": "ALL"
[Chromedriver@ecc6]       }
[Chromedriver@ecc6]     }
[Chromedriver@ecc6]   }
[Chromedriver@ecc6] }
[debug] [Chromedriver@ecc6] Matched '/session' to command name 'createSession'
[debug] [Chromedriver@ecc6] Proxying [POST /session] to [POST http://127.0.0.1:8000/session] with body: {"capabilities":{"alwaysMatch":{"goog:chromeOptions":{"androidPackage":"com.android.chrome","androidUseRunningApp":true,"androidDeviceSerial":"emulator-5554"},"goog:loggingPrefs":{"browser":"ALL"}}}}
[Chromedriver@ecc6] [STDERR] [1694198448.469][INFO]: [620d421c8e18daf44d1189ff7f6db9da] COMMAND InitSession {
[Chromedriver@ecc6] [STDERR]    "capabilities": {
[Chromedriver@ecc6] [STDERR]       "alwaysMatch": {
[Chromedriver@ecc6] [STDERR]          "goog:chromeOptions": {
[Chromedriver@ecc6] [STDERR]             "androidDeviceSerial": "emulator-5554",
[Chromedriver@ecc6] [STDERR]             "androidPackage": "com.android.chrome",
[Chromedriver@ecc6] [STDERR]             "androidUseRunningApp": true
[Chromedriver@ecc6] [STDERR]          },
[Chromedriver@ecc6] [STDERR]          "goog:loggingPrefs": {
[Chromedriver@ecc6] [STDERR]             "browser": "ALL"
[Chromedriver@ecc6] [STDERR]          }
[Chromedriver@ecc6] [STDERR]       }
[Chromedriver@ecc6] [STDERR]    }
[Chromedriver@ecc6] [STDERR] }
[Chromedriver@ecc6] [STDERR] [1694198448.469][DEBUG]: Sending adb command: host:devices
[Chromedriver@ecc6] [STDERR] [1694198448.471][DEBUG]: Received adb response: emulator-5554	device
[Chromedriver@ecc6] [STDERR] [1694198448.471][DEBUG]: Sending adb command: host:transport:emulator-5554|shell:pm path com.android.chrome
[Chromedriver@ecc6] [STDERR] [1694198448.501][DEBUG]: Received adb response: package:/data/app/~~tBPDOGdkrpXoPywnTI1T7w==/com.android.chrome-8w9RhshgkZUVczHNtPIZjA==/Chrome.apk
[Chromedriver@ecc6] [STDERR] [1694198448.501][DEBUG]: Sending adb command: host-serial:emulator-5554:forward:tcp:0;localabstract:chrome_devtools_remote
[Chromedriver@ecc6] [STDERR] [1694198448.504][DEBUG]: ADB server responded with "OKAYOKAY" instead of "OKAY".
[Chromedriver@ecc6] [STDERR] [1694198448.504][DEBUG]: Received adb response: 53483
[Chromedriver@ecc6] [STDERR] [1694198448.504][DEBUG]: DevTools HTTP Request: http://localhost:53483/json/version
[debug] [Chromedriver@ecc6] Webview version: 'Chrome/95.0.4638.74'
[Chromedriver@ecc6] [STDERR] [1694198448.510][DEBUG]: DevTools HTTP Response: {
[Chromedriver@ecc6] [STDERR]    "Android-Package": "com.android.chrome",
[Chromedriver@ecc6] [STDERR]    "Browser": "Chrome/95.0.4638.74",
[Chromedriver@ecc6] [STDERR]    "Protocol-Version": "1.3",
[Chromedriver@ecc6] [STDERR]    "User-Agent": "Mozilla/5.0 (Linux; Android 12; sdk_gphone64_arm64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36",
[Chromedriver@ecc6] [STDERR]    "V8-Version": "9.5.172.25",
[Chromedriver@ecc6] [STDERR]    "WebKit-Version": "537.36 (@d873fb00e1c78cb31aff20a9b300d18cca0cc284)",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/browser"
[Chromedriver@ecc6] [STDERR] }
[Chromedriver@ecc6] [STDERR] [1694198448.510][DEBUG]: DevTools HTTP Request: http://localhost:53483/json/list
[Chromedriver@ecc6] [STDERR] [1694198448.519][DEBUG]: DevTools HTTP Response: [ {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/7",
[Chromedriver@ecc6] [STDERR]    "id": "7",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] - Sign In",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://member.[REDACTED].com/signin",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/7"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/1",
[Chromedriver@ecc6] [STDERR]    "id": "1",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] | [REDACTED]",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://meet.[REDACTED].com/[REDACTED]",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/1"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/2",
[Chromedriver@ecc6] [STDERR]    "id": "2",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] - Sign In",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://member.[REDACTED].com/signin",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/2"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/3",
[Chromedriver@ecc6] [STDERR]    "id": "3",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] | [REDACTED]",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://meet.[REDACTED].com/[REDACTED]",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/3"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/0",
[Chromedriver@ecc6] [STDERR]    "id": "0",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] - Sign In",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://member.[REDACTED].com/signin",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/0"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/5",
[Chromedriver@ecc6] [STDERR]    "id": "5",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] - Sign In",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://member.[REDACTED].com/signin",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/5"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/6",
[Chromedriver@ecc6] [STDERR]    "id": "6",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] - Sign In",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://member.[REDACTED].com/signin",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/6"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/4",
[Chromedriver@ecc6] [STDERR]    "id": "4",
[Chromedriver@ecc6] [STDERR]    "title": "Corporate and Medicare Fitness and Wellness Programs",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://www.[REDACTED]health.com/members/[REDACTED]",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/4"
[Chromedriver@ecc6] [STDERR] } ]
[Chromedriver@ecc6] [STDERR] [1694198448.519][DEBUG]: DevTools HTTP Request: http://localhost:53483/json/list
[Chromedriver@ecc6] [STDERR] [1694198448.522][DEBUG]: DevTools HTTP Response: [ {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/7",
[Chromedriver@ecc6] [STDERR]    "id": "7",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] - Sign In",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://member.[REDACTED].com/signin",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/7"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/1",
[Chromedriver@ecc6] [STDERR]    "id": "1",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] | [REDACTED]",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://meet.[REDACTED].com/[REDACTED]",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/1"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/2",
[Chromedriver@ecc6] [STDERR]    "id": "2",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] - Sign In",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://member.[REDACTED].com/signin",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/2"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/3",
[Chromedriver@ecc6] [STDERR]    "id": "3",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] | [REDACTED]",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://meet.[REDACTED].com/[REDACTED]",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/3"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/0",
[Chromedriver@ecc6] [STDERR]    "id": "0",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] - Sign In",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://member.[REDACTED].com/signin",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/0"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/5",
[Chromedriver@ecc6] [STDERR]    "id": "5",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] - Sign In",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://member.[REDACTED].com/signin",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/5"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/6",
[Chromedriver@ecc6] [STDERR]    "id": "6",
[Chromedriver@ecc6] [STDERR]    "title": "[REDACTED] - Sign In",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://member.[REDACTED].com/signin",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/6"
[Chromedriver@ecc6] [STDERR] }, {
[Chromedriver@ecc6] [STDERR]    "description": "",
[Chromedriver@ecc6] [STDERR]    "devtoolsFrontendUrl": "https://chrome-devtools-frontend.appspot.com/serve_rev/@d873fb00e1c78cb31aff20a9b300d18cca0cc284/inspector.html?ws=localhost:53483/devtools/page/4",
[Chromedriver@ecc6] [STDERR]    "id": "4",
[Chromedriver@ecc6] [STDERR]    "title": "Corporate and Medicare Fitness and Wellness Programs",
[Chromedriver@ecc6] [STDERR]    "type": "page",
[Chromedriver@ecc6] [STDERR]    "url": "https://www.[REDACTED]health.com/members/[REDACTED]",
[Chromedriver@ecc6] [STDERR]    "webSocketDebuggerUrl": "ws://localhost:53483/devtools/page/4"
[Chromedriver@ecc6] [STDERR] } ]
[Chromedriver@ecc6] [STDERR] [1694198448.535][INFO]: resolved localhost to ["::1","127.0.0.1"]
[Chromedriver@ecc6] [STDERR] [1694198448.539][DEBUG]: DevTools WebSocket Command: Page.addScriptToEvaluateOnNewDocument (id=1) 4 {
[Chromedriver@ecc6] [STDERR]    "source": "(function () {window.cdc_adoQpoasnfa76pfcZLmcfl_Array = window.Array;window.cdc_adoQpoasnfa76pfcZLmcfl_Promise = window.Promise;window.cdc_adoQpoasnfa76pfcZLmcfl_Symbol = window.Symbol;}) ();"
[Chromedriver@ecc6] [STDERR] }
[Chromedriver@ecc6] [STDERR] [1694198448.539][DEBUG]: DevTools WebSocket Command: Runtime.evaluate (id=2) 4 {
[Chromedriver@ecc6] [STDERR]    "expression": "(function () {window.cdc_adoQpoasnfa76pfcZLmcfl_Array = window.Array;window.cdc_adoQpoasnfa76pfcZLmcfl_Promise = window.Promise;window.cdc_adoQpoasnfa76pfcZLmcfl_Symbol = window.Symbol;}) ();"
[Chromedriver@ecc6] [STDERR] }
[Chromedriver@ecc6] [STDERR] [1694198448.539][DEBUG]: DevTools WebSocket Command: Log.enable (id=3) 4 {
[Chromedriver@ecc6] [STDERR] }
[Chromedriver@ecc6] [STDERR] [1694198448.539][DEBUG]: DevTools WebSocket Command: DOM.getDocument (id=4) 4 {
[Chromedriver@ecc6] [STDERR] }
[Chromedriver@ecc6] [STDERR] [1694198448.539][DEBUG]: DevTools WebSocket Command: Target.setAutoAttach (id=5) 4 {
[Chromedriver@ecc6] [STDERR]    "autoAttach": true,
[Chromedriver@ecc6] [STDERR]    "flatten": true,
[Chromedriver@ecc6] [STDERR]    "waitForDebuggerOnStart": false
[Chromedriver@ecc6] [STDERR] }
[Chromedriver@ecc6] [STDERR] [1694198448.539][DEBUG]: DevTools WebSocket Command: Page.enable (id=6) 4 {
[Chromedriver@ecc6] [STDERR] }
[Chromedriver@ecc6] [STDERR] [1694198448.539][DEBUG]: DevTools WebSocket Command: Page.enable (id=7) 4 {
[Chromedriver@ecc6] [STDERR] }
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 3 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 7 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 7 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 1 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 22 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 66 ms - 2659
[HTTP]
[Chromedriver@ecc6] AxiosError: timeout of 240000ms exceeded
[Chromedriver@ecc6]     at RedirectableRequest.handleRequestTimeout (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/axios/lib/adapters/http.js:628:16)
[Chromedriver@ecc6]     at RedirectableRequest.emit (node:events:511:28)
[Chromedriver@ecc6]     at Timeout.<anonymous> (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/follow-redirects/index.js:169:12)
[Chromedriver@ecc6]     at listOnTimeout (node:internal/timers:573:17)
[Chromedriver@ecc6]     at processTimers (node:internal/timers:514:7)
[debug] [Chromedriver@ecc6] UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded
[debug] [Chromedriver@ecc6]     at JWProxy.command (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:355:13)
[debug] [Chromedriver@ecc6]     at runNextTicks (node:internal/process/task_queues:60:5)
[debug] [Chromedriver@ecc6]     at listOnTimeout (node:internal/timers:540:9)
[debug] [Chromedriver@ecc6]     at processTimers (node:internal/timers:514:7)
[debug] [Chromedriver@ecc6]     at Chromedriver.startSession (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-chromedriver/lib/chromedriver.js:742:5)
[debug] [Chromedriver@ecc6]     at Chromedriver.start (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-chromedriver/lib/chromedriver.js:667:7)
[debug] [Chromedriver@ecc6]     at AndroidUiautomator2Driver.setupNewChromedriver (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context.js:471:3)
[debug] [Chromedriver@ecc6]     at AndroidUiautomator2Driver.startChromedriverProxy (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context.js:217:10)
[debug] [Chromedriver@ecc6]     at AndroidUiautomator2Driver.switchContext (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context.js:124:5)
[debug] [Chromedriver@ecc6]     at AndroidUiautomator2Driver.setContext (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context.js:51:3)
[Chromedriver@ecc6] Chromedriver exited unexpectedly with code null, signal SIGTERM
[debug] [Chromedriver@ecc6] Changed state to 'stopped'
[Chromedriver@ecc6] An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Encountered internal error running command: Error: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at Object.wrappedLogger.errorAndThrow (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/@appium/support/lib/logging.js:115:34)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at Chromedriver.start (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-chromedriver/lib/chromedriver.js:695:16)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.setupNewChromedriver (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context.js:471:3)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.startChromedriverProxy (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context.js:217:10)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.switchContext (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context.js:124:5)
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)]     at AndroidUiautomator2Driver.setContext (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/appium-uiautomator2-driver/node_modules/appium-android-driver/lib/commands/context.js:51:3)
[HTTP] <-- POST /session/076d2624-5bc8-4bfc-b709-7595a7976c08/context 500 248082 ms - 860
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/source
[HTTP] {}
[AndroidUiautomator2Driver@86f5 (076d2624)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/session/076d2624-5bc8-4bfc-b709-7595a7976c08/source' to command name 'getPageSource'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/source] to [GET http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/source] with no body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":"<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>\r\n<hierarchy index=\"0\" class=\"hierarchy\" rotation=\"0\" width=\"1080\" height=\"2358\">\r\n  <android.widget.FrameLayout index=\"0\" package=\"com.android.chrome\" class=\"android.widget.FrameLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1080,2358]\" displayed=\"true\">\r\n    <android.widget.LinearLayout index=\"0\" package=\"com.android.chrome\" class=\"android.widget.LinearLayout\" text=\"\" checkable=\"false\" checked=\"false\" clickable=\"false\" enabled=\"true\" focusable=\"false\" focused=\"false\" long-clickable=\"false\" password=\"false\" scrollable=\"false\" selected=\"false\" bounds=\"[0,0][1080,2358]\" displayed=\"true\">\r\n      <android.widget.FrameLayout index=\"0\" package=\"com.android...
[AndroidUiautomator2Driver@86f5 (076d2624)] Replacing sessionId 16ee4350-0931-4da4-890d-3e5917d5b4b7 with 076d2624-5bc8-4bfc-b709-7595a7976c08
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/source 200 81 ms - 33922
[HTTP]
[HTTP] --> GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/screenshot
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.getScreenshot() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/screenshot' to command name 'getScreenshot'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/screenshot] with no body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":"iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N15XFTl/gfwzyxswyqguIAgKipuuAaYKy7ZzXaX+lXSejW9ZeKSeb2aZeWWpVfLrFtmWVlZubWouWDuoKiA4orggsoi2wzDzJzfH8TAMAPMwOx83q9Xrzwz5zznew7DcM73PM/3EQmCIICIiIiIiIiIyIGJbR0AEREREREREVFjMcFBRERERERERA6PCQ4iIiIiIiIicnhMcBARERERERGRw2OCg4iIiIiIiIgcHhMcREREREREROTwmOAgIiIiIiIiIofHBAcREREREREROTwmOIiIiIiIiIjI4THBQUREREREREQOjwkOIiIiIiIiInJ4UlsHQJan0WhQUFCAEydOIC0tDTdu3EBxcTEEQYCXlxdatmyJyMhI9O7dG82aNYNYzLwXERERERERORaRIAiCrYMgy8jOzsZXX32Fq1evQqPRoL4ftUgkglgsRps2bfDUU08hNDTUSpESERERERERNQ4THE4oNzcXc+fOrTehUR+RSIQ1a9awRwcRERERURNSWlqK7OxsZGVlQS6XIysrC6Wlpdr3ZTIZQkJC4OHhgZCQEAQHB0Mmk9kw4sZLTU1F165dLbqPrKwsbNq0qc51xo0bh5CQEIvG4cw4RMWJlJeXY+nSpbh69WqjkxsAIAgCvvjiCzz33HNmiI6IiIiIiOxVbm4uTp48iZMnTyIjI6Pe9U+ePKmzHBERgaioKERFRSEgIMBSYVrE1q1bkZGRYfEEh1wur/fcyuVyi8bg7JjgcBJ37tzB/PnzoVKpzNpuSkoKBEGASCRCWVkZ3NzczNo+ERERERHZTkZGBnbv3q2XsGhIOxkZGdi0aROioqIQFxeHiIgIM0VpOVu3bsW2bdscIlaq...
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N15XFTl/gfwzyxswyqguIAgKipuuAaYKy7ZzXaX+lXSejW9ZeKSeb2aZeWWpVfLrFtmWVlZubWouWDuoKiA4orggsoi2wzDzJzfH8TAMAPMwOx83q9Xrzwz5zznew7DcM73PM/3EQmCIICIiIiIiIiIyIGJbR0AEREREREREVFjMcFBRERERERERA6PCQ4iIiIiIiIicnhMcBARERERERGRw2OCg4iIiIiIiIgcHhMcREREREREROTwmOAgIiIiIiIiIofHBAcREREREREROTwmOIiIiIiIiIjI4THBQUREREREREQOjwkOIiIiIiIiInJ4UlsHQJan0WhQUFCAEydOIC0tDTdu3EBxcTEEQYCXlxdatmyJyMhI9O7dG82aNYNYzLwXERERERERORaRIAiCrYMgy8jOzsZXX32Fq1evQqPRoL4ftUgkglgsRps2bfDUU08hNDTUSpESERERERERNQ4THE4oNzcXc+fOrTehUR+RSIQ1a9awRwcRERERURNSWlqK7OxsZGVlQS6XIysrC6Wlpdr3ZTIZQkJC4OHhgZCQEAQHB0Mmk9kw4sZLTU1F165dLbqPrKwsbNq0qc51xo0bh5CQEIvG4cw4RMWJlJeXY+nSpbh69WqjkxsAIAgCvvjiCzz33HNmiI6IiIiIiOxVbm4uTp48iZMnTyIjI6Pe9U+ePKmzHBERgaioKERFRSEgIMBSYVrE1q1bkZGRYfEEh1wur/fcyuVyi8bg7JjgcBJ37tzB/PnzoVKpzNpuSkoKBEGASCRCWVkZ3NzczNo+ERERERHZTkZGBnbv3q2XsGhIOxkZGdi0aROioqIQFxeHiIgIM0VpOVu3bsW2bdscIlaqHxMcTuDUqVNYs2aNWXpt1FRWVoaioiL4+Pjgt99+Q3BwMPr06WP2/RARERER...
[HTTP] <-- GET /session/076d2624-5bc8-4bfc-b709-7595a7976c08/screenshot 200 238 ms - 202136
[HTTP]
[HTTP] --> DELETE /session/076d2624-5bc8-4bfc-b709-7595a7976c08/cookie
[HTTP] {}
[AndroidUiautomator2Driver@86f5 (076d2624)] Driver proxy active, passing request on via HTTP proxy
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/session/076d2624-5bc8-4bfc-b709-7595a7976c08/cookie' to command name 'deleteCookies'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [DELETE /session/076d2624-5bc8-4bfc-b709-7595a7976c08/cookie] to [DELETE http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7/cookie] with body: {}
[AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 404: {"sessionId":null,"value":{"error":"unknown command","message":"The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource","stacktrace":"io.appium.uiautomator2.common.exceptions.UnknownCommandException: The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:84)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)\n\tat io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandler...
[debug] [W3C] Matched W3C error code 'unknown command' to UnknownCommandError
[HTTP] <-- DELETE /session/076d2624-5bc8-4bfc-b709-7595a7976c08/cookie 404 9 ms - 3529
[HTTP]
[HTTP] --> DELETE /session/076d2624-5bc8-4bfc-b709-7595a7976c08
[HTTP] {}
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Calling AppiumDriver.deleteSession() with args: ["076d2624-5bc8-4bfc-b709-7595a7976c08"]
[debug] [AppiumDriver@eec0] Event 'quitSessionRequested' logged at 1694198689025 (13:44:49 GMT-0500 (Central Daylight Time))
[AppiumDriver@eec0] Removing session 076d2624-5bc8-4bfc-b709-7595a7976c08 from our master session list
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Deleting UiAutomator2 session
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Deleting UiAutomator2 server session
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Matched '/' to command name 'deleteSession'
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Proxying [DELETE /] to [DELETE http://127.0.0.1:8200/session/16ee4350-0931-4da4-890d-3e5917d5b4b7] with no body
[debug] [AndroidUiautomator2Driver@86f5 (076d2624)] Got response with status 200: {"sessionId":"16ee4350-0931-4da4-890d-3e5917d5b4b7","value":null}
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings/.recorder.RecorderService'
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.[REDACTED].member.debug'
[debug] [Instrumentation] .
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8200
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp:8200'
[debug] [Instrumentation] Time: 266.835
[debug] [Instrumentation]
[debug] [Instrumentation] OK (1 test)
[debug] [Instrumentation] The process has exited with code 0
[AndroidUiautomator2Driver@86f5 (076d2624)] Restoring hidden api policy to the device default configuration
[debug] [ADB] Running '/Users/[REDACTED]/Library/Android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy''
[debug] [AppiumDriver@eec0] Event 'quitSessionFinished' logged at 1694198689209 (13:44:49 GMT-0500 (Central Daylight Time))
[debug] [AppiumDriver@eec0] Received response: null
[debug] [AppiumDriver@eec0] But deleting session, so not returning
[debug] [AppiumDriver@eec0] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /session/076d2624-5bc8-4bfc-b709-7595a7976c08 200 185 ms - 14
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 8 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 1 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 8 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 13 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 11 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 13 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 9 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 6 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 4 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 5 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 3 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 1 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 12 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 18 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 8 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 7 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 18 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 1 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 5 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 1 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 8 ms - 2659
[HTTP]
[HTTP] <-- OPTIONS /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 200 0 ms - 2
[HTTP]
[HTTP] --> GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts
[HTTP] {}
[debug] [AppiumDriver@eec0] Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] [AppiumDriver@eec0]     at asyncHandler (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:315:15)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/@appium/base-driver/lib/protocol/protocol.js:518:15
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:144:13)
[debug] [AppiumDriver@eec0]     at Route.dispatch (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/route.js:114:3)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:284:15
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:365:14)
[debug] [AppiumDriver@eec0]     at param (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:376:14)
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:421:3)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at logger (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/morgan/index.js:144:5)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[debug] [AppiumDriver@eec0]     at next (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:280:10)
[debug] [AppiumDriver@eec0]     at jsonParser (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/body-parser/lib/types/json.js:113:7)
[debug] [AppiumDriver@eec0]     at Layer.handle [as handle_request] (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/layer.js:95:5)
[debug] [AppiumDriver@eec0]     at trim_prefix (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:328:13)
[debug] [AppiumDriver@eec0]     at /Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:286:9
[debug] [AppiumDriver@eec0]     at Function.process_params (/Users/[REDACTED]/Workspace/mobile-aft/node_modules/express/lib/router/index.js:346:12)
[HTTP] <-- GET /session/f02fbc0c-2a77-4390-b61d-69e7b612ff6a/timeouts 404 6 ms - 2659
[HTTP]

Ok, no worries. I’ve been doing this for a while now & just want to focus on the problem & try to get you running again.

Here is my list of stupid questions:

  1. You mention that others are seeing the problem. Did they all start seeing the problem around the same time? Doesn’t have to be exact, but could tell us a lot if so.
  2. I’m seeing a lot of sockets controlled by ‘@jdwp-control’. Are you doing something with Java Debug Wire Protocol? If so is this new?
  3. I’m seeing this in logs:

Is this an M1 Mac? Are all the machines that exhibit this behavior M1 Macs?

I am seeing in the log that immediately when you start chromedriver it starts printing to STDERR, and then it appears to crash, which I think is because Chrome crashed with the error you note. Can’t see why.

I do notice this:

Do you have logcat output? Does it show anything that might help?

  1. We did start seeing this behavior just this week. However, I am probably the only one at the company who regularly runs Chrome on Android, so they didn’t see it until I asked them to try to reproduce it.
  2. I am not familiar with @jdwp-control. Looking at the automation repo, I don’t see references to that, but it is possible a dependency uses it. We are building on groovy / geb, which may use it.
  3. They are all M1 machines.

Below is the logcat output. It includes a run of the test that passed (not sure why this issue is inconsistent), then another run with the issue happening.

2023-09-08 16:30:06.796 13703-13728 EGL_emulation           com.android.chrome                   D  app_time_stats: avg=123076.01ms min=13.23ms max=2830344.75ms count=23
2023-09-08 16:30:08.009 13703-13703 cr_CompositorSurfaceMgr com.android.chrome                   E  surfaceDestroyed format : 4
2023-09-08 16:30:08.032 13703-13703 cr_tabmodel             com.android.chrome                   I  Appending tabs being restored to metadata lists, 0, startingNormalCount: 0, startingIncognitoCount: 0
2023-09-08 16:30:08.032 13703-13703 cr_tabmodel             com.android.chrome                   I  Serializing tab lists; counts: 0, 0
2023-09-08 16:30:08.040 13703-13743 cr_BindingManager       com.android.chrome                   I  onTrimMemory: level=20, size=0
2023-09-08 16:30:08.093 13703-13703 cr_ContextualSearch     com.android.chrome                   W  Warning, the 0 state was aborted.
2023-09-08 16:30:08.093 13703-13703 cr_CompositorSurfaceMgr com.android.chrome                   E  SurfaceState : detach from parent : 0
2023-09-08 16:30:08.120 13749-13749 Zygote                  com.android.chrome_zygote            I  Process 14993 exited due to signal 9 (Killed)
---------------------------- PROCESS STARTED (17091) for package com.[REDACTED].member.debug ----------------------------
2023-09-08 16:38:58.966 17091-17091 Compatibil...geReporter com.[REDACTED].member.debug              D  Compat change id reported: 171979766; UID 10156; state: ENABLED
2023-09-08 16:38:59.074 17091-17091 GraphicsEnvironment     com.[REDACTED].member.debug              V  ANGLE Developer option for 'com.[REDACTED].member.debug' set to: 'default'
2023-09-08 16:38:59.075 17091-17091 GraphicsEnvironment     com.[REDACTED].member.debug              V  ANGLE GameManagerService for com.[REDACTED].member.debug: false
2023-09-08 16:38:59.075 17091-17091 GraphicsEnvironment     com.[REDACTED].member.debug              V  Neither updatable production driver nor prerelease driver is supported.
2023-09-08 16:38:59.076 17091-17091 NetworkSecurityConfig   com.[REDACTED].member.debug              D  No Network Security Config specified, using platform default
2023-09-08 16:38:59.077 17091-17091 NetworkSecurityConfig   com.[REDACTED].member.debug              D  No Network Security Config specified, using platform default
2023-09-08 16:38:59.092 17091-17091 FirebaseApp             com.[REDACTED].member.debug              I  Device unlocked: initializing all Firebase APIs for app [DEFAULT]
2023-09-08 16:38:59.107 17091-17110 DynamiteModule          com.[REDACTED].member.debug              I  Considering local module com.google.android.gms.measurement.dynamite:92 and remote module com.google.android.gms.measurement.dynamite:87
2023-09-08 16:38:59.107 17091-17110 DynamiteModule          com.[REDACTED].member.debug              I  Selected local version of com.google.android.gms.measurement.dynamite
2023-09-08 16:38:59.133 17091-17091 FirebaseCrashlytics     com.[REDACTED].member.debug              I  Initializing Firebase Crashlytics 18.4.1 for com.[REDACTED].member.debug
2023-09-08 16:38:59.135 17091-17117 FA                      com.[REDACTED].member.debug              I  App measurement initialized, version: 79000
2023-09-08 16:38:59.135 17091-17117 FA                      com.[REDACTED].member.debug              I  To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
2023-09-08 16:38:59.135 17091-17117 FA                      com.[REDACTED].member.debug              I  To enable faster debug mode event logging run:
                                                                                                      adb shell setprop debug.firebase.analytics.app com.[REDACTED].member.debug
2023-09-08 16:38:59.137 17091-17091 FirebaseSessions        com.[REDACTED].member.debug              D  Registering Sessions SDK subscriber with name: CRASHLYTICS, data collection enabled: true
2023-09-08 16:38:59.138 17091-17125 FirebaseSessions        com.[REDACTED].member.debug              D  Data Collection is enabled for at least one Subscriber
2023-09-08 16:38:59.175 17091-17091 FirebaseInitProvider    com.[REDACTED].member.debug              I  FirebaseApp initialization successful
2023-09-08 16:38:59.191 17091-17091 WM-WrkMgrInitializer    com.[REDACTED].member.debug              D  Initializing WorkManager with default configuration.
2023-09-08 16:38:59.225 17091-17117 FA                      com.[REDACTED].member.debug              I  Tag Manager is not found and thus will not be used
2023-09-08 16:38:59.230 17091-17144 Compatibil...geReporter com.[REDACTED].member.debug              D  Compat change id reported: 160794467; UID 10156; state: ENABLED
2023-09-08 16:38:59.240 17091-17148 libEGL                  com.[REDACTED].member.debug              D  loaded /vendor/lib64/egl/libEGL_emulation.so
2023-09-08 16:38:59.242 17091-17148 libEGL                  com.[REDACTED].member.debug              D  loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so
2023-09-08 16:38:59.244 17091-17148 libEGL                  com.[REDACTED].member.debug              D  loaded /vendor/lib64/egl/libGLESv2_emulation.so
2023-09-08 16:38:59.263 17091-17091 FirebaseRemoteConfig    com.[REDACTED].member.debug              W  No value of type 'Boolean' exists for parameter key 'android_[REDACTED]_pay'.
2023-09-08 16:38:59.264 17091-17091 FirebaseRemoteConfig    com.[REDACTED].member.debug              W  No value of type 'Boolean' exists for parameter key 'payment_methods_cards'.
2023-09-08 16:38:59.264 17091-17091 FirebaseRemoteConfig    com.[REDACTED].member.debug              W  No value of type 'Boolean' exists for parameter key 'payment_methods_bank_accounts'.
2023-09-08 16:38:59.264 17091-17091 FirebaseRemoteConfig    com.[REDACTED].member.debug              W  No value of type 'Boolean' exists for parameter key 'edit_payments'.
2023-09-08 16:38:59.264 17091-17091 FirebaseRemoteConfig    com.[REDACTED].member.debug              W  No value of type 'Boolean' exists for parameter key 'family_planning'.
2023-09-08 16:38:59.264 17091-17091 FirebaseRemoteConfig    com.[REDACTED].member.debug              W  No value of type 'Boolean' exists for parameter key '[REDACTED]_pay_enrollment'.
2023-09-08 16:38:59.264 17091-17091 FirebaseRemoteConfig    com.[REDACTED].member.debug              W  No value of type 'Boolean' exists for parameter key 'one_time_payment'.
2023-09-08 16:38:59.265 17091-17091 ie.member.debu          com.[REDACTED].member.debug              W  Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;-><init>(Ljava/lang/Class;I)V (unsupported, reflection, allowed)
2023-09-08 16:38:59.352 17091-17091 PlayCore                com.[REDACTED].member.debug              I  UID: [10156]  PID: [17091] AppUpdateListenerRegistry : registerListener
2023-09-08 16:38:59.366 17091-17126 FirebaseCrashlytics     com.[REDACTED].member.debug              I  No version control information found
2023-09-08 16:38:59.394 17091-17091 ie.member.debu          com.[REDACTED].member.debug              W  Class androidx.compose.runtime.snapshots.SnapshotStateMap failed lock verification and will run slower.
                                                                                                    Common causes for lock verification issues are non-optimized dex code
                                                                                                    and incorrect proguard optimizations.
2023-09-08 16:38:59.419 17091-17127 EventGDTLogger          com.[REDACTED].member.debug              D  Session Event: {"eventType":1,"sessionData":{"sessionId":"1b437df880fa4dfea542c48d990c833e","firstSessionId":"1b437df880fa4dfea542c48d990c833e","sessionIndex":0,"eventTimestampUs":1694209139132000,"dataCollectionStatus":{"performance":1,"crashlytics":2,"sessionSamplingRate":1.0},"firebaseInstallationId":"dObrUS3QS6uqsWzmDnTs-b"},"applicationInfo":{"appId":"1:920550777194:android:045e682c606a3ef9490513","deviceModel":"sdk_gphone64_arm64","sessionSdkVersion":"1.0.2","osVersion":"12","logEnvironment":3,"androidAppInfo":{"packageName":"com.[REDACTED].member.debug","versionName":"5.3.1218-debug","appBuildVersion":"1","deviceManufacturer":"Google"}}}
2023-09-08 16:38:59.419 17091-17127 SessionCoordinator      com.[REDACTED].member.debug              I  Successfully logged Session Start event: 1b437df880fa4dfea542c48d990c833e
2023-09-08 16:38:59.441 17091-17161 [REDACTED]-AuthInterceptor  com.[REDACTED].member.debug              W  No Access Token:: Skipping Bearer Token Header
2023-09-08 16:38:59.445 17091-17161 okhttp.OkHttpClient     com.[REDACTED].member.debug              I  --> GET https://mobileapi-prd.prd.[REDACTED].com/mobile-app/check-version?version=5.3.1218&os=android
2023-09-08 16:38:59.490 17091-17145 HostConnection          com.[REDACTED].member.debug              D  createUnique: call
2023-09-08 16:38:59.491 17091-17145 HostConnection          com.[REDACTED].member.debug              D  HostConnection::get() New Host Connection established 0xb400006e25e14d10, tid 17145
2023-09-08 16:38:59.493 17091-17145 HostConnection          com.[REDACTED].member.debug              D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:38:59.497 17091-17145 OpenGLRenderer          com.[REDACTED].member.debug              W  Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
2023-09-08 16:38:59.498 17091-17145 OpenGLRenderer          com.[REDACTED].member.debug              W  Failed to initialize 101010-2 format, error = EGL_SUCCESS
2023-09-08 16:38:59.498 17091-17145 EGL_emulation           com.[REDACTED].member.debug              D  eglCreateContext: 0xb400006e25e15490: maj 3 min 0 rcv 3
2023-09-08 16:38:59.499 17091-17145 EGL_emulation           com.[REDACTED].member.debug              D  eglMakeCurrent: 0xb400006e25e15490: ver 3 0 (tinfo 0x7047119080) (first time)
2023-09-08 16:38:59.503 17091-17091 ie.member.debu          com.[REDACTED].member.debug              W  Class androidx.compose.runtime.snapshots.SnapshotStateList failed lock verification and will run slower.
2023-09-08 16:38:59.507 17091-17145 Gralloc4                com.[REDACTED].member.debug              I  mapper 4.x is not supported
2023-09-08 16:38:59.508 17091-17145 HostConnection          com.[REDACTED].member.debug              D  createUnique: call
2023-09-08 16:38:59.508 17091-17145 HostConnection          com.[REDACTED].member.debug              D  HostConnection::get() New Host Connection established 0xb400006e25e16e10, tid 17145
2023-09-08 16:38:59.508 17091-17145 goldfish-address-space  com.[REDACTED].member.debug              D  allocate: Ask for block of size 0x100
2023-09-08 16:38:59.509 17091-17145 goldfish-address-space  com.[REDACTED].member.debug              D  allocate: ioctl allocate returned offset 0x1efff8000 size 0x8000
2023-09-08 16:38:59.511 17091-17145 Gralloc4                com.[REDACTED].member.debug              W  allocator 4.x is not supported
2023-09-08 16:38:59.515 17091-17145 HostConnection          com.[REDACTED].member.debug              D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:38:59.693 17091-17161 okhttp.OkHttpClient     com.[REDACTED].member.debug              I  <-- 200 https://mobileapi-prd.prd.[REDACTED].com/mobile-app/check-version?version=5.3.1218&os=android (248ms, 15-byte body)
2023-09-08 16:38:59.695 17091-17159 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Version Check Response: 200
2023-09-08 16:38:59.707 17091-17091 [REDACTED]-Analytics        com.[REDACTED].member.debug              I  Current Route: login_screen
2023-09-08 16:38:59.777 17091-17116 System                  com.[REDACTED].member.debug              W  Ignoring header If-None-Match because its value was null.
2023-09-08 16:38:59.966 17091-17091 [REDACTED]-FeatureFlag      com.[REDACTED].member.debug              I  Remote Config parameters updated
---------------------------- PROCESS ENDED (17091) for package com.[REDACTED].member.debug ----------------------------
---------------------------- PROCESS STARTED (17247) for package com.[REDACTED].member.debug ----------------------------
2023-09-08 16:39:00.667 17247-17247 GraphicsEnvironment     com.[REDACTED].member.debug              V  ANGLE Developer option for 'com.[REDACTED].member.debug' set to: 'default'
2023-09-08 16:39:00.667 17247-17247 GraphicsEnvironment     com.[REDACTED].member.debug              V  ANGLE GameManagerService for com.[REDACTED].member.debug: false
2023-09-08 16:39:00.668 17247-17247 GraphicsEnvironment     com.[REDACTED].member.debug              V  Neither updatable production driver nor prerelease driver is supported.
2023-09-08 16:39:00.670 17247-17247 NetworkSecurityConfig   com.[REDACTED].member.debug              D  No Network Security Config specified, using platform default
2023-09-08 16:39:00.671 17247-17247 NetworkSecurityConfig   com.[REDACTED].member.debug              D  No Network Security Config specified, using platform default
2023-09-08 16:39:00.692 17247-17247 FirebaseApp             com.[REDACTED].member.debug              I  Device unlocked: initializing all Firebase APIs for app [DEFAULT]
2023-09-08 16:39:00.709 17247-17266 DynamiteModule          com.[REDACTED].member.debug              I  Considering local module com.google.android.gms.measurement.dynamite:92 and remote module com.google.android.gms.measurement.dynamite:87
2023-09-08 16:39:00.709 17247-17266 DynamiteModule          com.[REDACTED].member.debug              I  Selected local version of com.google.android.gms.measurement.dynamite
2023-09-08 16:39:00.740 17247-17273 FA                      com.[REDACTED].member.debug              I  App measurement initialized, version: 79000
2023-09-08 16:39:00.740 17247-17273 FA                      com.[REDACTED].member.debug              I  To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
2023-09-08 16:39:00.740 17247-17273 FA                      com.[REDACTED].member.debug              I  To enable faster debug mode event logging run:
                                                                                                      adb shell setprop debug.firebase.analytics.app com.[REDACTED].member.debug
2023-09-08 16:39:00.751 17247-17247 FirebaseCrashlytics     com.[REDACTED].member.debug              I  Initializing Firebase Crashlytics 18.4.1 for com.[REDACTED].member.debug
2023-09-08 16:39:00.757 17247-17247 FirebaseSessions        com.[REDACTED].member.debug              D  Registering Sessions SDK subscriber with name: CRASHLYTICS, data collection enabled: true
2023-09-08 16:39:00.758 17247-17281 FirebaseSessions        com.[REDACTED].member.debug              D  Data Collection is enabled for at least one Subscriber
2023-09-08 16:39:00.785 17247-17284 EventGDTLogger          com.[REDACTED].member.debug              D  Session Event: {"eventType":1,"sessionData":{"sessionId":"b894ad72666f4de99322f146bb21275d","firstSessionId":"b894ad72666f4de99322f146bb21275d","sessionIndex":0,"eventTimestampUs":1694209140750000,"dataCollectionStatus":{"performance":1,"crashlytics":2,"sessionSamplingRate":1.0},"firebaseInstallationId":"dObrUS3QS6uqsWzmDnTs-b"},"applicationInfo":{"appId":"1:920550777194:android:045e682c606a3ef9490513","deviceModel":"sdk_gphone64_arm64","sessionSdkVersion":"1.0.2","osVersion":"12","logEnvironment":3,"androidAppInfo":{"packageName":"com.[REDACTED].member.debug","versionName":"5.3.1218-debug","appBuildVersion":"1","deviceManufacturer":"Google"}}}
2023-09-08 16:39:00.785 17247-17284 SessionCoordinator      com.[REDACTED].member.debug              I  Successfully logged Session Start event: b894ad72666f4de99322f146bb21275d
2023-09-08 16:39:00.788 17247-17247 FirebaseInitProvider    com.[REDACTED].member.debug              I  FirebaseApp initialization successful
2023-09-08 16:39:00.797 17247-17282 FirebaseCrashlytics     com.[REDACTED].member.debug              I  No version control information found
2023-09-08 16:39:00.799 17247-17247 WM-WrkMgrInitializer    com.[REDACTED].member.debug              D  Initializing WorkManager with default configuration.
2023-09-08 16:39:00.817 17247-17292 libEGL                  com.[REDACTED].member.debug              D  loaded /vendor/lib64/egl/libEGL_emulation.so
2023-09-08 16:39:00.817 17247-17289 Compatibil...geReporter com.[REDACTED].member.debug              D  Compat change id reported: 160794467; UID 10156; state: ENABLED
2023-09-08 16:39:00.818 17247-17292 libEGL                  com.[REDACTED].member.debug              D  loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so
2023-09-08 16:39:00.819 17247-17292 libEGL                  com.[REDACTED].member.debug              D  loaded /vendor/lib64/egl/libGLESv2_emulation.so
2023-09-08 16:39:00.858 17247-17247 ie.member.debu          com.[REDACTED].member.debug              W  Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;-><init>(Ljava/lang/Class;I)V (unsupported, reflection, allowed)
2023-09-08 16:39:00.928 17247-17247 PlayCore                com.[REDACTED].member.debug              I  UID: [10156]  PID: [17247] AppUpdateListenerRegistry : registerListener
2023-09-08 16:39:00.970 17247-17247 ie.member.debu          com.[REDACTED].member.debug              W  Class androidx.compose.runtime.snapshots.SnapshotStateMap failed lock verification and will run slower.
                                                                                                    Common causes for lock verification issues are non-optimized dex code
                                                                                                    and incorrect proguard optimizations.
2023-09-08 16:39:01.051 17247-17290 HostConnection          com.[REDACTED].member.debug              D  createUnique: call
2023-09-08 16:39:01.052 17247-17290 HostConnection          com.[REDACTED].member.debug              D  HostConnection::get() New Host Connection established 0xb400006e25e13b10, tid 17290
2023-09-08 16:39:01.053 17247-17290 HostConnection          com.[REDACTED].member.debug              D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:39:01.055 17247-17290 OpenGLRenderer          com.[REDACTED].member.debug              W  Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
2023-09-08 16:39:01.055 17247-17290 OpenGLRenderer          com.[REDACTED].member.debug              W  Failed to initialize 101010-2 format, error = EGL_SUCCESS
2023-09-08 16:39:01.056 17247-17290 EGL_emulation           com.[REDACTED].member.debug              D  eglCreateContext: 0xb400006e25e11f50: maj 3 min 0 rcv 3
2023-09-08 16:39:01.057 17247-17290 EGL_emulation           com.[REDACTED].member.debug              D  eglMakeCurrent: 0xb400006e25e11f50: ver 3 0 (tinfo 0x7043fd6080) (first time)
2023-09-08 16:39:01.062 17247-17290 Gralloc4                com.[REDACTED].member.debug              I  mapper 4.x is not supported
2023-09-08 16:39:01.063 17247-17290 HostConnection          com.[REDACTED].member.debug              D  createUnique: call
2023-09-08 16:39:01.064 17247-17290 HostConnection          com.[REDACTED].member.debug              D  HostConnection::get() New Host Connection established 0xb400006e25e11710, tid 17290
2023-09-08 16:39:01.064 17247-17290 goldfish-address-space  com.[REDACTED].member.debug              D  allocate: Ask for block of size 0x100
2023-09-08 16:39:01.064 17247-17290 goldfish-address-space  com.[REDACTED].member.debug              D  allocate: ioctl allocate returned offset 0x1efff8000 size 0x8000
2023-09-08 16:39:01.066 17247-17290 Gralloc4                com.[REDACTED].member.debug              W  allocator 4.x is not supported
2023-09-08 16:39:01.069 17247-17290 HostConnection          com.[REDACTED].member.debug              D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:39:01.076 17247-17247 ie.member.debu          com.[REDACTED].member.debug              W  Class androidx.compose.runtime.snapshots.SnapshotStateList failed lock verification and will run slower.
2023-09-08 16:39:01.293 17247-17247 [REDACTED]-FeatureFlag      com.[REDACTED].member.debug              I  Remote Config parameters updated
2023-09-08 16:39:01.294 17247-17247 [REDACTED]-Analytics        com.[REDACTED].member.debug              I  Current Route: login_screen
2023-09-08 16:39:01.297 17247-17273 FA                      com.[REDACTED].member.debug              I  Tag Manager is not found and thus will not be used
2023-09-08 16:39:02.012 17247-17295 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Version Check Response: 200
2023-09-08 16:39:02.588 17247-17247 Compose Focus           com.[REDACTED].member.debug              D  Owner FocusChanged(true)
2023-09-08 16:39:02.618 17247-17247 InsetsController        com.[REDACTED].member.debug              D  show(ime(), fromIme=false)
2023-09-08 16:39:02.618 17247-17247 InputMethodManager      com.[REDACTED].member.debug              D  showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{964b4cc VFED..... .F....ID 0,0-1080,2295 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
2023-09-08 16:39:02.633 17247-17247 AssistStructure         com.[REDACTED].member.debug              I  Flattened final assist data: 800 bytes, containing 1 windows, 8 views
2023-09-08 16:39:02.699 17247-17247 Autofill Status         com.[REDACTED].member.debug              D  Autofill popup isn't shown because autofill is not available.
                                                                                                    
                                                                                                    Did you set up autofill?
                                                                                                    1. Go to Settings > System > Languages&input > Advanced > Autofill Service
                                                                                                    2. Pick a service
                                                                                                    
                                                                                                    Did you add an account?
                                                                                                    1. Go to Settings > System > Languages&input > Advanced
                                                                                                    2. Click on the settings icon next to the Autofill Service
                                                                                                    3. Add your account
2023-09-08 16:39:02.768 17247-17247 InsetsController        com.[REDACTED].member.debug              D  show(ime(), fromIme=true)
2023-09-08 16:39:03.165 17247-17290 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=82.37ms min=4.36ms max=477.72ms count=13
2023-09-08 16:39:04.260 17247-17247 AssistStructure         com.[REDACTED].member.debug              I  Flattened final assist data: 968 bytes, containing 1 windows, 10 views
2023-09-08 16:39:04.277 17247-17247 InsetsController        com.[REDACTED].member.debug              D  show(ime(), fromIme=false)
2023-09-08 16:39:04.278 17247-17247 InputMethodManager      com.[REDACTED].member.debug              D  showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{964b4cc VFED..... .F....ID 0,0-1080,2295 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
2023-09-08 16:39:04.285 17247-17290 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=185.77ms min=3.39ms max=488.49ms count=6
2023-09-08 16:39:04.288 17247-17247 Autofill Status         com.[REDACTED].member.debug              D  Autofill popup isn't shown because autofill is not available.
                                                                                                    
                                                                                                    Did you set up autofill?
                                                                                                    1. Go to Settings > System > Languages&input > Advanced > Autofill Service
                                                                                                    2. Pick a service
                                                                                                    
                                                                                                    Did you add an account?
                                                                                                    1. Go to Settings > System > Languages&input > Advanced
                                                                                                    2. Click on the settings icon next to the Autofill Service
                                                                                                    3. Add your account
2023-09-08 16:39:04.342 17247-17247 InsetsController        com.[REDACTED].member.debug              D  show(ime(), fromIme=true)
2023-09-08 16:39:05.564 17247-17290 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=76.38ms min=4.39ms max=474.55ms count=16
2023-09-08 16:39:06.582 17247-17290 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=6.29ms min=1.52ms max=205.04ms count=51
2023-09-08 16:39:06.741 17247-17247 [REDACTED]-AuthServ         com.[REDACTED].member.debug              I  Login Response: 200
2023-09-08 16:39:06.742 17247-17247 [REDACTED]-Analytics        com.[REDACTED].member.debug              V  Analytics event: login_email_password_success
2023-09-08 16:39:06.766 17247-17340 ProfileInstaller        com.[REDACTED].member.debug              D  Installing profile for com.[REDACTED].member.debug
2023-09-08 16:39:07.597 17247-17290 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=2.02ms min=1.39ms max=5.77ms count=61
2023-09-08 16:39:07.748 17247-17247 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Profile Response: 200
2023-09-08 16:39:07.815 17247-17247 Compatibil...geReporter com.[REDACTED].member.debug              D  Compat change id reported: 171228096; UID 10156; state: ENABLED
2023-09-08 16:39:07.858 17247-17247 [REDACTED]-Analytics        com.[REDACTED].member.debug              I  Current Route: home_screen
2023-09-08 16:39:08.528 17247-17247 [REDACTED]-Analytics        com.[REDACTED].member.debug              I  Current Route: find_care_screen
2023-09-08 16:39:08.598 17247-17290 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=22.09ms min=1.84ms max=97.83ms count=35
2023-09-08 16:39:08.818 17247-17275 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Member Plans Response: 200
2023-09-08 16:39:08.819 17247-17247 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Claims Response: 200
2023-09-08 16:39:08.820 17247-17247 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Plan Totals Response: 200
2023-09-08 16:39:09.082 17247-17247 [REDACTED]-Analytics        com.[REDACTED].member.debug              V  Analytics event: [REDACTED]_button
2023-09-08 16:39:09.140 17247-17247 [REDACTED]-Analytics        com.[REDACTED].member.debug              I  Current Route: virtual_service_screen/{type}
2023-09-08 16:39:09.512 17247-17299 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Member Plans Response: 200
2023-09-08 16:39:09.600 17247-17290 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=17.87ms min=12.73ms max=33.82ms count=56
2023-09-08 16:39:10.139 17247-17247 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Plan Details Response: 200
2023-09-08 16:39:10.330 17247-17247 [REDACTED]-Analytics        com.[REDACTED].member.debug              V  Analytics event: [REDACTED]_website_button
2023-09-08 16:39:10.355 17247-17247 PlayCore                com.[REDACTED].member.debug              I  UID: [10156]  PID: [17247] AppUpdateListenerRegistry : unregisterListener
2023-09-08 16:39:10.616 17247-17290 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=20.28ms min=1.56ms max=159.79ms count=50
2023-09-08 16:39:10.865 17342-17342 cr_KnoxSettingsProvider com.android.chrome                   W  Permission to read device policy denied.
2023-09-08 16:39:10.869 17342-17342 cr_CompositorSurfaceMgr com.android.chrome                   E  Transitioning to surface with format : -1
2023-09-08 16:39:10.872 17342-17342 cr_CompositorSurfaceMgr com.android.chrome                   E  surfaceCreated format : 0
2023-09-08 16:39:10.872 17342-17342 cr_ContextualSearch     com.android.chrome                   I  Tap suppression enabled: false
2023-09-08 16:39:10.873 17342-17342 cr_ChromeTabbedActivity com.android.chrome                   I  #initializeState
2023-09-08 16:39:10.873 17342-17342 cr_CipherFactory        com.android.chrome                   I  #restoreFromBundle, no savedInstanceState.
2023-09-08 16:39:10.873 17342-17342 cr_tabmodel             com.android.chrome                   I  #loadState, ignoreIncognitoFiles? true
2023-09-08 16:39:10.873 17342-17342 cr_tabmodel             com.android.chrome                   I  Tab metadata, skipIncognitoCount? false incognitoCount: 0 totalCount: 0
2023-09-08 16:39:10.880 17342-17342 cr_tabmodel             com.android.chrome                   I  Loaded tab lists; counts: 1,0
2023-09-08 16:39:10.896 17342-17342 cr_OfflineIndicator     com.android.chrome                   I  onConnectionTypeChanged 2
2023-09-08 16:39:10.897 17342-17342 cr_OfflineIndicator     com.android.chrome                   I  Reported by system: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=12000Kbps LinkDnBandwidth>=30000Kbps TransportInfo: <SSID: <unknown ssid>, BSSID: 02:00:00:00:00:00, MAC: 02:00:00:00:00:00, Security type: 0, Supplicant state: COMPLETED, Wi-Fi standard: 1, RSSI: -50, Link speed: 1Mbps, Tx Link speed: 1Mbps, Max Supported Tx Link speed: 11Mbps, Rx Link speed: 2Mbps, Max Supported Rx Link speed: 11Mbps, Frequency: 2447MHz, Net ID: -1, Metered hint: false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: -1> SignalStrength: -50 UnderlyingNetworks: Null]
2023-09-08 16:39:10.897 17342-17342 cr_OfflineIndicator     com.android.chrome                   I  setConnectionState connectionState=4
2023-09-08 16:39:10.898 17342-17342 cr_OfflineDetector      com.android.chrome                   I  Running updateState mConnectivityDetectorInitialized: true, mTimeWhenLastForegrounded: 18791355, getElapsedTime: 18791356, mTimeWhenLastOfflineNotificationReceived: 0, mTimeWhenLastOnline: 18791356, mApplicationState: 1, mIsOfflineLastReportedByConnectivityDetector: false, mIsEffectivelyOffline: false
2023-09-08 16:39:10.898 17342-17342 cr_OfflineDetector      com.android.chrome                   I  updateState(): timeSinceLastForeground: 1, timeSinceOfflineNotificationReceived: 18791356, timeSinceLastOnline: 0, timeNeededForForeground: 1999, timeNeededForOffline: -18789356
2023-09-08 16:39:10.898 17342-17342 cr_OfflineIndicator     com.android.chrome                   I  processConnectivityCheckResult mConnectionState=4 mConnectivityCheckingStage=1
2023-09-08 16:39:10.980 17342-17430 cr_VrCoreVersionChecker com.android.chrome                   I  Unable to find VrCore.
2023-09-08 16:39:10.995 17247-17290 OpenGLRenderer          com.[REDACTED].member.debug              D  endAllActiveAnimators on 0xb400006ea5e76330 (UnprojectedRipple) with handle 0xb400006db5e5ee90
2023-09-08 16:39:11.197 17438-17481 HostConnection          com.android.chrome                   D  createUnique: call
2023-09-08 16:39:11.197 17438-17481 HostConnection          com.android.chrome                   D  HostConnection::get() New Host Connection established 0xb400006e25e14f50, tid 17481
2023-09-08 16:39:11.199 17438-17481 HostConnection          com.android.chrome                   D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:39:11.813 17342-17367 EGL_emulation           com.android.chrome                   D  app_time_stats: avg=35.33ms min=1.34ms max=361.37ms count=26
2023-09-08 16:39:11.984 17438-17462 EGL_emulation           com.android.chrome                   D  eglCreateContext: 0xb400006e25e14b90: maj 3 min 0 rcv 3
2023-09-08 16:39:12.005 17438-17483 cr_MediaCodecUtil       com.android.chrome                   W  HW encoder for video/avc is not available on this device.
2023-09-08 16:39:12.912 17342-17367 EGL_emulation           com.android.chrome                   D  app_time_stats: avg=274.71ms min=98.61ms max=734.33ms count=4
2023-09-08 16:39:12.964 17342-17342 cr_BTSPrefs             com.android.chrome                   E  No data found for task id: 53
2023-09-08 16:39:12.964 17342-17342 cr_BkgrdTaskScheduler   com.android.chrome                   E  Task cannot be canceled because no data was found instorage or data was invalid
2023-09-08 16:39:13.649 17342-17342 cr_tabmodel             com.android.chrome                   I  Appending tabs being restored to metadata lists, 0, startingNormalCount: 1, startingIncognitoCount: 0
2023-09-08 16:39:13.649 17342-17342 cr_tabmodel             com.android.chrome                   I  Serializing tab lists; counts: 1, 0
2023-09-08 16:39:13.666 17342-17342 PhoneskyDetailsDelegate com.android.chrome                   E  Failed to bind to service. Clearing requests.
2023-09-08 16:39:13.678 17342-17421 InstanceID              com.android.chrome                   W  Instance ID SDK is deprecated, com.android.chrome should update to use Firebase Instance ID
2023-09-08 16:39:13.685 17342-17386 cr_BindingManager       com.android.chrome                   I  Moderate binding enabled: maxSize=-1
2023-09-08 16:39:13.945 17342-17367 EGL_emulation           com.android.chrome                   D  app_time_stats: avg=73.79ms min=15.54ms max=216.80ms count=14
2023-09-08 16:39:14.542 17438-17482 HostConnection          com.android.chrome                   D  createUnique: call
2023-09-08 16:39:14.543 17438-17482 HostConnection          com.android.chrome                   D  HostConnection::get() New Host Connection established 0xb400006e25e16510, tid 17482
2023-09-08 16:39:14.544 17438-17482 HostConnection          com.android.chrome                   D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:39:14.654 17247-17247 PlayCore                com.[REDACTED].member.debug              I  UID: [10156]  PID: [17247] AppUpdateListenerRegistry : registerListener
2023-09-08 16:39:15.146 17342-17342 cr_CompositorSurfaceMgr com.android.chrome                   E  surfaceDestroyed format : 4
2023-09-08 16:39:15.162 17342-17386 cr_BindingManager       com.android.chrome                   I  onTrimMemory: level=20, size=0
2023-09-08 16:39:15.176 17342-17342 cr_tabmodel             com.android.chrome                   I  Appending tabs being restored to metadata lists, 0, startingNormalCount: 1, startingIncognitoCount: 0
2023-09-08 16:39:15.176 17342-17342 cr_tabmodel             com.android.chrome                   I  Serializing tab lists; counts: 1, 0
---------------------------- PROCESS ENDED (17247) for package com.[REDACTED].member.debug ----------------------------
2023-09-08 16:39:15.391 17342-17342 cr_OfflineDetector      com.android.chrome                   I  Running updateState mConnectivityDetectorInitialized: true, mTimeWhenLastForegrounded: 18795849, getElapsedTime: 18795849, mTimeWhenLastOfflineNotificationReceived: 0, mTimeWhenLastOnline: 18791356, mApplicationState: 1, mIsOfflineLastReportedByConnectivityDetector: false, mIsEffectivelyOffline: false
2023-09-08 16:39:15.391 17342-17342 cr_OfflineDetector      com.android.chrome                   I  updateState(): timeSinceLastForeground: 0, timeSinceOfflineNotificationReceived: 18795849, timeSinceLastOnline: 4493, timeNeededForForeground: 2000, timeNeededForOffline: -18793849
2023-09-08 16:39:15.422 17342-17342 cr_CompositorSurfaceMgr com.android.chrome                   E  surfaceCreated format : 0
2023-09-08 16:39:15.432 17438-17462 EGL_emulation           com.android.chrome                   D  eglCreateContext: 0xb400006e25e16690: maj 3 min 0 rcv 3
2023-09-08 16:39:16.209 17342-17386 cr_BindingManager       com.android.chrome                   I  onTrimMemory: level=10, size=0
2023-09-08 16:39:20.530 17342-17473 cr_omaha                com.android.chrome                   I  OmahaBase::generateAndPostRequest(): Sending request to Omaha:
                                                                                                    <?xml version='1.0' encoding='UTF-8' standalone='yes' ?><request protocol="3.0" updater="Android" updaterversion="95.0.4638.74" updaterchannel="chrome" ismachine="1" requestid="{b925ba1e-c7a3-41d7-a492-58515af92c1c}" sessionid="{eb9fbc78-4152-4c72-8d26-e51fac538902}" installsource="system_image" userid="{afbf5b9406461ae9105449bf4565a3ed}" dedup="uid"><os platform="android" version="12" arch="arm" /><app brand="" client="ms-unknown" appid="{387E11AD-7109-45F6-83CF-CAA241ADC9DF}" version="95.0.4638.74" nextversion="" lang="en-US" installage="0" ap="chrome;google;sdk_gphone64_arm64"><updatecheck /><ping active="1" ad="6094" rd="6094" /></app></request>
2023-09-08 16:39:20.688 17342-17473 cr_omaha                com.android.chrome                   I  OmahaBase::generateAndPostRequest(): Received response from Omaha:
                                                                                                    <?xml version="1.0" encoding="UTF-8"?><response protocol="3.0" server="prod"><daystart elapsed_days="6094" elapsed_seconds="52761"/><app appid="{387E11AD-7109-45F6-83CF-CAA241ADC9DF}" cohort="1:hyx:" cohortname="Stable Chrome" status="ok"><updatecheck status="ok"><urls><url codebase="market://details?id=com.android.chrome/"/></urls><manifest version="114.0.5735.196"><actions><action event="update" run=""/><action event="postinstall"/></actions><packages><package fp="2.114.0.5735.196" name="" required="true"/></packages></manifest></updatecheck><ping status="ok"/></app></response>
2023-09-08 16:39:20.690 17342-17473 cr_omaha                com.android.chrome                   I  Request to Server Successful. Timestamp for next request:1694212760690
2023-09-08 16:39:20.693 17342-17473 cr_omaha                com.android.chrome                   I  Attempting to schedule next job for: Fri Sep 08 21:39:20 CDT 2023
2023-09-08 16:39:20.694 17342-17342 cr_omaha                com.android.chrome                   I  Scheduled using JobService
2023-09-08 16:39:20.694 17342-17342 cr_BkgrdTaskJS          com.android.chrome                   E  Tried finishing non-current BackgroundTask.
2023-09-08 16:39:21.984 17342-17342 cr_BTSPrefs             com.android.chrome                   E  No data found for task id: 57
2023-09-08 16:39:21.984 17342-17342 cr_BkgrdTaskScheduler   com.android.chrome                   E  Task cannot be canceled because no data was found instorage or data was invalid
2023-09-08 16:39:21.984 17342-17342 cr_BTSPrefs             com.android.chrome                   E  No data found for task id: 56
2023-09-08 16:39:21.984 17342-17342 cr_BkgrdTaskScheduler   com.android.chrome                   E  Task cannot be canceled because no data was found instorage or data was invalid
2023-09-08 16:39:26.105 17342-17342 cr_CompositorSurfaceMgr com.android.chrome                   E  surfaceDestroyed format : 4
2023-09-08 16:39:26.171 17342-17342 cr_tabmodel             com.android.chrome                   I  Appending tabs being restored to metadata lists, 0, startingNormalCount: 1, startingIncognitoCount: 0
2023-09-08 16:39:26.171 17342-17342 cr_tabmodel             com.android.chrome                   I  Serializing tab lists; counts: 1, 0
2023-09-08 16:39:26.351 17342-17386 cr_BindingManager       com.android.chrome                   I  onTrimMemory: level=20, size=0
2023-09-08 16:39:26.357 17342-17429 cr_OPArchivePublisher   com.android.chrome                   I  ADM threw while trying to remove a download. java.lang.IllegalArgumentException: input param 'ids' can't be null
2023-09-08 16:39:26.563 18079-18079 GraphicsEnvironment     com.[REDACTED].member.debug              V  ANGLE Developer option for 'com.[REDACTED].member.debug' set to: 'default'
2023-09-08 16:39:26.564 18079-18079 GraphicsEnvironment     com.[REDACTED].member.debug              V  ANGLE GameManagerService for com.[REDACTED].member.debug: false
2023-09-08 16:39:26.565 18079-18079 GraphicsEnvironment     com.[REDACTED].member.debug              V  Neither updatable production driver nor prerelease driver is supported.
2023-09-08 16:39:26.567 18079-18079 NetworkSecurityConfig   com.[REDACTED].member.debug              D  No Network Security Config specified, using platform default
---------------------------- PROCESS STARTED (18079) for package com.[REDACTED].member.debug ----------------------------
2023-09-08 16:39:26.571 18079-18079 NetworkSecurityConfig   com.[REDACTED].member.debug              D  No Network Security Config specified, using platform default
2023-09-08 16:39:26.599 18079-18079 FirebaseApp             com.[REDACTED].member.debug              I  Device unlocked: initializing all Firebase APIs for app [DEFAULT]
2023-09-08 16:39:26.657 18079-18079 FirebaseCrashlytics     com.[REDACTED].member.debug              I  Initializing Firebase Crashlytics 18.4.1 for com.[REDACTED].member.debug
2023-09-08 16:39:26.669 18079-18110 FirebaseSessions        com.[REDACTED].member.debug              D  Data Collection is enabled for at least one Subscriber
2023-09-08 16:39:26.669 18079-18079 FirebaseSessions        com.[REDACTED].member.debug              D  Registering Sessions SDK subscriber with name: CRASHLYTICS, data collection enabled: true
2023-09-08 16:39:26.682 18079-18099 DynamiteModule          com.[REDACTED].member.debug              I  Considering local module com.google.android.gms.measurement.dynamite:92 and remote module com.google.android.gms.measurement.dynamite:87
2023-09-08 16:39:26.683 18079-18099 DynamiteModule          com.[REDACTED].member.debug              I  Selected local version of com.google.android.gms.measurement.dynamite
2023-09-08 16:39:26.721 18079-18079 FirebaseInitProvider    com.[REDACTED].member.debug              I  FirebaseApp initialization successful
2023-09-08 16:39:26.751 18079-18079 WM-WrkMgrInitializer    com.[REDACTED].member.debug              D  Initializing WorkManager with default configuration.
2023-09-08 16:39:26.792 18079-18127 FA                      com.[REDACTED].member.debug              I  App measurement initialized, version: 79000
2023-09-08 16:39:26.792 18079-18127 FA                      com.[REDACTED].member.debug              I  To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
2023-09-08 16:39:26.792 18079-18127 FA                      com.[REDACTED].member.debug              I  To enable faster debug mode event logging run:
                                                                                                      adb shell setprop debug.firebase.analytics.app com.[REDACTED].member.debug
2023-09-08 16:39:26.813 18079-18129 Compatibil...geReporter com.[REDACTED].member.debug              D  Compat change id reported: 160794467; UID 10157; state: ENABLED
2023-09-08 16:39:26.814 18079-18131 libEGL                  com.[REDACTED].member.debug              D  loaded /vendor/lib64/egl/libEGL_emulation.so
2023-09-08 16:39:26.821 18079-18131 libEGL                  com.[REDACTED].member.debug              D  loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so
2023-09-08 16:39:26.823 18079-18131 libEGL                  com.[REDACTED].member.debug              D  loaded /vendor/lib64/egl/libGLESv2_emulation.so
2023-09-08 16:39:26.864 18079-18079 FirebaseRemoteConfig    com.[REDACTED].member.debug              W  No value of type 'Boolean' exists for parameter key 'payment_methods_cards'.
2023-09-08 16:39:26.864 18079-18079 FirebaseRemoteConfig    com.[REDACTED].member.debug              W  No value of type 'Boolean' exists for parameter key 'payment_methods_bank_accounts'.
2023-09-08 16:39:26.866 18079-18079 ie.member.debu          com.[REDACTED].member.debug              W  Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;-><init>(Ljava/lang/Class;I)V (unsupported, reflection, allowed)
2023-09-08 16:39:26.911 18079-18127 FA                      com.[REDACTED].member.debug              I  Tag Manager is not found and thus will not be used
2023-09-08 16:39:26.983 18079-18079 PlayCore                com.[REDACTED].member.debug              I  UID: [10157]  PID: [18079] AppUpdateListenerRegistry : registerListener
2023-09-08 16:39:27.030 18079-18079 ie.member.debu          com.[REDACTED].member.debug              W  Class androidx.compose.runtime.snapshots.SnapshotStateMap failed lock verification and will run slower.
                                                                                                    Common causes for lock verification issues are non-optimized dex code
                                                                                                    and incorrect proguard optimizations.
2023-09-08 16:39:27.073 18079-18146 [REDACTED]-AuthInterceptor  com.[REDACTED].member.debug              W  No Access Token:: Skipping Bearer Token Header
2023-09-08 16:39:27.078 18079-18146 okhttp.OkHttpClient     com.[REDACTED].member.debug              I  --> GET https://mobileapi-prd.prd.[REDACTED].com/mobile-app/check-version?version=5.3.1218&os=android
2023-09-08 16:39:27.123 18079-18130 HostConnection          com.[REDACTED].member.debug              D  createUnique: call
2023-09-08 16:39:27.124 18079-18130 HostConnection          com.[REDACTED].member.debug              D  HostConnection::get() New Host Connection established 0xb400006e25e14e90, tid 18130
2023-09-08 16:39:27.126 18079-18130 HostConnection          com.[REDACTED].member.debug              D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:39:27.134 18079-18130 OpenGLRenderer          com.[REDACTED].member.debug              W  Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
2023-09-08 16:39:27.135 18079-18130 OpenGLRenderer          com.[REDACTED].member.debug              W  Failed to initialize 101010-2 format, error = EGL_SUCCESS
2023-09-08 16:39:27.135 18079-18130 EGL_emulation           com.[REDACTED].member.debug              D  eglCreateContext: 0xb400006e25e14d10: maj 3 min 0 rcv 3
2023-09-08 16:39:27.136 18079-18079 ie.member.debu          com.[REDACTED].member.debug              W  Class androidx.compose.runtime.snapshots.SnapshotStateList failed lock verification and will run slower.
2023-09-08 16:39:27.137 18079-18130 EGL_emulation           com.[REDACTED].member.debug              D  eglMakeCurrent: 0xb400006e25e14d10: ver 3 0 (tinfo 0x7047119080) (first time)
2023-09-08 16:39:27.152 18079-18113 FirebaseCrashlytics     com.[REDACTED].member.debug              I  No version control information found
2023-09-08 16:39:27.152 18079-18130 Gralloc4                com.[REDACTED].member.debug              I  mapper 4.x is not supported
2023-09-08 16:39:27.156 18079-18130 HostConnection          com.[REDACTED].member.debug              D  createUnique: call
2023-09-08 16:39:27.157 18079-18130 HostConnection          com.[REDACTED].member.debug              D  HostConnection::get() New Host Connection established 0xb400006e25e15250, tid 18130
2023-09-08 16:39:27.157 18079-18130 goldfish-address-space  com.[REDACTED].member.debug              D  allocate: Ask for block of size 0x100
2023-09-08 16:39:27.157 18079-18130 goldfish-address-space  com.[REDACTED].member.debug              D  allocate: ioctl allocate returned offset 0x1eeff4000 size 0x8000
2023-09-08 16:39:27.158 18079-18130 Gralloc4                com.[REDACTED].member.debug              W  allocator 4.x is not supported
2023-09-08 16:39:27.164 18079-18130 HostConnection          com.[REDACTED].member.debug              D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:39:27.178 18079-18111 EventGDTLogger          com.[REDACTED].member.debug              D  Session Event: {"eventType":1,"sessionData":{"sessionId":"a567a14c841b41b686136828db85e352","firstSessionId":"a567a14c841b41b686136828db85e352","sessionIndex":0,"eventTimestampUs":1694209166655000,"dataCollectionStatus":{"performance":1,"crashlytics":2,"sessionSamplingRate":1.0},"firebaseInstallationId":"fP8QqOhbQdKgT_vwv-yYNY"},"applicationInfo":{"appId":"1:920550777194:android:045e682c606a3ef9490513","deviceModel":"sdk_gphone64_arm64","sessionSdkVersion":"1.0.2","osVersion":"12","logEnvironment":3,"androidAppInfo":{"packageName":"com.[REDACTED].member.debug","versionName":"5.3.1218-debug","appBuildVersion":"1","deviceManufacturer":"Google"}}}
2023-09-08 16:39:27.179 18079-18111 SessionCoordinator      com.[REDACTED].member.debug              I  Successfully logged Session Start event: a567a14c841b41b686136828db85e352
2023-09-08 16:39:27.243 18079-18146 okhttp.OkHttpClient     com.[REDACTED].member.debug              I  <-- 200 https://mobileapi-prd.prd.[REDACTED].com/mobile-app/check-version?version=5.3.1218&os=android (164ms, 15-byte body)
2023-09-08 16:39:27.246 18079-18144 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Version Check Response: 200
2023-09-08 16:39:27.373 18079-18079 [REDACTED]-Analytics        com.[REDACTED].member.debug              I  Current Route: login_screen
2023-09-08 16:39:27.488 18079-18100 System                  com.[REDACTED].member.debug              W  Ignoring header If-None-Match because its value was null.
2023-09-08 16:39:27.646 18079-18079 [REDACTED]-FeatureFlag      com.[REDACTED].member.debug              I  Remote Config parameters updated
---------------------------- PROCESS ENDED (18079) for package com.[REDACTED].member.debug ----------------------------
2023-09-08 16:39:28.163 17342-17386 cr_BindingManager       com.android.chrome                   I  onTrimMemory: level=10, size=0
2023-09-08 16:39:28.209 17342-17342 cr_OfflineDetector      com.android.chrome                   I  Running updateState mConnectivityDetectorInitialized: true, mTimeWhenLastForegrounded: 18808668, getElapsedTime: 18808668, mTimeWhenLastOfflineNotificationReceived: 0, mTimeWhenLastOnline: 18791356, mApplicationState: 1, mIsOfflineLastReportedByConnectivityDetector: false, mIsEffectivelyOffline: false
2023-09-08 16:39:28.209 17342-17342 cr_OfflineDetector      com.android.chrome                   I  updateState(): timeSinceLastForeground: 0, timeSinceOfflineNotificationReceived: 18808668, timeSinceLastOnline: 17312, timeNeededForForeground: 2000, timeNeededForOffline: -18806668
2023-09-08 16:39:28.302 17342-17342 cr_CompositorSurfaceMgr com.android.chrome                   E  surfaceCreated format : 0
2023-09-08 16:39:28.318 17438-17462 EGL_emulation           com.android.chrome                   D  eglCreateContext: 0xb400006e25e13990: maj 3 min 0 rcv 3
2023-09-08 16:39:28.373 17406-17406 cr_ChildProcessService  com.android.chrome                   I  Destroying ChildProcessService pid=17406
2023-09-08 16:39:28.423 17392-17392 Zygote                  com.android.chrome_zygote            I  Process 17406 exited due to signal 9 (Killed)
---------------------------- PROCESS STARTED (18232) for package com.[REDACTED].member.debug ----------------------------
2023-09-08 16:39:29.167 18232-18300 EventGDTLogger          com.[REDACTED].member.debug              D  Session Event: {"eventType":1,"sessionData":{"sessionId":"f40e42eca6494ac19bbcb84a50896e69","firstSessionId":"f40e42eca6494ac19bbcb84a50896e69","sessionIndex":0,"eventTimestampUs":1694209169119000,"dataCollectionStatus":{"performance":1,"crashlytics":2,"sessionSamplingRate":1.0},"firebaseInstallationId":"fP8QqOhbQdKgT_vwv-yYNY"},"applicationInfo":{"appId":"1:920550777194:android:045e682c606a3ef9490513","deviceModel":"sdk_gphone64_arm64","sessionSdkVersion":"1.0.2","osVersion":"12","logEnvironment":3,"androidAppInfo":{"packageName":"com.[REDACTED].member.debug","versionName":"5.3.1218-debug","appBuildVersion":"1","deviceManufacturer":"Google"}}}
2023-09-08 16:39:29.167 18232-18300 SessionCoordinator      com.[REDACTED].member.debug              I  Successfully logged Session Start event: f40e42eca6494ac19bbcb84a50896e69
2023-09-08 16:39:29.169 18232-18232 FirebaseInitProvider    com.[REDACTED].member.debug              I  FirebaseApp initialization successful
2023-09-08 16:39:29.174 18232-18232 WM-WrkMgrInitializer    com.[REDACTED].member.debug              D  Initializing WorkManager with default configuration.
2023-09-08 16:39:29.176 18232-18303 FirebaseCrashlytics     com.[REDACTED].member.debug              I  No version control information found
2023-09-08 16:39:29.194 18232-18313 Compatibil...geReporter com.[REDACTED].member.debug              D  Compat change id reported: 160794467; UID 10157; state: ENABLED
2023-09-08 16:39:29.198 18232-18315 libEGL                  com.[REDACTED].member.debug              D  loaded /vendor/lib64/egl/libEGL_emulation.so
2023-09-08 16:39:29.199 18232-18315 libEGL                  com.[REDACTED].member.debug              D  loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so
2023-09-08 16:39:29.200 18232-18315 libEGL                  com.[REDACTED].member.debug              D  loaded /vendor/lib64/egl/libGLESv2_emulation.so
2023-09-08 16:39:29.234 18232-18232 ie.member.debu          com.[REDACTED].member.debug              W  Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;-><init>(Ljava/lang/Class;I)V (unsupported, reflection, allowed)
2023-09-08 16:39:29.309 18232-18232 PlayCore                com.[REDACTED].member.debug              I  UID: [10157]  PID: [18232] AppUpdateListenerRegistry : registerListener
2023-09-08 16:39:29.347 18232-18232 ie.member.debu          com.[REDACTED].member.debug              W  Class androidx.compose.runtime.snapshots.SnapshotStateMap failed lock verification and will run slower.
                                                                                                    Common causes for lock verification issues are non-optimized dex code
                                                                                                    and incorrect proguard optimizations.
2023-09-08 16:39:29.421 18232-18314 HostConnection          com.[REDACTED].member.debug              D  createUnique: call
2023-09-08 16:39:29.421 18232-18314 HostConnection          com.[REDACTED].member.debug              D  HostConnection::get() New Host Connection established 0xb400006e25e15b50, tid 18314
2023-09-08 16:39:29.423 18232-18314 HostConnection          com.[REDACTED].member.debug              D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:39:29.425 18232-18314 OpenGLRenderer          com.[REDACTED].member.debug              W  Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
2023-09-08 16:39:29.425 18232-18314 OpenGLRenderer          com.[REDACTED].member.debug              W  Failed to initialize 101010-2 format, error = EGL_SUCCESS
2023-09-08 16:39:29.426 18232-18314 EGL_emulation           com.[REDACTED].member.debug              D  eglCreateContext: 0xb400006e25e15490: maj 3 min 0 rcv 3
2023-09-08 16:39:29.427 18232-18314 EGL_emulation           com.[REDACTED].member.debug              D  eglMakeCurrent: 0xb400006e25e15490: ver 3 0 (tinfo 0x7043fd6080) (first time)
2023-09-08 16:39:29.433 18232-18232 ie.member.debu          com.[REDACTED].member.debug              W  Class androidx.compose.runtime.snapshots.SnapshotStateList failed lock verification and will run slower.
2023-09-08 16:39:29.434 18232-18314 Gralloc4                com.[REDACTED].member.debug              I  mapper 4.x is not supported
2023-09-08 16:39:29.435 18232-18314 HostConnection          com.[REDACTED].member.debug              D  createUnique: call
2023-09-08 16:39:29.435 18232-18314 HostConnection          com.[REDACTED].member.debug              D  HostConnection::get() New Host Connection established 0xb400006e25e13a50, tid 18314
2023-09-08 16:39:29.436 18232-18314 goldfish-address-space  com.[REDACTED].member.debug              D  allocate: Ask for block of size 0x100
2023-09-08 16:39:29.436 18232-18314 goldfish-address-space  com.[REDACTED].member.debug              D  allocate: ioctl allocate returned offset 0x1efff8000 size 0x8000
2023-09-08 16:39:29.437 18232-18314 Gralloc4                com.[REDACTED].member.debug              W  allocator 4.x is not supported
2023-09-08 16:39:29.440 18232-18314 HostConnection          com.[REDACTED].member.debug              D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:39:29.654 18232-18232 [REDACTED]-FeatureFlag      com.[REDACTED].member.debug              I  Remote Config parameters updated
2023-09-08 16:39:29.655 18232-18232 [REDACTED]-Analytics        com.[REDACTED].member.debug              I  Current Route: login_screen
2023-09-08 16:39:29.657 18232-18294 FA                      com.[REDACTED].member.debug              I  Tag Manager is not found and thus will not be used
2023-09-08 16:39:30.387 18232-18326 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Version Check Response: 200
2023-09-08 16:39:30.956 18232-18232 Compose Focus           com.[REDACTED].member.debug              D  Owner FocusChanged(true)
2023-09-08 16:39:30.982 18232-18232 InsetsController        com.[REDACTED].member.debug              D  show(ime(), fromIme=false)
2023-09-08 16:39:30.983 18232-18232 InputMethodManager      com.[REDACTED].member.debug              D  showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{bf5315 VFED..... .F....ID 0,0-1080,2295 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
2023-09-08 16:39:30.996 18232-18232 AssistStructure         com.[REDACTED].member.debug              I  Flattened final assist data: 800 bytes, containing 1 windows, 8 views
2023-09-08 16:39:31.025 18232-18232 Autofill Status         com.[REDACTED].member.debug              D  Autofill popup isn't shown because autofill is not available.
                                                                                                    
                                                                                                    Did you set up autofill?
                                                                                                    1. Go to Settings > System > Languages&input > Advanced > Autofill Service
                                                                                                    2. Pick a service
                                                                                                    
                                                                                                    Did you add an account?
                                                                                                    1. Go to Settings > System > Languages&input > Advanced
                                                                                                    2. Click on the settings icon next to the Autofill Service
                                                                                                    3. Add your account
2023-09-08 16:39:31.137 18232-18232 InsetsController        com.[REDACTED].member.debug              D  show(ime(), fromIme=true)
2023-09-08 16:39:31.513 18232-18314 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=69.87ms min=6.55ms max=482.17ms count=15
2023-09-08 16:39:32.624 18232-18232 AssistStructure         com.[REDACTED].member.debug              I  Flattened final assist data: 968 bytes, containing 1 windows, 10 views
2023-09-08 16:39:32.642 18232-18232 InsetsController        com.[REDACTED].member.debug              D  show(ime(), fromIme=false)
2023-09-08 16:39:32.642 18232-18232 InputMethodManager      com.[REDACTED].member.debug              D  showSoftInput() view=androidx.compose.ui.platform.AndroidComposeView{bf5315 VFED..... .F....ID 0,0-1080,2295 aid=1073741824} flags=0 reason=SHOW_SOFT_INPUT_BY_INSETS_API
2023-09-08 16:39:32.650 18232-18314 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=189.56ms min=10.68ms max=472.87ms count=6
2023-09-08 16:39:32.652 18232-18232 Autofill Status         com.[REDACTED].member.debug              D  Autofill popup isn't shown because autofill is not available.
                                                                                                    
                                                                                                    Did you set up autofill?
                                                                                                    1. Go to Settings > System > Languages&input > Advanced > Autofill Service
                                                                                                    2. Pick a service
                                                                                                    
                                                                                                    Did you add an account?
                                                                                                    1. Go to Settings > System > Languages&input > Advanced
                                                                                                    2. Click on the settings icon next to the Autofill Service
                                                                                                    3. Add your account
2023-09-08 16:39:32.693 18232-18232 InsetsController        com.[REDACTED].member.debug              D  show(ime(), fromIme=true)
2023-09-08 16:39:33.947 18232-18314 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=76.93ms min=3.47ms max=471.85ms count=16
2023-09-08 16:39:34.966 18232-18314 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=6.78ms min=1.49ms max=228.14ms count=50
2023-09-08 16:39:34.975 18232-18366 ProfileInstaller        com.[REDACTED].member.debug              D  Installing profile for com.[REDACTED].member.debug
2023-09-08 16:39:35.148 18232-18232 [REDACTED]-AuthServ         com.[REDACTED].member.debug              I  Login Response: 200
2023-09-08 16:39:35.149 18232-18232 [REDACTED]-Analytics        com.[REDACTED].member.debug              V  Analytics event: login_email_password_success
2023-09-08 16:39:35.980 18232-18314 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=2.01ms min=1.56ms max=4.39ms count=61
2023-09-08 16:39:36.157 18232-18232 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Profile Response: 200
2023-09-08 16:39:36.238 18232-18232 Compatibil...geReporter com.[REDACTED].member.debug              D  Compat change id reported: 171228096; UID 10157; state: ENABLED
2023-09-08 16:39:36.282 18232-18232 [REDACTED]-Analytics        com.[REDACTED].member.debug              I  Current Route: home_screen
2023-09-08 16:39:36.892 18232-18232 [REDACTED]-Analytics        com.[REDACTED].member.debug              I  Current Route: find_care_screen
2023-09-08 16:39:36.983 18232-18314 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=22.34ms min=1.70ms max=103.58ms count=37
2023-09-08 16:39:37.239 18232-18321 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Member Plans Response: 200
2023-09-08 16:39:37.240 18232-18232 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Plan Totals Response: 200
2023-09-08 16:39:37.241 18232-18232 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Claims Response: 200
2023-09-08 16:39:37.384 18232-18232 [REDACTED]-Analytics        com.[REDACTED].member.debug              V  Analytics event: [REDACTED]_button
2023-09-08 16:39:37.450 18232-18232 [REDACTED]-Analytics        com.[REDACTED].member.debug              I  Current Route: virtual_service_screen/{type}
2023-09-08 16:39:37.876 18232-18322 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Member Plans Response: 200
2023-09-08 16:39:37.997 18232-18314 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=18.77ms min=4.88ms max=36.49ms count=54
2023-09-08 16:39:38.445 18232-18232 [REDACTED]-MembServ         com.[REDACTED].member.debug              I  Get Plan Details Response: 200
2023-09-08 16:39:38.613 18232-18232 [REDACTED]-Analytics        com.[REDACTED].member.debug              V  Analytics event: [REDACTED]_website_button
2023-09-08 16:39:38.630 18232-18232 PlayCore                com.[REDACTED].member.debug              I  UID: [10157]  PID: [18232] AppUpdateListenerRegistry : unregisterListener
2023-09-08 16:39:38.637 18249-18370 libEGL                  com.android.chrome                   D  loaded /vendor/lib64/egl/libEGL_emulation.so
2023-09-08 16:39:38.638 18249-18370 libEGL                  com.android.chrome                   D  loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so
2023-09-08 16:39:38.639 18249-18370 libEGL                  com.android.chrome                   D  loaded /vendor/lib64/egl/libGLESv2_emulation.so
2023-09-08 16:39:38.642 18249-18249 cr_InstantAppsHandler   com.android.chrome                   I  Package manager handles intents on O+, not handling in Chrome
2023-09-08 16:39:38.693 18249-18273 cr_ADCP                 com.android.chrome                   I  Empty config_id
2023-09-08 16:39:38.698 18249-18273 cr_ADCP                 com.android.chrome                   I  No customization source found
2023-09-08 16:39:38.705 18249-18382 cr_LibraryLoader        com.android.chrome                   I  Using linker: org.chromium.base.library_loader.ModernLinker
2023-09-08 16:39:38.705 18249-18382 cr_LibraryLoader        com.android.chrome                   I  Loading monochrome_64
2023-09-08 16:39:38.707 18249-18382 cr_ModernLinker         com.android.chrome                   I  loadLibraryImplLocked: monochrome_64, relroMode=1
2023-09-08 16:39:38.714 18249-18249 cr_CompositorSurfaceMgr com.android.chrome                   E  Transitioning to surface with format : -1
2023-09-08 16:39:38.740 18249-18273 cr_tabmodel             com.android.chrome                   I  Starting to fetch tab list for tab_state0
2023-09-08 16:39:38.741 18249-18273 cr_tabmodel             com.android.chrome                   I  Finished fetching tab list.
2023-09-08 16:39:38.742 18249-18382 cr_LibraryLoader        com.android.chrome                   I  Successfully loaded native library
2023-09-08 16:39:38.745 18249-18382 cr_CachingUmaRecorder   com.android.chrome                   I  Flushed 28 samples from 28 histograms.
2023-09-08 16:39:38.770 18249-18368 HostConnection          com.android.chrome                   D  createUnique: call
2023-09-08 16:39:38.771 18249-18368 HostConnection          com.android.chrome                   D  HostConnection::get() New Host Connection established 0xb400006e25e13b10, tid 18368
2023-09-08 16:39:38.771 18249-18249 cr_StartSurfaceConfig   com.android.chrome                   I  Recorded Startup.Android.FirstDrawCompletedTime.NoInstant = 74 ms
2023-09-08 16:39:38.772 18249-18368 HostConnection          com.android.chrome                   D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:39:38.773 18249-18368 OpenGLRenderer          com.android.chrome                   W  Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
2023-09-08 16:39:38.774 18249-18368 OpenGLRenderer          com.android.chrome                   W  Failed to initialize 101010-2 format, error = EGL_SUCCESS
2023-09-08 16:39:38.774 18249-18368 EGL_emulation           com.android.chrome                   D  eglCreateContext: 0xb400006e25e15b50: maj 3 min 0 rcv 3
2023-09-08 16:39:38.775 18249-18368 EGL_emulation           com.android.chrome                   D  eglMakeCurrent: 0xb400006e25e15b50: ver 3 0 (tinfo 0x704bd14080) (first time)
2023-09-08 16:39:38.783 18249-18368 Gralloc4                com.android.chrome                   I  mapper 4.x is not supported
2023-09-08 16:39:38.784 18249-18368 HostConnection          com.android.chrome                   D  createUnique: call
2023-09-08 16:39:38.784 18249-18368 HostConnection          com.android.chrome                   D  HostConnection::get() New Host Connection established 0xb400006e25e18d90, tid 18368
2023-09-08 16:39:38.784 18249-18368 goldfish-address-space  com.android.chrome                   D  allocate: Ask for block of size 0x100
2023-09-08 16:39:38.784 18249-18368 goldfish-address-space  com.android.chrome                   D  allocate: ioctl allocate returned offset 0x1efff8000 size 0x8000
2023-09-08 16:39:38.785 18249-18368 Gralloc4                com.android.chrome                   W  allocator 4.x is not supported
2023-09-08 16:39:38.787 18249-18368 HostConnection          com.android.chrome                   D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:39:38.916 18249-18249 cr_SmsProviderGms       com.android.chrome                   I  construction successfull Ok3@73dca47, Kk3@2daf274
2023-09-08 16:39:38.948 18249-18249 Compatibil...geReporter com.android.chrome                   D  Compat change id reported: 160794467; UID 10115; state: ENABLED
2023-09-08 16:39:38.950 18249-18430 cr_media                com.android.chrome                   W  Requires BLUETOOTH permission
2023-09-08 16:39:38.951 18249-18408 chromium                com.android.chrome                   E  [ERROR:chrome_browser_main_extra_parts_metrics.cc(230)] crbug.com/1216328: Checking Bluetooth availability started. Please report if there is no report that this ends.
2023-09-08 16:39:38.953 18249-18408 chromium                com.android.chrome                   E  [ERROR:chrome_browser_main_extra_parts_metrics.cc(233)] crbug.com/1216328: Checking Bluetooth availability ended.
2023-09-08 16:39:38.953 18249-18408 chromium                com.android.chrome                   E  [ERROR:chrome_browser_main_extra_parts_metrics.cc(236)] crbug.com/1216328: Checking default browser status started. Please report if there is no report that this ends.
2023-09-08 16:39:38.953 18249-18408 chromium                com.android.chrome                   E  [ERROR:chrome_browser_main_extra_parts_metrics.cc(240)] crbug.com/1216328: Checking default browser status ended.
2023-09-08 16:39:38.969 18249-18249 cr_KnoxSettingsProvider com.android.chrome                   W  Permission to read device policy denied.
2023-09-08 16:39:38.972 18249-18249 cr_CompositorSurfaceMgr com.android.chrome                   E  Transitioning to surface with format : -1
2023-09-08 16:39:38.975 18249-18249 cr_CompositorSurfaceMgr com.android.chrome                   E  surfaceCreated format : 0
2023-09-08 16:39:38.976 18249-18249 cr_ContextualSearch     com.android.chrome                   I  Tap suppression enabled: false
2023-09-08 16:39:38.977 18249-18249 cr_ChromeTabbedActivity com.android.chrome                   I  #initializeState
2023-09-08 16:39:38.977 18249-18249 cr_CipherFactory        com.android.chrome                   I  #restoreFromBundle, no savedInstanceState.
2023-09-08 16:39:38.977 18249-18249 cr_tabmodel             com.android.chrome                   I  #loadState, ignoreIncognitoFiles? true
2023-09-08 16:39:38.977 18249-18249 cr_tabmodel             com.android.chrome                   I  Tab metadata, skipIncognitoCount? false incognitoCount: 0 totalCount: 1
2023-09-08 16:39:38.999 18232-18314 EGL_emulation           com.[REDACTED].member.debug              D  app_time_stats: avg=19.27ms min=2.63ms max=119.50ms count=52
2023-09-08 16:39:39.006 18249-18249 cr_OfflineIndicator     com.android.chrome                   I  onConnectionTypeChanged 2
2023-09-08 16:39:39.007 18249-18249 cr_OfflineIndicator     com.android.chrome                   I  Reported by system: [ Transports: WIFI Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED&NOT_VCN_MANAGED LinkUpBandwidth>=12000Kbps LinkDnBandwidth>=30000Kbps TransportInfo: <SSID: <unknown ssid>, BSSID: 02:00:00:00:00:00, MAC: 02:00:00:00:00:00, Security type: 0, Supplicant state: COMPLETED, Wi-Fi standard: 1, RSSI: -50, Link speed: 1Mbps, Tx Link speed: 1Mbps, Max Supported Tx Link speed: 11Mbps, Rx Link speed: 2Mbps, Max Supported Rx Link speed: 11Mbps, Frequency: 2447MHz, Net ID: -1, Metered hint: false, score: 60, CarrierMerged: false, SubscriptionId: -1, IsPrimary: -1> SignalStrength: -50 UnderlyingNetworks: Null]
2023-09-08 16:39:39.007 18249-18249 cr_OfflineIndicator     com.android.chrome                   I  setConnectionState connectionState=4
2023-09-08 16:39:39.007 18249-18249 cr_OfflineDetector      com.android.chrome                   I  Running updateState mConnectivityDetectorInitialized: true, mTimeWhenLastForegrounded: 18819465, getElapsedTime: 18819466, mTimeWhenLastOfflineNotificationReceived: 0, mTimeWhenLastOnline: 18819466, mApplicationState: 1, mIsOfflineLastReportedByConnectivityDetector: false, mIsEffectivelyOffline: false
2023-09-08 16:39:39.007 18249-18249 cr_OfflineDetector      com.android.chrome                   I  updateState(): timeSinceLastForeground: 1, timeSinceOfflineNotificationReceived: 18819466, timeSinceLastOnline: 0, timeNeededForForeground: 1999, timeNeededForOffline: -18817466
2023-09-08 16:39:39.007 18249-18249 cr_OfflineIndicator     com.android.chrome                   I  processConnectivityCheckResult mConnectionState=4 mConnectivityCheckingStage=1
2023-09-08 16:39:39.103 18249-18408 cr_VrCoreVersionChecker com.android.chrome                   I  Unable to find VrCore.
2023-09-08 16:39:39.135 18249-18249 cr_tabmodel             com.android.chrome                   I  #isIncognitoTabBeingRestored from tabState:  false
2023-09-08 16:39:39.135 18249-18249 cr_tabmodel             com.android.chrome                   I  #isIncognitoTabBeingRestored from tabState:  false
2023-09-08 16:39:39.140 18249-18249 cr_tabmodel             com.android.chrome                   I  Loaded tab lists; counts: 2,0
2023-09-08 16:39:39.195 18232-18314 OpenGLRenderer          com.[REDACTED].member.debug              D  endAllActiveAnimators on 0xb400006ea5e6cf20 (UnprojectedRipple) with handle 0xb400006db5eab8d0
2023-09-08 16:39:39.292 18437-18482 HostConnection          com.android.chrome                   D  createUnique: call
2023-09-08 16:39:39.292 18437-18482 HostConnection          com.android.chrome                   D  HostConnection::get() New Host Connection established 0xb400006e25e15310, tid 18482
2023-09-08 16:39:39.300 18437-18482 HostConnection          com.android.chrome                   D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:39:39.340 18437-18481 HostConnection          com.android.chrome                   D  createUnique: call
2023-09-08 16:39:39.340 18437-18481 HostConnection          com.android.chrome                   D  HostConnection::get() New Host Connection established 0xb400006e25e129d0, tid 18481
2023-09-08 16:39:39.341 18437-18481 HostConnection          com.android.chrome                   D  HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 
2023-09-08 16:39:39.931 18249-18368 EGL_emulation           com.android.chrome                   D  app_time_stats: avg=43.06ms min=3.05ms max=320.54ms count=25
2023-09-08 16:39:39.947 18437-18465 EGL_emulation           com.android.chrome                   D  eglCreateContext: 0xb400006e25e15190: maj 3 min 0 rcv 3
2023-09-08 16:39:39.965 18437-18483 cr_MediaCodecUtil       com.android.chrome                   W  HW encoder for video/avc is not available on this device.
2023-09-08 16:39:40.962 18249-18368 EGL_emulation           com.android.chrome                   D  app_time_stats: avg=343.79ms min=67.02ms max=849.33ms count=3
2023-09-08 16:39:41.073 18249-18249 cr_BTSPrefs             com.android.chrome                   E  No data found for task id: 53
2023-09-08 16:39:41.073 18249-18249 cr_BkgrdTaskScheduler   com.android.chrome                   E  Task cannot be canceled because no data was found instorage or data was invalid
2023-09-08 16:39:41.495 18249-18249 cr_tabmodel             com.android.chrome                   I  Appending tabs being restored to metadata lists, 0, startingNormalCount: 2, startingIncognitoCount: 0
2023-09-08 16:39:41.496 18249-18249 cr_tabmodel             com.android.chrome                   I  Serializing tab lists; counts: 2, 0
2023-09-08 16:39:41.511 18249-18249 PhoneskyDetailsDelegate com.android.chrome                   E  Failed to bind to service. Clearing requests.
2023-09-08 16:39:41.523 18249-18428 InstanceID              com.android.chrome                   W  Instance ID SDK is deprecated, com.android.chrome should update to use Firebase Instance ID
2023-09-08 16:39:41.541 18249-18383 cr_BindingManager       com.android.chrome                   I  Moderate binding enabled: maxSize=-1
2023-09-08 16:39:44.098 18249-18428 cr_omaha                com.android.chrome                   I  Attempting to schedule next job for: Fri Sep 08 21:39:20 CDT 2023
2023-09-08 16:39:44.099 18249-18249 cr_omaha                com.android.chrome                   I  Scheduled using JobService
2023-09-08 16:39:44.099 18249-18249 cr_BkgrdTaskJS          com.android.chrome                   E  Tried finishing non-current BackgroundTask.
2023-09-08 16:39:50.109 18249-18249 cr_BTSPrefs             com.android.chrome                   E  No data found for task id: 57
2023-09-08 16:39:50.109 18249-18249 cr_BkgrdTaskScheduler   com.android.chrome                   E  Task cannot be canceled because no data was found instorage or data was invalid
2023-09-08 16:39:50.110 18249-18249 cr_BTSPrefs             com.android.chrome                   E  No data found for task id: 56
2023-09-08 16:39:50.110 18249-18249 cr_BkgrdTaskScheduler   com.android.chrome                   E  Task cannot be canceled because no data was found instorage or data was invalid
2023-09-08 16:40:21.718 18232-18311 TRuntime.C...ortBackend com.[REDACTED].member.debug              I  Making request to: https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog
2023-09-08 16:40:21.968 18232-18311 TRuntime.C...ortBackend com.[REDACTED].member.debug              I  Status Code: 200
2023-09-08 16:40:39.323 18389-18389 Zygote                  com.android.chrome_zygote            D  Forked child process 18578
2023-09-08 16:40:39.383 18249-18249 chromium                com.android.chrome                   W  [WARNING:compositor_view.cc(341)] Child process died (type=6) pid=18578)
2023-09-08 16:40:39.384 18389-18389 Zygote                  com.android.chrome_zygote            I  Process 18578 exited cleanly (0)
---------------------------- PROCESS ENDED (18232) for package com.[REDACTED].member.debug ----------------------------
2023-09-08 16:43:42.866 18249-18368 EGL_emulation           com.android.chrome                   D  app_time_stats: avg=26878.16ms min=15.69ms max=241270.66ms count=9
2023-09-08 16:48:43.539 18389-18389 Zygote                  com.android.chrome_zygote            D  Forked child process 18907
2023-09-08 16:48:43.577 18249-18249 cr_CompositorSurfaceMgr com.android.chrome                   E  Transitioning to surface with format : -1

I’ve gone through the LogCat a couple of times now but I don’t see anything I would regard as a problem. I am interested in the fact that these are all M1 macs but I don’t know if that means anything. Out of ideas over here.