Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Error "chrome not reachable" when restarting android app with webview #459

Closed
ania-s opened this issue Jun 17, 2019 · 26 comments · Fixed by #491
Closed

Error "chrome not reachable" when restarting android app with webview #459

ania-s opened this issue Jun 17, 2019 · 26 comments · Fixed by #491

Comments

@ania-s
Copy link

ania-s commented Jun 17, 2019

"appium": "^1.14.0-beta.1",
"appium-chromedriver": "^4.11.1",
Android Debug Bridge version 1.0.41
MacOS Mojave 10.14.5
Tested on Samsung Galaxy S2 & LG-H930

After #314 was closed as fixed I checked again the restarting of the android app and now I get a different error:
"An unknown server-side error occurred while processing the command. Original error: chrome not reachable"

I use:
automationName: "Espresso",
autoWebview: true,

and everything works fine after I start the app for the first time but fails after I resetApp with http://appium.io/docs/en/commands/device/app/reset-app/

@KazuCocoa
Copy link
Member

KazuCocoa commented Jun 20, 2019

Could you attach the appium log (and maybe logcat as well?)?


a note: the message is chromedriver. https://github.com/bayandin/chromedriver/search?utf8=%E2%9C%93&q=chrome+not+reachable&type=
maybe, we are missing to launch it..?

@ania-s
Copy link
Author

ania-s commented Aug 15, 2019

Sorry for my delayed answer. I missed the message and then I worked on sth else for a while. I checked it again today and I have a different error but I am still not sure how to fix it. My current setup:

"appium": "^1.14.1",
"appium-chromedriver": "^4.13.0",
"chromedriver": "^76.0.0",
Android Debug Bridge version 1.0.41
Samsung Galaxy S3

Please find appium log below. If you need logcat as well I have it and can add it any time.

"�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
�[35m[HTTP]�[39m �[90m{"capabilities":{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S3","app":"/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}}},"firstMatch":[{}]},"desiredCapabilities":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S3","app":"/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}}},null,{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"...
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1565871118464 (14:11:58 GMT+0200 (Central European Summer Time))
�[35m[BaseDriver]�[39m The capabilities ["automationName","chromedriverExecutable","nativeWebScreenshot","forceEspressoRebuild","appActivity","appPackage","autoWebview","autoGrantPermissions","deviceName","app"] are not standard capabilities and should have an extension prefix
�[35m[Appium]�[39m Appium v1.14.1 creating new EspressoDriver (v1.15.0) session
�[35m[Appium]�[39m Capabilities:
�[35m[Appium]�[39m automationName: Espresso
�[35m[Appium]�[39m chromedriverExecutable: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver
�[35m[Appium]�[39m nativeWebScreenshot: true
�[35m[Appium]�[39m forceEspressoRebuild: true
�[35m[Appium]�[39m appActivity: com.abc.myapp.app.MainActivity
�[35m[Appium]�[39m appPackage: com.abc.myapp.app.smoketest
�[35m[Appium]�[39m autoWebview: true
�[35m[Appium]�[39m autoGrantPermissions: true
�[35m[Appium]�[39m platformName: Android
�[35m[Appium]�[39m deviceName: Galaxy Tab S3
�[35m[Appium]�[39m app: /Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
�[35m[Appium]�[39m cjson:metadata: {
�[35m[Appium]�[39m browser: {
�[35m[Appium]�[39m name: chrome
�[35m[Appium]�[39m version: unknown
�[35m[Appium]�[39m }
�[35m[Appium]�[39m device: Galaxy Tab S3
�[35m[Appium]�[39m platform: {
�[35m[Appium]�[39m name: android
�[35m[Appium]�[39m version: 8.0.0
�[35m[Appium]�[39m }
�[35m[Appium]�[39m }
[debug] �[35m[BaseDriver]�[39m W3C capabilities and MJSONWP desired capabilities were provided
[debug] �[35m[BaseDriver]�[39m Creating session with W3C capabilities: {
[debug] �[35m[BaseDriver]�[39m "alwaysMatch": {
[debug] �[35m[BaseDriver]�[39m "appium:automationName": "Espresso",
[debug] �[35m[BaseDriver]�[39m "appium:chromedriverExecutable": "/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver",
[debug] �[35m[BaseDriver]�[39m "appium:nativeWebScreenshot": true,
[debug] �[35m[BaseDriver]�[39m "appium:forceEspressoRebuild": true,
[debug] �[35m[BaseDriver]�[39m "appium:appActivity": "com.abc.myapp.app.MainActivity",
[debug] �[35m[BaseDriver]�[39m "appium:appPackage": "com.abc.myapp.app.smoketest",
[debug] �[35m[BaseDriver]�[39m "appium:autoWebview": true,
[debug] �[35m[BaseDriver]�[39m "appium:autoGrantPermissions": true,
[debug] �[35m[BaseDriver]�[39m "platformName": "Android",
[debug] �[35m[BaseDriver]�[39m "appium:deviceName": "Galaxy Tab S3",
[debug] �[35m[BaseDriver]�[39m "appium:app": "/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk",
[debug] �[35m[BaseDriver]�[39m "cjson:metadata": {
[debug] �[35m[BaseDriver]�[39m "browser": {
[debug] �[35m[BaseDriver]�[39m "name": "chrome",
[debug] �[35m[BaseDriver]�[39m "version": "unknown"
[debug] �[35m[BaseDriver]�[39m },
[debug] �[35m[BaseDriver]�[39m "device": "Galaxy Tab S3",
[debug] �[35m[BaseDriver]�[39m "platform": {
[debug] �[35m[BaseDriver]�[39m "name": "android",
[debug] �[35m[BaseDriver]�[39m "version": "8.0.0"
[debug] �[35m[BaseDriver]�[39m }
[debug] �[35m[BaseDriver]�[39m }
[debug] �[35m[BaseDriver]�[39m },
[debug] �[35m[BaseDriver]�[39m "firstMatch": [
[debug] �[35m[BaseDriver]�[39m {}
[debug] �[35m[BaseDriver]�[39m ]
[debug] �[35m[BaseDriver]�[39m }
�[35m[BaseDriver]�[39m The following capabilities were provided, but are not recognized by Appium:
�[35m[BaseDriver]�[39m cjson:metadata
�[35m[BaseDriver]�[39m Session created with session id: 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[BaseDriver]�[39m Using local app '/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
[debug] �[35m[Espresso]�[39m Checking whether app is actually present
�[35m[Espresso]�[39m EspressoDriver version: 1.15.0
�[35m[ADB]�[39m Found 1 'build-tools' folders under '/Users/userA/Library/Android/sdk' (newest first):
�[35m[ADB]�[39m /Users/userA/Library/Android/sdk/build-tools/28.0.3
�[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb'
�[35m[AndroidDriver]�[39m Retrieving device list
[debug] �[35m[ADB]�[39m Trying to find a connected android device
[debug] �[35m[ADB]�[39m Getting connected devices...
[debug] �[35m[ADB]�[39m 1 device(s) connected
�[35m[AndroidDriver]�[39m Using device: 5b8beaf1
�[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb'
[debug] �[35m[ADB]�[39m Setting device id to 5b8beaf1
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell getprop ro.build.version.sdk'
[debug] �[35m[ADB]�[39m Current device property 'ro.build.version.sdk': 26
[debug] �[35m[ADB]�[39m Device API level: 26
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 wait-for-device'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell echo ping'
[debug] �[35m[AndroidDriver]�[39m Pushing settings apk to device...
[debug] �[35m[ADB]�[39m Getting install status for io.appium.settings
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.settings'
[debug] �[35m[ADB]�[39m 'io.appium.settings' is not installed
[debug] �[35m[ADB]�[39m App '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is not installed
[debug] �[35m[ADB]�[39m Installing '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is already cached to '/data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install -g /data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk'
�[35m[ADB]�[39m The installation of 'settings_apk-debug.apk' took 2.454s
[debug] �[35m[ADB]�[39m Install command stdout: Success
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'pgrep --help; echo $?''
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell appops set io.appium.settings android:mock_location allow'
[debug] �[35m[Logcat]�[39m Starting logcat capture
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global animator_duration_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global transition_animation_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global window_animation_scale'
[debug] �[35m[Espresso]�[39m Forwarding Espresso Server port 6791 to 8301
[debug] �[35m[ADB]�[39m Forwarding system: 8301 to device: 6791
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward tcp:8301 tcp:6791'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys window'
�[35m[AndroidDriver]�[39m Screen already unlocked, doing nothing
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
�[35m[ADB]�[39m Using 'apksigner' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is not installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is not installed
[debug] �[35m[ADB]�[39m App '/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is not installed
[debug] �[35m[ADB]�[39m Installing '/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already cached to '/data/local/tmp/appium_cache/78790cff5462c96ea8138758d87933ffe1a5faa9.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install -g /data/local/tmp/appium_cache/78790cff5462c96ea8138758d87933ffe1a5faa9.apk'
�[35m[ADB]�[39m The installation of 'app-smoketest-debug.apk' took 3.046s
[debug] �[35m[ADB]�[39m Install command stdout: Success
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
�[35m[ADB]�[39m Using 'aapt2' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2'
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
�[35m[ADB]�[39m Using 'aapt' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt'
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
�[35m[ADB]�[39m Using 'zipalign' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/zipalign'
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
�[35m[ADB]�[39m io.appium.espressoserver.test was not uninstalled, because it was not present on the device
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 4.110s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[Espresso]�[39m Performing cleanup of automation leftovers
[debug] �[35m[Espresso]�[39m No obsolete sessions have been detected (Error: socket hang up)
�[35m[Espresso]�[39m Starting Espresso Server v1.15.0 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
[debug] �[35m[ADB]�[39m Creating ADB subprocess with args: ["-P",5037,"-s","5b8beaf1","shell","am","instrument","-w","-e","debug","false","io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT]
�[35m[Espresso]�[39m Waiting for Espresso to be online...
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8301/status] with no body
�[35m[WD Proxy]�[39m Got an unexpected response: {"id":"8b205292-3d9b-40fd-8bd6-1a0caf858041","sessionId":null,"value":{"error":"unknown error","message":"kotlin.KotlinNullPointerException","stacktrace":"io.appium.espressoserver.lib.handlers.exceptions.AppiumException: kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.response.AppiumResponse.init(AppiumResponse.kt:49)\n\tat io.appium.espressoserver.lib.http.response.AppiumResponse.\u003cinit\u003e(AppiumResponse.kt:34)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:53)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\nCaused by: kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:49)\n\t... 3 more\n"}}
[debug] �[35m[W3C]�[39m Matched W3C error code 'unknown error' to UnknownError
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8301/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"6ec0fe8a-b79d-47ec-9659-f2e64392d9d7","sessionId":null,"value":null}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://localhost:8301/session] with body: {"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0...
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"6f63c61f-a501-4a9b-a619-f704b78973eb","sessionId":"2cc39cee-08e6-4318-b878-b0a4d8b717e7","value":{"capabilities":{"alwaysMatch":{},"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android"...
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C' per session creation request
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'echo "com.abc.myapp.app.smoketest" > "/data/local/tmp/espresso.apppackage"''
�[35m[Espresso]�[39m Recorded the target application package 'com.abc.myapp.app.smoketest' to /data/local/tmp/espresso.apppackage
[debug] �[35m[ADB]�[39m Waiting up to 20000ms for activity matching pkg: 'com.abc.myapp.app.smoketest' and activity: 'com.abc.myapp.app.MainActivity' to be focused
[debug] �[35m[ADB]�[39m Possible activities, to be checked: 'com.abc.myapp.app.MainActivity', 'com.abc.myapp.app.smoketest.com.abc.myapp.app.MainActivity'
[debug] �[35m[ADB]�[39m Getting focused package and activity
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys window windows'
[debug] �[35m[ADB]�[39m Found package: 'com.abc.myapp.app.smoketest' and fully qualified activity name : 'com.abc.myapp.app.MainActivity'
�[35m[Espresso]�[39m Setting webview to context 'WEBVIEW_com.abc.myapp.app.smoketest' with timeout 2000ms
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell cat /proc/net/unix'
�[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] �[35m[AndroidDriver]�[39m WEBVIEW_8044 mapped to pid 8044
[debug] �[35m[AndroidDriver]�[39m Getting process name for webview
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell ps'
[debug] �[35m[AndroidDriver]�[39m Parsed pid: '8044' pkg: 'com.abc.myapp.app.smoketest' from
[debug] �[35m[AndroidDriver]�[39m USER PID PPID VSZ RSS WCHAN ADDR S NAME
[debug] �[35m[AndroidDriver]�[39m u0_a240 8044 996 2454296 196656 SyS_epoll_wait 0 S com.abc.myapp.app.smoketest
[debug] �[35m[AndroidDriver]�[39m Returning process name: 'com.abc.myapp.app.smoketest'
[debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_com.abc.myapp.app.smoketest"]
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_com.abc.myapp.app.smoketest"]
[debug] �[35m[AndroidDriver]�[39m Connecting to chrome-backed webview context 'WEBVIEW_com.abc.myapp.app.smoketest'
[debug] �[35m[AndroidDriver]�[39m A port was not given, using random free port: 8000
[debug] �[35m[AndroidDriver]�[39m Automated Chromedriver download is disabled. Use 'chromedriver_autodownload' server feature to enable it
[debug] �[35m[AndroidDriver]�[39m Before starting chromedriver, androidPackage is 'com.abc.myapp.app.smoketest'
[debug] �[35m[Chromedriver]�[39m Changed state to 'starting'
�[35m[Chromedriver]�[39m Set chromedriver binary as: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver
[debug] �[35m[Chromedriver]�[39m Killing any old chromedrivers, running: pkill -15 -f "/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver.--port=8000"
�[35m[Chromedriver]�[39m No old chromedrivers seem to exist
[debug] �[35m[Chromedriver]�[39m Cleaning any old adb forwarded port socket connections
[debug] �[35m[ADB]�[39m List forwarding ports
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward --list'
[debug] �[35m[ADB]�[39m Removing forwarded port socket connection: 60534
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward --remove tcp:60534'
�[35m[Chromedriver]�[39m Spawning chromedriver with: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver --url-base=wd/hub --port=8000 --adb-port=5037 --verbose
[debug] �[35m[Chromedriver]�[39m Chromedriver version: '76.0.3809.68'
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8000/wd/hub/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"value":{"build":{"version":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"x86_64","name":"Mac OS X","version":"10.14.6"},"ready":true}}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://127.0.0.1:8000/wd/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.abc.myapp.app.smoketest","androidUseRunningApp":true,"androidDeviceSerial":"5b8beaf1"},"loggingPrefs":{"browser":"ALL"}}}
[debug] �[35m[Chromedriver]�[39m Webview version: 'Chrome/76.0.3809.111'
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"acceptInsecureCerts":false,"acceptSslCerts":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"cssSelectorsEnabled":true,"databaseEnabled":false,"goog:chromeOptions":{"debuggerAddress":"localhost:61145"},"handlesAlerts":true,"hasTouchScreen":true,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"pageLoadStrategy":"normal","platform":"ANDROID","proxy":{},"rotatable":false,"setWindowRect":false,"strictFileInteractability":false,"takesHeapSnapshot":true,"takesScreenshot":true,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"unexpectedAlertBehaviour":"ignore","version":"76.0.3809.111","webStorageEnabled":true}}
[debug] �[35m[WD Proxy]�[39m Updated the downstream protocol to 'MJSONWP' as per session creation request
[debug] �[35m[Chromedriver]�[39m Changed state to 'online'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/info] to [GET http://localhost:8301/session/2cc39cee-08e6-4318-b878-b0a4d8b717e7/appium/device/info] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"1c872ebd-1d3e-4dda-a982-a3c95deec2a3","sessionId":"2cc39cee-08e6-4318-b878-b0a4d8b717e7","value":{"realDisplaySize":"2048x1536","apiVersion":"26","carrierName":"","platformVersion":"8.0.0","timeZone":"Europe/Berlin","model":"SM-T825","locale":"en_US","brand":"samsung","androidId":"69c61ec0b0685ba8","manufacturer":"samsung","displayDensity":320}}
�[35m[Appium]�[39m New EspressoDriver session created successfully, session 97092a33-401f-45cf-9b53-19ea4d2e68a9 added to master session list
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1565871140476 (14:12:20 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (97092a33)]�[39m Cached the protocol value 'W3C' for the new session 97092a33-401f-45cf-9b53-19ea4d2e68a9
[debug] �[35m[W3C (97092a33)]�[39m Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[32m200�[39m �[90m22015 ms - 717�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='LoginPage_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='LoginPage_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element has failed
[debug] �[35m[W3C (97092a33)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[33m404�[39m �[90m441 ms - 1157�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m92 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m168 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m1201 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m104 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m49 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m72 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[{"ELEMENT":"0.5059745472491197-1"}]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m79 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-1"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m84 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-1/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-1/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-1/rect] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-1/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-1/rect �[39m�[32m200�[39m �[90m97 ms - 117�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-1/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-1/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-1/rect] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-1/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-1/rect �[39m�[32m200�[39m �[90m83 ms - 117�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Username_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='Username_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-2"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m102 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-2/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-2/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-2/clear] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-2/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-2/clear �[39m�[32m200�[39m �[90m203 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-2/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-2/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-2/value] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-2/value] with body: {"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-2/value �[39m�[32m200�[39m �[90m866 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Username_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='Username_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-2"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m40 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-2/attribute/value�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-2/attribute/value' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-2/attribute/value] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-2/attribute/value] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":"drivertest2"}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-2/attribute/value �[39m�[32m200�[39m �[90m42 ms - 74�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Password_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='Password_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-3"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m113 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-3/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-3/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-3/clear] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-3/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-3/clear �[39m�[32m200�[39m �[90m205 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-3/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"doe","value":["d","o","e"]}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-3/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-3/value] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-3/value] with body: {"text":"doe","value":["d","o","e"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-3/value �[39m�[32m200�[39m �[90m362 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Password_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='Password_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-3"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m38 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-3/attribute/value�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-3/attribute/value' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-3/attribute/value] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-3/attribute/value] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":"doe"}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-3/attribute/value �[39m�[32m200�[39m �[90m54 ms - 66�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginButton_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-4"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m116 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-4/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-4/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-4/click] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-4/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-4/click �[39m�[32m200�[39m �[90m532 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-1"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m30 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[{"ELEMENT":"0.5059745472491197-1"}]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m37 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m139 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='SearchSpringboardCard_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='SearchSpringboardCard_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element has failed
[debug] �[35m[W3C (97092a33)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[33m404�[39m �[90m241 ms - 1181�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m54 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m89 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m53 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[{"ELEMENT":"0.5059745472491197-5"}]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m623 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-5"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m185 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-5/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-5/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-5/rect] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-5/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-5/rect �[39m�[32m200�[39m �[90m45 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-5/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-5/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-5/rect] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-5/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-5/rect �[39m�[32m200�[39m �[90m128 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchButton_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-6"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m51 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-6/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-6/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-6/click] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-6/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-6/click �[39m�[32m200�[39m �[90m335 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m514 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[{"ELEMENT":"0.5059745472491197-7"}]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m1234 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m663 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-7/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-7/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-7/rect] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-7/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"height":700,"width":885,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-7/rect �[39m�[32m200�[39m �[90m275 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-7/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-7/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-7/rect] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-7/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"height":700,"width":885,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-7/rect �[39m�[32m200�[39m �[90m232 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Search_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='Search_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-8"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m173 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-8/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-8/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-8/clear] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-8/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-8/clear �[39m�[32m200�[39m �[90m194 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-8/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"hotel","value":["h","o","t","e","l"]}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-8/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-8/value] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-8/value] with body: {"text":"hotel","value":["h","o","t","e","l"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-8/value �[39m�[32m200�[39m �[90m1948 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_0']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-9"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m1079 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_1']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_1']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-10"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m482 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_2']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_2']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-11"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m353 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_3']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_3']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-12"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m247 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_4']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_4']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-13"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m228 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_5']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_5']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-14"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m271 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_6']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_6']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-15"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m236 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_7']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_7']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-16"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m271 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_8']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_8']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-17"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m529 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_9']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_9']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-18"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m477 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_10']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_10']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-19"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m412 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_11']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_11']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-20"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m420 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_12']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_12']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-21"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m548 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_13']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_13']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-22"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m462 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_14']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_14']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-23"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m650 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_15']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_15']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-24"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m389 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_16']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_16']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-25"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m327 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_17']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_17']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-26"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m201 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_18']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_18']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-27"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m157 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_19']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_19']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-28"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m95 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_20']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_20']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-29"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m93 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_21']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_21']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-30"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m96 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_22']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_22']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-31"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m133 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_23']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_23']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-32"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m153 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_24']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_24']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-33"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m179 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_25']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_25']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='searchItem_testId_25']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='searchItem_testId_25']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element has failed
[debug] �[35m[W3C (97092a33)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[33m404�[39m �[90m168 ms - 1165�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_0']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-9"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m115 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-9/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-9/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-9/click] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-9/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-9/click �[39m�[32m200�[39m �[90m912 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-34"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m786 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[{"ELEMENT":"0.5059745472491197-34"}]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m222 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-34"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m124 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-34/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-34/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-34/rect] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-34/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-34/rect �[39m�[32m200�[39m �[90m383 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-34/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-34/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-34/rect] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-34/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-34/rect �[39m�[32m200�[39m �[90m484 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PoiNavigateToButton_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='PoiNavigateToButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-35"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m113 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-35/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-35/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-35/click] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-35/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-35/click �[39m�[32m200�[39m �[90m451 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-36"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m959 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[{"ELEMENT":"0.5059745472491197-36"}]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m493 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-36"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m134 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-36/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-36/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-36/rect] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-36/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-36/rect �[39m�[32m200�[39m �[90m248 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-36/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-36/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-36/rect] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-36/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-36/rect �[39m�[32m200�[39m �[90m307 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_0']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-37"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m252 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_0']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-37"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m90 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_1']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_1']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='RouteItem_testId_1']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='RouteItem_testId_1']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element has failed
[debug] �[35m[W3C (97092a33)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[33m404�[39m �[90m317 ms - 1161�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesStartGuidanceButton_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesStartGuidanceButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-38"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m235 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-38/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-38/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-38/click] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-38/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-38/click �[39m�[32m200�[39m �[90m842 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-39"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m554 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/elements] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":[{"ELEMENT":"0.5059745472491197-39"}]}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/elements �[39m�[32m200�[39m �[90m445 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"ELEMENT":"0.5059745472491197-39"}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[32m200�[39m �[90m660 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-39/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-39/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-39/rect] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-39/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"height":0,"width":524,"x":71.109375,"y":0}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-39/rect �[39m�[32m200�[39m �[90m699 ms - 105�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-39/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-39/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-39/rect] to [GET http://127.0.0.1:8000/wd/hub/session/5cc26d6ba1ddd594fde920c1087bfeee/element/0.5059745472491197-39/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"5cc26d6ba1ddd594fde920c1087bfeee","status":0,"value":{"height":0,"width":524,"x":71.109375,"y":0}}
�[35m[WD Proxy]�[39m Replacing sessionId 5cc26d6ba1ddd594fde920c1087bfeee with 97092a33-401f-45cf-9b53-19ea4d2e68a9
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element/0.5059745472491197-39/rect �[39m�[32m200�[39m �[90m498 ms - 105�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.closeApp() with args: ["97092a33-401f-45cf-9b53-19ea4d2e68a9"]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/appium/app/launch�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.launchApp() with args: ["97092a33-401f-45cf-9b53-19ea4d2e68a9"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] io.appium.espressoserver.EspressoServerRunnerTest:INSTRUMENTATION_RESULT: shortMsg=Process crashed.
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] INSTRUMENTATION_CODE: 0
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell cat /proc/net/unix'
�[35m[Espresso]�[39m Instrumentation process exited with code 0 from signal null
�[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] �[35m[AndroidDriver]�[39m WEBVIEW_8044 mapped to pid 8044
[debug] �[35m[AndroidDriver]�[39m Getting process name for webview
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell ps'
[debug] �[35m[AndroidDriver]�[39m Parsed pid: '8044' pkg: '[d.app.smoketest]' from
[debug] �[35m[AndroidDriver]�[39m USER PID PPID VSZ RSS WCHAN ADDR S NAME
[debug] �[35m[AndroidDriver]�[39m u0_a240 8044 996 0 0 do_exit 0 Z [d.app.smoketest]
[debug] �[35m[AndroidDriver]�[39m Returning process name: '[d.app.smoketest]'
[debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_[d.app.smoketest]"]
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_[d.app.smoketest]"]
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
[debug] �[35m[W3C (97092a33)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/appium/app/close �[39m�[32m200�[39m �[90m724 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
�[35m[ADB]�[39m Using 'apkanalyzer' from '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]
[debug] �[35m[ADB]�[39m The version name of the installed 'com.abc.myapp.app.smoketest' is greater or equal to the application version name ('1.0.0' >= '1.0.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade '/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
�[35m[AndroidDriver]�[39m Performing fast reset on 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm clear com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Retrieving requested permissions
[debug] �[35m[ADB]�[39m Retrieved 8 permission(s) from ["requested"] group(s)
[debug] �[35m[ADB]�[39m Retrieving granted permissions
[debug] �[35m[ADB]�[39m Retrieved 3 permission(s) from ["install","runtime"] group(s)
[debug] �[35m[ADB]�[39m Granting permissions ["android.permission.GET_ACCOUNTS","android.permission.ACCESS_COARSE_LOCATION","android.permission.ACCESS_FINE_LOCATION","android.permission.WRITE_EXTERNAL_STORAGE","android.permission.READ_EXTERNAL_STORAGE"] to 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Got the following command chunks to execute: [["pm","grant","com.abc.myapp.app.smoketest","android.permission.GET_ACCOUNTS",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_COARSE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_FINE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.WRITE_EXTERNAL_STORAGE",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.READ_EXTERNAL_STORAGE",";"]]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm grant com.abc.myapp.app.smoketest android.permission.GET_ACCOUNTS ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_COARSE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_FINE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.WRITE_EXTERNAL_STORAGE ; pm grant com.abc.myapp.app.smoketest android.permission.READ_EXTERNAL_STORAGE ;'
[debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.abc.myapp.app.smoketest' application (stop and clear)
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 uninstall io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'adb uninstall io.appium.espressoserver.test' command output: Success
�[35m[ADB]�[39m io.appium.espressoserver.test was successfully uninstalled
�[35m[Espresso]�[39m Uninstalled the obsolete Espresso server package from the device under test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 5.884s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -W -n com.abc.myapp.app.smoketest/com.abc.myapp.app.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://localhost:8301/session/2cc39cee-08e6-4318-b878-b0a4d8b717e7/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[W3C (97092a33)]�[39m Responding to client with driver.launchApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/appium/app/launch �[39m�[32m200�[39m �[90m16833 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (97092a33)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[31m500�[39m �[90m16851 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://localhost:8301/session/2cc39cee-08e6-4318-b878-b0a4d8b717e7/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (97092a33)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[31m500�[39m �[90m12 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://localhost:8301/session/2cc39cee-08e6-4318-b878-b0a4d8b717e7/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (97092a33)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[31m500�[39m �[90m11 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://localhost:8301/session/2cc39cee-08e6-4318-b878-b0a4d8b717e7/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (97092a33)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[31m500�[39m �[90m7 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.closeApp() with args: ["97092a33-401f-45cf-9b53-19ea4d2e68a9"]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/appium/app/launch�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.launchApp() with args: ["97092a33-401f-45cf-9b53-19ea4d2e68a9"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
[debug] �[35m[W3C (97092a33)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/appium/app/close �[39m�[32m200�[39m �[90m156 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]
[debug] �[35m[ADB]�[39m The version name of the installed 'com.abc.myapp.app.smoketest' is greater or equal to the application version name ('1.0.0' >= '1.0.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade '/Users/userA/app/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
�[35m[AndroidDriver]�[39m Performing fast reset on 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm clear com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Retrieving requested permissions
[debug] �[35m[ADB]�[39m Retrieved 8 permission(s) from ["requested"] group(s)
[debug] �[35m[ADB]�[39m Retrieving granted permissions
[debug] �[35m[ADB]�[39m Retrieved 3 permission(s) from ["install","runtime"] group(s)
[debug] �[35m[ADB]�[39m Granting permissions ["android.permission.GET_ACCOUNTS","android.permission.ACCESS_COARSE_LOCATION","android.permission.ACCESS_FINE_LOCATION","android.permission.WRITE_EXTERNAL_STORAGE","android.permission.READ_EXTERNAL_STORAGE"] to 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Got the following command chunks to execute: [["pm","grant","com.abc.myapp.app.smoketest","android.permission.GET_ACCOUNTS",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_COARSE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_FINE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.WRITE_EXTERNAL_STORAGE",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.READ_EXTERNAL_STORAGE",";"]]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm grant com.abc.myapp.app.smoketest android.permission.GET_ACCOUNTS ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_COARSE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_FINE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.WRITE_EXTERNAL_STORAGE ; pm grant com.abc.myapp.app.smoketest android.permission.READ_EXTERNAL_STORAGE ;'
[debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.abc.myapp.app.smoketest' application (stop and clear)
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 uninstall io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'adb uninstall io.appium.espressoserver.test' command output: Success
�[35m[ADB]�[39m io.appium.espressoserver.test was successfully uninstalled
�[35m[Espresso]�[39m Uninstalled the obsolete Espresso server package from the device under test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 5.571s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -W -n com.abc.myapp.app.smoketest/com.abc.myapp.app.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://localhost:8301/session/2cc39cee-08e6-4318-b878-b0a4d8b717e7/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[W3C (97092a33)]�[39m Responding to client with driver.launchApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/appium/app/launch �[39m�[32m200�[39m �[90m16120 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (97092a33)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[31m500�[39m �[90m16139 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://localhost:8301/session/2cc39cee-08e6-4318-b878-b0a4d8b717e7/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (97092a33)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[31m500�[39m �[90m12 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://localhost:8301/session/2cc39cee-08e6-4318-b878-b0a4d8b717e7/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (97092a33)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[31m500�[39m �[90m6 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (97092a33)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element] to [POST http://localhost:8301/session/2cc39cee-08e6-4318-b878-b0a4d8b717e7/element] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (97092a33)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/element �[39m�[31m500�[39m �[90m9 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.closeApp() with args: ["97092a33-401f-45cf-9b53-19ea4d2e68a9"]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log/types�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.getLogTypes() with args: ["97092a33-401f-45cf-9b53-19ea4d2e68a9"]
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (97092a33)]�[39m Responding to client with driver.closeApp() result: null
[debug] �[35m[W3C (97092a33)]�[39m Responding to client with driver.getLogTypes() result: ["logcat","bugreport","server"]
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/appium/app/close �[39m�[32m200�[39m �[90m128 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log/types �[39m�[32m200�[39m �[90m124 ms - 41�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"bugreport"}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.getLog() with args: ["bugreport","97092a33-401f-45cf-9b53-19ea4d2e68a9"]
[debug] �[35m[BaseDriver]�[39m Retrieving 'bugreport' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 bugreport'
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"logcat"}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.getLog() with args: ["logcat","97092a33-401f-45cf-9b53-19ea4d2e68a9"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"server"}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.getLog() with args: ["server","97092a33-401f-45cf-9b53-19ea4d2e68a9"]
[debug] �[35m[BaseDriver]�[39m Retrieving 'logcat' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (97092a33)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565871277140,"level":"ALL","message":"/data/user_de/0/com.android.shell/files/bugreports/bugreport-2019-08-15-14-13-29.zip: 1 file pulled. 19.2 MB/s (4954545 bytes in 0.246s)"}]
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log �[39m�[32m200�[39m �[90m68053 ms - 202�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[BaseDriver]�[39m Retrieving 'server' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (97092a33)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565871152679,"level":"ALL","message":"08-15 14:12:32.656 1882 1882 I ApplicationPolicy: isApplicationExternalStorageWhitelisted:com.samsung.android.sm.policy user:0"},{"timestamp":1565871152679,"level":"ALL","message":"08-15 14:12:32.656 1882 1882 D ApplicationPolicy: isApplicationExternalStorageWhitelisted: DO is not enabled on user 0. Allowed."},{"timestamp":1565871152679,"level":"ALL","message":"08-15 14:12:32.656 1882 1882 D ActivityManager: package com.samsung.android.sm.policy, user - 0 is SDcard whitelisted"},{"timestamp":1565871152679,"level":"ALL","message":"08-15 14:12:32.656 1882 1882 I ApplicationPolicy: isApplicationExternalStorageBlacklisted:com.samsung.android.sm.policy user:0"},{"timestamp":1565871152679,"level":"ALL","message":"08-15 14:12:32.656 1882 1882 D ApplicationPolicy: isApplicationExternalStorageBlacklisted: DO is not enabled on user 0. Allowed."},{"timestamp":1565871152679,"level":"ALL","message":"08-15 14:12:32.665 1882 2744 D ConnectivityService: fil...
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log �[39m�[32m200�[39m �[90m68107 ms - 1794874�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: Error: Potentially insecure feature 'get_server_logs' has not been enabled. If you want to enable this feature and accept the security ramifications, please do so by following the documented instructions at https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/security.md
[debug] �[35m[W3C (97092a33)]�[39m at EspressoDriver.ensureFeatureEnabled (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/driver.js:287:13)
[debug] �[35m[W3C (97092a33)]�[39m at Object.ensureFeatureEnabled [as getter] (/Users/userA/myapp/test/acceptance/app/node_modules/appium-android-driver/lib/commands/log.js:39:12)
[debug] �[35m[W3C (97092a33)]�[39m at EspressoDriver.getter (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/commands/log.js:34:48)
[debug] �[35m[W3C (97092a33)]�[39m at curCommandCancellable._bluebird.default.resolve.then (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/driver.js:354:75)
[debug] �[35m[W3C (97092a33)]�[39m at tryCatcher (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/util.js:16:23)
[debug] �[35m[W3C (97092a33)]�[39m at Promise._settlePromiseFromHandler (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/promise.js:517:31)
[debug] �[35m[W3C (97092a33)]�[39m at Promise._settlePromise (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/promise.js:574:18)
[debug] �[35m[W3C (97092a33)]�[39m at Promise._settlePromiseCtx (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/promise.js:611:10)
[debug] �[35m[W3C (97092a33)]�[39m at _drainQueueStep (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:142:12)
[debug] �[35m[W3C (97092a33)]�[39m at _drainQueue (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:131:9)
[debug] �[35m[W3C (97092a33)]�[39m at Async._drainQueues (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:147:5)
[debug] �[35m[W3C (97092a33)]�[39m at Immediate.Async.drainQueues (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:17:14)
[debug] �[35m[W3C (97092a33)]�[39m at runCallback (timers.js:705:18)
[debug] �[35m[W3C (97092a33)]�[39m at tryOnImmediate (timers.js:676:5)
[debug] �[35m[W3C (97092a33)]�[39m at processImmediate (timers.js:658:5)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log �[39m�[31m500�[39m �[90m68109 ms - 1085�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"server"}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.getLog() with args: ["server","97092a33-401f-45cf-9b53-19ea4d2e68a9"]
[debug] �[35m[BaseDriver]�[39m Retrieving 'server' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: Error: Potentially insecure feature 'get_server_logs' has not been enabled. If you want to enable this feature and accept the security ramifications, please do so by following the documented instructions at https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/security.md
[debug] �[35m[W3C (97092a33)]�[39m at EspressoDriver.ensureFeatureEnabled (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/driver.js:287:13)
[debug] �[35m[W3C (97092a33)]�[39m at Object.ensureFeatureEnabled [as getter] (/Users/userA/myapp/test/acceptance/app/node_modules/appium-android-driver/lib/commands/log.js:39:12)
[debug] �[35m[W3C (97092a33)]�[39m at EspressoDriver.getter (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/commands/log.js:34:48)
[debug] �[35m[W3C (97092a33)]�[39m at curCommandCancellable._bluebird.default.resolve.then (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/driver.js:354:75)
[debug] �[35m[W3C (97092a33)]�[39m at tryCatcher (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/util.js:16:23)
[debug] �[35m[W3C (97092a33)]�[39m at Promise._settlePromiseFromHandler (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/promise.js:517:31)
[debug] �[35m[W3C (97092a33)]�[39m at Promise._settlePromise (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/promise.js:574:18)
[debug] �[35m[W3C (97092a33)]�[39m at Promise._settlePromiseCtx (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/promise.js:611:10)
[debug] �[35m[W3C (97092a33)]�[39m at _drainQueueStep (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:142:12)
[debug] �[35m[W3C (97092a33)]�[39m at _drainQueue (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:131:9)
[debug] �[35m[W3C (97092a33)]�[39m at Async._drainQueues (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:147:5)
[debug] �[35m[W3C (97092a33)]�[39m at Immediate.Async.drainQueues (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:17:14)
[debug] �[35m[W3C (97092a33)]�[39m at runCallback (timers.js:705:18)
[debug] �[35m[W3C (97092a33)]�[39m at tryOnImmediate (timers.js:676:5)
[debug] �[35m[W3C (97092a33)]�[39m at processImmediate (timers.js:658:5)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log �[39m�[31m500�[39m �[90m4 ms - 1085�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"server"}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.getLog() with args: ["server","97092a33-401f-45cf-9b53-19ea4d2e68a9"]
[debug] �[35m[BaseDriver]�[39m Retrieving 'server' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: Error: Potentially insecure feature 'get_server_logs' has not been enabled. If you want to enable this feature and accept the security ramifications, please do so by following the documented instructions at https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/security.md
[debug] �[35m[W3C (97092a33)]�[39m at EspressoDriver.ensureFeatureEnabled (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/driver.js:287:13)
[debug] �[35m[W3C (97092a33)]�[39m at Object.ensureFeatureEnabled [as getter] (/Users/userA/myapp/test/acceptance/app/node_modules/appium-android-driver/lib/commands/log.js:39:12)
[debug] �[35m[W3C (97092a33)]�[39m at EspressoDriver.getter (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/commands/log.js:34:48)
[debug] �[35m[W3C (97092a33)]�[39m at curCommandCancellable._bluebird.default.resolve.then (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/driver.js:354:75)
[debug] �[35m[W3C (97092a33)]�[39m at tryCatcher (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/util.js:16:23)
[debug] �[35m[W3C (97092a33)]�[39m at Promise._settlePromiseFromHandler (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/promise.js:517:31)
[debug] �[35m[W3C (97092a33)]�[39m at Promise._settlePromise (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/promise.js:574:18)
[debug] �[35m[W3C (97092a33)]�[39m at Promise._settlePromiseCtx (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/promise.js:611:10)
[debug] �[35m[W3C (97092a33)]�[39m at _drainQueueStep (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:142:12)
[debug] �[35m[W3C (97092a33)]�[39m at _drainQueue (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:131:9)
[debug] �[35m[W3C (97092a33)]�[39m at Async._drainQueues (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:147:5)
[debug] �[35m[W3C (97092a33)]�[39m at Immediate.Async.drainQueues (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:17:14)
[debug] �[35m[W3C (97092a33)]�[39m at runCallback (timers.js:705:18)
[debug] �[35m[W3C (97092a33)]�[39m at tryOnImmediate (timers.js:676:5)
[debug] �[35m[W3C (97092a33)]�[39m at processImmediate (timers.js:658:5)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log �[39m�[31m500�[39m �[90m2 ms - 1085�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"server"}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.getLog() with args: ["server","97092a33-401f-45cf-9b53-19ea4d2e68a9"]
[debug] �[35m[BaseDriver]�[39m Retrieving 'server' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (97092a33)]�[39m Encountered internal error running command: Error: Potentially insecure feature 'get_server_logs' has not been enabled. If you want to enable this feature and accept the security ramifications, please do so by following the documented instructions at https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/security.md
[debug] �[35m[W3C (97092a33)]�[39m at EspressoDriver.ensureFeatureEnabled (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/driver.js:287:13)
[debug] �[35m[W3C (97092a33)]�[39m at Object.ensureFeatureEnabled [as getter] (/Users/userA/myapp/test/acceptance/app/node_modules/appium-android-driver/lib/commands/log.js:39:12)
[debug] �[35m[W3C (97092a33)]�[39m at EspressoDriver.getter (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/commands/log.js:34:48)
[debug] �[35m[W3C (97092a33)]�[39m at curCommandCancellable._bluebird.default.resolve.then (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/driver.js:354:75)
[debug] �[35m[W3C (97092a33)]�[39m at tryCatcher (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/util.js:16:23)
[debug] �[35m[W3C (97092a33)]�[39m at Promise._settlePromiseFromHandler (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/promise.js:517:31)
[debug] �[35m[W3C (97092a33)]�[39m at Promise._settlePromise (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/promise.js:574:18)
[debug] �[35m[W3C (97092a33)]�[39m at Promise._settlePromiseCtx (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/promise.js:611:10)
[debug] �[35m[W3C (97092a33)]�[39m at _drainQueueStep (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:142:12)
[debug] �[35m[W3C (97092a33)]�[39m at _drainQueue (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:131:9)
[debug] �[35m[W3C (97092a33)]�[39m at Async._drainQueues (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:147:5)
[debug] �[35m[W3C (97092a33)]�[39m at Immediate.Async.drainQueues (/Users/userA/myapp/test/acceptance/app/node_modules/bluebird/js/release/async.js:17:14)
[debug] �[35m[W3C (97092a33)]�[39m at runCallback (timers.js:705:18)
[debug] �[35m[W3C (97092a33)]�[39m at tryOnImmediate (timers.js:676:5)
[debug] �[35m[W3C (97092a33)]�[39m at processImmediate (timers.js:658:5)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9/log �[39m�[31m500�[39m �[90m2 ms - 1085�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (97092a33)]�[39m Calling AppiumDriver.deleteSession() with args: ["97092a33-401f-45cf-9b53-19ea4d2e68a9"]
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionRequested' logged at 1565871277265 (14:14:37 GMT+0200 (Central European Summer Time))
�[35m[Appium]�[39m Removing session 97092a33-401f-45cf-9b53-19ea4d2e68a9 from our master session list
[debug] �[35m[Espresso]�[39m Deleting espresso session
[debug] �[35m[Espresso]�[39m Deleting Espresso server session
[debug] �[35m[WD Proxy]�[39m Matched '/' to command name 'deleteSession'
[debug] �[35m[WD Proxy]�[39m Proxying [DELETE /] to [DELETE http://localhost:8301/session/2cc39cee-08e6-4318-b878-b0a4d8b717e7] with no body
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
�[35m[Espresso]�[39m Did not get confirmation Espresso deleteSession worked; Error was: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[Logcat]�[39m Stopping logcat capture
[debug] �[35m[ADB]�[39m Removing forwarded port socket connection: 8301
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward --remove tcp:8301'
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionFinished' logged at 1565871277419 (14:14:37 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (97092a33)]�[39m Received response: null
[debug] �[35m[W3C (97092a33)]�[39m But deleting session, so not returning
[debug] �[35m[W3C (97092a33)]�[39m Responding to client with driver.deleteSession() result: null
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/97092a33-401f-45cf-9b53-19ea4d2e68a9 �[39m�[32m200�[39m �[90m156 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[Appium]�[39m Received SIGTERM - shutting down
�[35m[Appium]�[39m Received SIGINT - shutting down
�[35m[Chromedriver]�[39m Chromedriver exited unexpectedly with code null, signal SIGINT
[debug] �[35m[Chromedriver]�[39m Changed state to 'stopped'
�[35m[AndroidDriver]�[39m Chromedriver for context WEBVIEW_com.abc.myapp.app.smoketest stopped unexpectedly
�[35m[AndroidDriver]�[39m Chromedriver quit unexpectedly, but it wasn't the active context, ignoring
"

@mykola-mokhnach
Copy link
Contributor

Encountered internal error running command: Error: Potentially insecure feature 'get_server_logs' has not been enabled. If you want to enable this feature and accept the security ramifications, please do so by following the documented instructions at https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/security.md

The error message is pretty clear as for my taste

@ania-s
Copy link
Author

ania-s commented Aug 15, 2019

Encountered internal error running command: Error: Potentially insecure feature 'get_server_logs' has not been enabled. If you want to enable this feature and accept the security ramifications, please do so by following the documented instructions at https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/security.md

The error message is pretty clear as for my taste

I did it but I still get the other error after restarting android app:

�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
�[35m[Espresso]�[39m Did not get confirmation Espresso deleteSession worked; Error was: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up

@KazuCocoa
Copy link
Member

Could you attach the latest full server log?

@ania-s
Copy link
Author

ania-s commented Aug 16, 2019

@KazuCocoa please find the log below:

�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
�[35m[HTTP]�[39m �[90m{"capabilities":{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}}},"firstMatch":[{}]},"desiredCapabilities":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}}},null,{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"...
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1565878290220 (16:11:30 GMT+0200 (Central European Summer Time))
�[35m[BaseDriver]�[39m The capabilities ["automationName","chromedriverExecutable","nativeWebScreenshot","forceEspressoRebuild","appActivity","appPackage","autoWebview","autoGrantPermissions","deviceName","app"] are not standard capabilities and should have an extension prefix
�[35m[Appium]�[39m Appium v1.14.1 creating new EspressoDriver (v1.15.0) session
�[35m[Appium]�[39m Capabilities:
�[35m[Appium]�[39m automationName: Espresso
�[35m[Appium]�[39m chromedriverExecutable: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver
�[35m[Appium]�[39m nativeWebScreenshot: true
�[35m[Appium]�[39m forceEspressoRebuild: true
�[35m[Appium]�[39m appActivity: com.abc.myapp.app.MainActivity
�[35m[Appium]�[39m appPackage: com.abc.myapp.app.smoketest
�[35m[Appium]�[39m autoWebview: true
�[35m[Appium]�[39m autoGrantPermissions: true
�[35m[Appium]�[39m platformName: Android
�[35m[Appium]�[39m deviceName: Galaxy Tab S3
�[35m[Appium]�[39m app: /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
�[35m[Appium]�[39m cjson:metadata: {
�[35m[Appium]�[39m browser: {
�[35m[Appium]�[39m name: chrome
�[35m[Appium]�[39m version: unknown
�[35m[Appium]�[39m }
�[35m[Appium]�[39m device: Galaxy Tab S3
�[35m[Appium]�[39m platform: {
�[35m[Appium]�[39m name: android
�[35m[Appium]�[39m version: 8.0.0
�[35m[Appium]�[39m }
�[35m[Appium]�[39m }
�[35m[Appium]�[39m Explicitly enabling use of insecure features:
�[35m[Appium]�[39m get_server_logs
[debug] �[35m[BaseDriver]�[39m W3C capabilities and MJSONWP desired capabilities were provided
[debug] �[35m[BaseDriver]�[39m Creating session with W3C capabilities: {
[debug] �[35m[BaseDriver]�[39m "alwaysMatch": {
[debug] �[35m[BaseDriver]�[39m "appium:automationName": "Espresso",
[debug] �[35m[BaseDriver]�[39m "appium:chromedriverExecutable": "/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver",
[debug] �[35m[BaseDriver]�[39m "appium:nativeWebScreenshot": true,
[debug] �[35m[BaseDriver]�[39m "appium:forceEspressoRebuild": true,
[debug] �[35m[BaseDriver]�[39m "appium:appActivity": "com.abc.myapp.app.MainActivity",
[debug] �[35m[BaseDriver]�[39m "appium:appPackage": "com.abc.myapp.app.smoketest",
[debug] �[35m[BaseDriver]�[39m "appium:autoWebview": true,
[debug] �[35m[BaseDriver]�[39m "appium:autoGrantPermissions": true,
[debug] �[35m[BaseDriver]�[39m "platformName": "Android",
[debug] �[35m[BaseDriver]�[39m "appium:deviceName": "Galaxy Tab S3",
[debug] �[35m[BaseDriver]�[39m "appium:app": "/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk",
[debug] �[35m[BaseDriver]�[39m "cjson:metadata": {
[debug] �[35m[BaseDriver]�[39m "browser": {
[debug] �[35m[BaseDriver]�[39m "name": "chrome",
[debug] �[35m[BaseDriver]�[39m "version": "unknown"
[debug] �[35m[BaseDriver]�[39m },
[debug] �[35m[BaseDriver]�[39m "device": "Galaxy Tab S3",
[debug] �[35m[BaseDriver]�[39m "platform": {
[debug] �[35m[BaseDriver]�[39m "name": "android",
[debug] �[35m[BaseDriver]�[39m "version": "8.0.0"
[debug] �[35m[BaseDriver]�[39m }
[debug] �[35m[BaseDriver]�[39m }
[debug] �[35m[BaseDriver]�[39m },
[debug] �[35m[BaseDriver]�[39m "firstMatch": [
[debug] �[35m[BaseDriver]�[39m {}
[debug] �[35m[BaseDriver]�[39m ]
[debug] �[35m[BaseDriver]�[39m }
�[35m[BaseDriver]�[39m The following capabilities were provided, but are not recognized by Appium:
�[35m[BaseDriver]�[39m cjson:metadata
�[35m[BaseDriver]�[39m Session created with session id: bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[BaseDriver]�[39m Using local app '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
[debug] �[35m[Espresso]�[39m Checking whether app is actually present
�[35m[Espresso]�[39m EspressoDriver version: 1.15.0
�[35m[ADB]�[39m Found 1 'build-tools' folders under '/Users/userA/Library/Android/sdk' (newest first):
�[35m[ADB]�[39m /Users/userA/Library/Android/sdk/build-tools/28.0.3
�[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb'
�[35m[AndroidDriver]�[39m Retrieving device list
[debug] �[35m[ADB]�[39m Trying to find a connected android device
[debug] �[35m[ADB]�[39m Getting connected devices...
[debug] �[35m[ADB]�[39m 1 device(s) connected
�[35m[AndroidDriver]�[39m Using device: 5b8beaf1
�[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb'
[debug] �[35m[ADB]�[39m Setting device id to 5b8beaf1
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell getprop ro.build.version.sdk'
[debug] �[35m[ADB]�[39m Current device property 'ro.build.version.sdk': 26
[debug] �[35m[ADB]�[39m Device API level: 26
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 wait-for-device'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell echo ping'
[debug] �[35m[AndroidDriver]�[39m Pushing settings apk to device...
[debug] �[35m[ADB]�[39m Getting install status for io.appium.settings
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.settings'
[debug] �[35m[ADB]�[39m 'io.appium.settings' is not installed
[debug] �[35m[ADB]�[39m App '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is not installed
[debug] �[35m[ADB]�[39m Installing '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is already cached to '/data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install -g /data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk'
�[35m[ADB]�[39m The installation of 'settings_apk-debug.apk' took 2.298s
[debug] �[35m[ADB]�[39m Install command stdout: Success
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'pgrep --help; echo $?''
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell appops set io.appium.settings android:mock_location allow'
[debug] �[35m[Logcat]�[39m Starting logcat capture
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global animator_duration_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global transition_animation_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global window_animation_scale'
[debug] �[35m[Espresso]�[39m Forwarding Espresso Server port 6791 to 8300
[debug] �[35m[ADB]�[39m Forwarding system: 8300 to device: 6791
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward tcp:8300 tcp:6791'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys window'
�[35m[AndroidDriver]�[39m Screen already unlocked, doing nothing
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
�[35m[ADB]�[39m Using 'apksigner' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is not installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is not installed
[debug] �[35m[ADB]�[39m App '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is not installed
[debug] �[35m[ADB]�[39m Installing '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already cached to '/data/local/tmp/appium_cache/78790cff5462c96ea8138758d87933ffe1a5faa9.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install -g /data/local/tmp/appium_cache/78790cff5462c96ea8138758d87933ffe1a5faa9.apk'
�[35m[ADB]�[39m The installation of 'app-smoketest-debug.apk' took 3.304s
[debug] �[35m[ADB]�[39m Install command stdout: Success
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
�[35m[ADB]�[39m Using 'aapt2' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2'
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
�[35m[ADB]�[39m Using 'aapt' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt'
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
�[35m[ADB]�[39m Using 'zipalign' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/zipalign'
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
�[35m[ADB]�[39m io.appium.espressoserver.test was not uninstalled, because it was not present on the device
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 4.067s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[Espresso]�[39m Performing cleanup of automation leftovers
[debug] �[35m[Espresso]�[39m No obsolete sessions have been detected (Error: socket hang up)
�[35m[Espresso]�[39m Starting Espresso Server v1.15.0 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
[debug] �[35m[ADB]�[39m Creating ADB subprocess with args: ["-P",5037,"-s","5b8beaf1","shell","am","instrument","-w","-e","debug","false","io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT]
�[35m[Espresso]�[39m Waiting for Espresso to be online...
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8300/status] with no body
�[35m[WD Proxy]�[39m Got an unexpected response: {"id":"3b6a5eba-9c54-4d3b-b3f3-15e4141d69f9","sessionId":null,"value":{"error":"unknown error","message":"kotlin.KotlinNullPointerException","stacktrace":"io.appium.espressoserver.lib.handlers.exceptions.AppiumException: kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.response.AppiumResponse.init(AppiumResponse.kt:49)\n\tat io.appium.espressoserver.lib.http.response.AppiumResponse.\u003cinit\u003e(AppiumResponse.kt:34)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:53)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\nCaused by: kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:49)\n\t... 3 more\n"}}
[debug] �[35m[W3C]�[39m Matched W3C error code 'unknown error' to UnknownError
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8300/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"b62b56f5-0e68-4820-ab1c-500fdc143812","sessionId":null,"value":null}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://localhost:8300/session] with body: {"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0...
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"7a67f49f-d3d9-44dd-a735-23bf36bb2e66","sessionId":"2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8","value":{"capabilities":{"alwaysMatch":{},"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android"...
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C' per session creation request
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'echo "com.abc.myapp.app.smoketest" > "/data/local/tmp/espresso.apppackage"''
�[35m[Espresso]�[39m Recorded the target application package 'com.abc.myapp.app.smoketest' to /data/local/tmp/espresso.apppackage
[debug] �[35m[ADB]�[39m Waiting up to 20000ms for activity matching pkg: 'com.abc.myapp.app.smoketest' and activity: 'com.abc.myapp.app.MainActivity' to be focused
[debug] �[35m[ADB]�[39m Possible activities, to be checked: 'com.abc.myapp.app.MainActivity', 'com.abc.myapp.app.smoketest.com.abc.myapp.app.MainActivity'
[debug] �[35m[ADB]�[39m Getting focused package and activity
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys window windows'
[debug] �[35m[ADB]�[39m Found package: 'com.abc.myapp.app.smoketest' and fully qualified activity name : 'com.abc.myapp.app.MainActivity'
�[35m[Espresso]�[39m Setting webview to context 'WEBVIEW_com.abc.myapp.app.smoketest' with timeout 2000ms
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell cat /proc/net/unix'
�[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] �[35m[AndroidDriver]�[39m WEBVIEW_17580 mapped to pid 17580
[debug] �[35m[AndroidDriver]�[39m Getting process name for webview
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell ps'
[debug] �[35m[AndroidDriver]�[39m Parsed pid: '17580' pkg: 'com.abc.myapp.app.smoketest' from
[debug] �[35m[AndroidDriver]�[39m USER PID PPID VSZ RSS WCHAN ADDR S NAME
[debug] �[35m[AndroidDriver]�[39m u0_a249 17580 996 2452172 195252 SyS_epoll_wait 0 S com.abc.myapp.app.smoketest
[debug] �[35m[AndroidDriver]�[39m Returning process name: 'com.abc.myapp.app.smoketest'
[debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_com.abc.myapp.app.smoketest"]
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_com.abc.myapp.app.smoketest"]
[debug] �[35m[AndroidDriver]�[39m Connecting to chrome-backed webview context 'WEBVIEW_com.abc.myapp.app.smoketest'
[debug] �[35m[AndroidDriver]�[39m A port was not given, using random free port: 8000
[debug] �[35m[AndroidDriver]�[39m Automated Chromedriver download is disabled. Use 'chromedriver_autodownload' server feature to enable it
[debug] �[35m[AndroidDriver]�[39m Before starting chromedriver, androidPackage is 'com.abc.myapp.app.smoketest'
[debug] �[35m[Chromedriver]�[39m Changed state to 'starting'
�[35m[Chromedriver]�[39m Set chromedriver binary as: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver
[debug] �[35m[Chromedriver]�[39m Killing any old chromedrivers, running: pkill -15 -f "/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver.--port=8000"
�[35m[Chromedriver]�[39m No old chromedrivers seem to exist
[debug] �[35m[Chromedriver]�[39m Cleaning any old adb forwarded port socket connections
[debug] �[35m[ADB]�[39m List forwarding ports
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward --list'
�[35m[Chromedriver]�[39m Spawning chromedriver with: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver --url-base=wd/hub --port=8000 --adb-port=5037 --verbose
[debug] �[35m[Chromedriver]�[39m Chromedriver version: '76.0.3809.68'
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8000/wd/hub/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"value":{"build":{"version":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"x86_64","name":"Mac OS X","version":"10.14.6"},"ready":true}}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://127.0.0.1:8000/wd/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.abc.myapp.app.smoketest","androidUseRunningApp":true,"androidDeviceSerial":"5b8beaf1"},"loggingPrefs":{"browser":"ALL"}}}
[debug] �[35m[Chromedriver]�[39m Webview version: 'Chrome/76.0.3809.111'
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"acceptInsecureCerts":false,"acceptSslCerts":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"cssSelectorsEnabled":true,"databaseEnabled":false,"goog:chromeOptions":{"debuggerAddress":"localhost:64778"},"handlesAlerts":true,"hasTouchScreen":true,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"pageLoadStrategy":"normal","platform":"ANDROID","proxy":{},"rotatable":false,"setWindowRect":false,"strictFileInteractability":false,"takesHeapSnapshot":true,"takesScreenshot":true,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"unexpectedAlertBehaviour":"ignore","version":"76.0.3809.111","webStorageEnabled":true}}
[debug] �[35m[WD Proxy]�[39m Updated the downstream protocol to 'MJSONWP' as per session creation request
[debug] �[35m[Chromedriver]�[39m Changed state to 'online'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/info] to [GET http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/appium/device/info] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"857195e4-b4c9-4805-b955-57fd615f526d","sessionId":"2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8","value":{"realDisplaySize":"2048x1536","apiVersion":"26","carrierName":"","platformVersion":"8.0.0","timeZone":"Europe/Berlin","model":"SM-T825","locale":"en_US","brand":"samsung","androidId":"69c61ec0b0685ba8","manufacturer":"samsung","displayDensity":320}}
�[35m[Appium]�[39m New EspressoDriver session created successfully, session bc98a9a3-009a-4366-9222-e75ed51840c0 added to master session list
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1565878312829 (16:11:52 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (bc98a9a3)]�[39m Cached the protocol value 'W3C' for the new session bc98a9a3-009a-4366-9222-e75ed51840c0
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[32m200�[39m �[90m22615 ms - 717�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='LoginPage_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='LoginPage_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m496 ms - 1157�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m197 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m123 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m913 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m64 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m168 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-1"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m144 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-1"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m76 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-1/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect �[39m�[32m200�[39m �[90m92 ms - 117�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-1/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect �[39m�[32m200�[39m �[90m93 ms - 117�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Username_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Username_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-2"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m83 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-2/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear �[39m�[32m200�[39m �[90m197 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-2/value] with body: {"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value �[39m�[32m200�[39m �[90m904 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Username_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Username_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-2"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m33 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-2/attribute/value] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":"drivertest2"}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value �[39m�[32m200�[39m �[90m47 ms - 74�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Password_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Password_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-3"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m103 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-3/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear �[39m�[32m200�[39m �[90m191 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"doe","value":["d","o","e"]}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-3/value] with body: {"text":"doe","value":["d","o","e"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value �[39m�[32m200�[39m �[90m386 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Password_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Password_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-3"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m55 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-3/attribute/value] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":"doe"}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value �[39m�[32m200�[39m �[90m69 ms - 66�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-4"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m102 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-4/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click �[39m�[32m200�[39m �[90m500 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-1"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m41 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-1"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m33 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m121 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='SearchSpringboardCard_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='SearchSpringboardCard_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m86 ms - 1181�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m204 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m39 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m53 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m96 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m494 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-5"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m384 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-5"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m199 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-5/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect �[39m�[32m200�[39m �[90m176 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-5/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect �[39m�[32m200�[39m �[90m230 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-6"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m147 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-6/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click �[39m�[32m200�[39m �[90m1693 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m505 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-7"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m168 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m396 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-7/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":885,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect �[39m�[32m200�[39m �[90m222 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-7/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":885,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect �[39m�[32m200�[39m �[90m60 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Search_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Search_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-8"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m68 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-8/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear �[39m�[32m200�[39m �[90m127 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"hotel","value":["h","o","t","e","l"]}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-8/value] with body: {"text":"hotel","value":["h","o","t","e","l"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value �[39m�[32m200�[39m �[90m1919 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-9"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m1141 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_1']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_1']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-10"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m129 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_2']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_2']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-11"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m711 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_3']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_3']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-12"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m208 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_4']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_4']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-13"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m710 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_5']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_5']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-14"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m375 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_6']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_6']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-15"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m122 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_7']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_7']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-16"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m259 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_8']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_8']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-17"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m192 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_9']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_9']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-18"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m221 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_10']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_10']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-19"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m408 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_11']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_11']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-20"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m420 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_12']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_12']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-21"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m354 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_13']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_13']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-22"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m308 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_14']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_14']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-23"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m296 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_15']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_15']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-24"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m353 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_16']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_16']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-25"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m631 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_17']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_17']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-26"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m542 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_18']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_18']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-27"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m396 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_19']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_19']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-28"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m206 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_20']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_20']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-29"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m170 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_21']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_21']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-30"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m121 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_22']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_22']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-31"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m142 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_23']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_23']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-32"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m128 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_24']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_24']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-33"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m118 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_25']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_25']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='searchItem_testId_25']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='searchItem_testId_25']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m122 ms - 1165�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-34"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m151 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-34/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click �[39m�[32m200�[39m �[90m826 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-35"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m567 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-35"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m133 ms - 162�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-35"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m123 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-35/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect �[39m�[32m200�[39m �[90m212 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-35/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect �[39m�[32m200�[39m �[90m269 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PoiNavigateToButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='PoiNavigateToButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-36"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m248 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-36/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click �[39m�[32m200�[39m �[90m706 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-37"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m930 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-37"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m1306 ms - 162�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-37"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m268 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-37/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect �[39m�[32m200�[39m �[90m339 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-37/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect �[39m�[32m200�[39m �[90m189 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-38"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m214 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-38"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m94 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_1']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_1']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-39"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m91 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_2']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_2']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-40"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m88 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_3']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_3']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='RouteItem_testId_3']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='RouteItem_testId_3']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m175 ms - 1161�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesStartGuidanceButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesStartGuidanceButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-41"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m150 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-41/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click �[39m�[32m200�[39m �[90m632 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-42"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m668 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-42"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m867 ms - 162�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-42"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m628 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-42/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":275,"width":524,"x":71.109375,"y":0}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect �[39m�[32m200�[39m �[90m684 ms - 107�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-42/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":275,"width":524,"x":71.109375,"y":0}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect �[39m�[32m200�[39m �[90m680 ms - 107�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.closeApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] io.appium.espressoserver.EspressoServerRunnerTest:INSTRUMENTATION_RESULT: shortMsg=Process crashed.
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] INSTRUMENTATION_CODE: 0
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell cat /proc/net/unix'
�[35m[Espresso]�[39m Instrumentation process exited with code 0 from signal null
�[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] �[35m[AndroidDriver]�[39m WEBVIEW_17580 mapped to pid 17580
[debug] �[35m[AndroidDriver]�[39m Getting process name for webview
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell ps'
[debug] �[35m[AndroidDriver]�[39m Parsed pid: '17580' pkg: '[d.app.smoketest]' from
[debug] �[35m[AndroidDriver]�[39m USER PID PPID VSZ RSS WCHAN ADDR S NAME
[debug] �[35m[AndroidDriver]�[39m u0_a249 17580 996 0 0 do_exit 0 Z [d.app.smoketest]
[debug] �[35m[AndroidDriver]�[39m Returning process name: '[d.app.smoketest]'
[debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_[d.app.smoketest]"]
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_[d.app.smoketest]"]
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close �[39m�[32m200�[39m �[90m1029 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.launchApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
�[35m[ADB]�[39m Using 'apkanalyzer' from '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]
[debug] �[35m[ADB]�[39m The version name of the installed 'com.abc.myapp.app.smoketest' is greater or equal to the application version name ('1.0.0' >= '1.0.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
�[35m[AndroidDriver]�[39m Performing fast reset on 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm clear com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Retrieving requested permissions
[debug] �[35m[ADB]�[39m Retrieved 8 permission(s) from ["requested"] group(s)
[debug] �[35m[ADB]�[39m Retrieving granted permissions
[debug] �[35m[ADB]�[39m Retrieved 3 permission(s) from ["install","runtime"] group(s)
[debug] �[35m[ADB]�[39m Granting permissions ["android.permission.GET_ACCOUNTS","android.permission.ACCESS_COARSE_LOCATION","android.permission.ACCESS_FINE_LOCATION","android.permission.WRITE_EXTERNAL_STORAGE","android.permission.READ_EXTERNAL_STORAGE"] to 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Got the following command chunks to execute: [["pm","grant","com.abc.myapp.app.smoketest","android.permission.GET_ACCOUNTS",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_COARSE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_FINE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.WRITE_EXTERNAL_STORAGE",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.READ_EXTERNAL_STORAGE",";"]]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm grant com.abc.myapp.app.smoketest android.permission.GET_ACCOUNTS ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_COARSE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_FINE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.WRITE_EXTERNAL_STORAGE ; pm grant com.abc.myapp.app.smoketest android.permission.READ_EXTERNAL_STORAGE ;'
[debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.abc.myapp.app.smoketest' application (stop and clear)
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 uninstall io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'adb uninstall io.appium.espressoserver.test' command output: Success
�[35m[ADB]�[39m io.appium.espressoserver.test was successfully uninstalled
�[35m[Espresso]�[39m Uninstalled the obsolete Espresso server package from the device under test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 4.741s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -W -n com.abc.myapp.app.smoketest/com.abc.myapp.app.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.launchApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch �[39m�[32m200�[39m �[90m14951 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m39 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m23 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m9 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m14 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.closeApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m953 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m1845 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAWkk0lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m3069 ms - 493172�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZzHUlEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m4432 ms - 563668�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZwyklEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m5610 ms - 562876�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZD+klEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m6792 ms - 547580�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m7712 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m8657 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m9601 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m10507 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m11455 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m12379 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close �[39m�[32m200�[39m �[90m12585 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.launchApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]
[debug] �[35m[ADB]�[39m The version name of the installed 'com.abc.myapp.app.smoketest' is greater or equal to the application version name ('1.0.0' >= '1.0.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
�[35m[AndroidDriver]�[39m Performing fast reset on 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm clear com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Retrieving requested permissions
[debug] �[35m[ADB]�[39m Retrieved 8 permission(s) from ["requested"] group(s)
[debug] �[35m[ADB]�[39m Retrieving granted permissions
[debug] �[35m[ADB]�[39m Retrieved 3 permission(s) from ["install","runtime"] group(s)
[debug] �[35m[ADB]�[39m Granting permissions ["android.permission.GET_ACCOUNTS","android.permission.ACCESS_COARSE_LOCATION","android.permission.ACCESS_FINE_LOCATION","android.permission.WRITE_EXTERNAL_STORAGE","android.permission.READ_EXTERNAL_STORAGE"] to 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Got the following command chunks to execute: [["pm","grant","com.abc.myapp.app.smoketest","android.permission.GET_ACCOUNTS",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_COARSE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_FINE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.WRITE_EXTERNAL_STORAGE",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.READ_EXTERNAL_STORAGE",";"]]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm grant com.abc.myapp.app.smoketest android.permission.GET_ACCOUNTS ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_COARSE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_FINE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.WRITE_EXTERNAL_STORAGE ; pm grant com.abc.myapp.app.smoketest android.permission.READ_EXTERNAL_STORAGE ;'
[debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.abc.myapp.app.smoketest' application (stop and clear)
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 uninstall io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'adb uninstall io.appium.espressoserver.test' command output: Success
�[35m[ADB]�[39m io.appium.espressoserver.test was successfully uninstalled
�[35m[Espresso]�[39m Uninstalled the obsolete Espresso server package from the device under test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 5.275s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -W -n com.abc.myapp.app.smoketest/com.abc.myapp.app.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.launchApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch �[39m�[32m200�[39m �[90m15555 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m18 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m9 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m8 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m8 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.closeApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m775 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m1602 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAW+MklEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m2770 ms - 501916�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZw00lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m4087 ms - 562888�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZu70lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m6057 ms - 562244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZFSUlEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m7341 ms - 548028�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m8371 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close �[39m�[32m200�[39m �[90m8573 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log/types�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLogTypes() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAA6B0lEQVR4AezBAQ3AQBAEoen59/zVsQnwVS8AAAAAAAAAYNoFAAAAAAAAAMy7AAAAAAAAAIB5FwAAAAAAAAAw7wIAAAAAAAAA5l0AAAAAAAAAwLwLAAAAAAAAAJh3AQAAAAAAAADzLgAAAAAAAABg3gUAAAAAAAAAzLsAAAAAAAAAgHkXAAAAAAAAADDvAgAAAAAAAADmXQAAAAAAAADAvAsAAAAAAAAAmHcBAAAAAAAAAPMuAAAAAAAAAGDeBQAAAAAAAADMuwAAAAAAAACAeRcAAAAAAAAAMO8CAAAAAAAAAOZdAAAAAAAAAMC8CwAAAAAAAACYdwEAAAAAAAAA8y4AAAAAAAAAYN4FAAAAAAAAAMy7AAAAAAAAAIB5FwAAAAAAAAAw7wIAAAAAAAAA5l0AAAAAAAAAwLwLAAAAAAAAAJh3AQAAAAAAAADzLgAAAAAAAABg3gUAAAAAAAAAzLsAAAAAAAAAgHkXAAAAAAAAADDvAgAAAAAAAADmXQAAAAAAAADAvAsAAAAAAAAAmHcBAAAAAAAAAPMuAAAAAAAAAGDeBQAAAAAAAADMuwAAAAAAAACAeRcAAAAAAAAAMO8CAAAAAAAAAOZdAAAAAAAAAMC8CwAAAAAAAACYdwEAAAAAAAAA8y4AAAAAAAAAYN4FAAAAAAAAAMy7AAAAAAAAAIB5FwAAAAAAAAAw7wIAAAAAAAAA5l0AAAAAAAAAwLwLAAAAAAAAAJh3AQAAAAAAAADzLgAAAAAAAABg3gUAAAAAAAAAzLsAAAAAAAAAgHkXAAAAAAAAADDvAgAAAAAAAADmXQAAAAAAAADAvAsAAAAAAAAAmHcBAAAAAAAAAPMuAAAAAAAAAGDeBQAAAAAAAADMuwAAAAAAAACAeRcAAAAAAAAAMO8CAAAAAAAAAOZdAAAAAAAAAMC8CwAAAAAAAACYdwEAAAAAAAAA8y4AAAAAAAAAYN4F...
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLogTypes() result: ["logcat","bugreport","server"]
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m9564 ms - 19896�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log/types �[39m�[32m200�[39m �[90m984 ms - 41�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"bugreport"}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLog() with args: ["bugreport","bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"logcat"}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLog() with args: ["logcat","bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"server"}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLog() with args: ["server","bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[BaseDriver]�[39m Retrieving 'bugreport' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 bugreport'
[debug] �[35m[BaseDriver]�[39m Retrieving 'logcat' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565878480452,"level":"ALL","message":"/data/user_de/0/com.android.shell/files/bugreports/bugreport-2019-08-15-16-13-23.zip: 1 file pulled. 14.3 MB/s (4845522 bytes in 0.323s)"}]
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log �[39m�[32m200�[39m �[90m77183 ms - 202�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[BaseDriver]�[39m Retrieving 'server' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager$3.run(LogManager.java:390)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager$3.run(LogManager.java:388)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.security.AccessController.doPrivileged(AccessController.java:67)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager.readPrimordialConfiguration(LogManager.java:387)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager.-wrap5(Unknown Source:0)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager$2.run(LogManager.java:336)"},{"timestamp":1565878354274,"level":"AL...
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log �[39m�[32m200�[39m �[90m77234 ms - 1787874�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565878480455,"level":"ALL","message":"[Appium] Welcome to Appium v1.14.1"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] Non-default server args:"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] allowInsecure: {"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] 0: get_server_logs"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] }"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] Appium REST http interface listener started on 0.0.0.0:4723"},{"timestamp":1565878480455,"level":"ALL","message":"[HTTP] \u001b[37m-->\u001b[39m \u001b[37mPOST\u001b[39m \u001b[37m/wd/hub/session\u001b[39m"},{"timestamp":1565878480455,"level":"ALL","message":"[HTTP] \u001b[90m{"capabilities":{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.Mai...
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log �[39m�[32m200�[39m �[90m77244 ms - 299649�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.deleteSession() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionRequested' logged at 1565878480587 (16:14:40 GMT+0200 (Central European Summer Time))
�[35m[Appium]�[39m Removing session bc98a9a3-009a-4366-9222-e75ed51840c0 from our master session list
[debug] �[35m[Espresso]�[39m Deleting espresso session
[debug] �[35m[Espresso]�[39m Deleting Espresso server session
[debug] �[35m[WD Proxy]�[39m Matched '/' to command name 'deleteSession'
[debug] �[35m[WD Proxy]�[39m Proxying [DELETE /] to [DELETE http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8] with no body
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
�[35m[Espresso]�[39m Did not get confirmation Espresso deleteSession worked; Error was: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[Logcat]�[39m Stopping logcat capture
[debug] �[35m[ADB]�[39m Removing forwarded port socket connection: 8300
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward --remove tcp:8300'
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionFinished' logged at 1565878480779 (16:14:40 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (bc98a9a3)]�[39m Received response: null
[debug] �[35m[W3C (bc98a9a3)]�[39m But deleting session, so not returning
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.deleteSession() result: null
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0 �[39m�[32m200�[39m �[90m194 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[Appium]�[39m Received SIGTERM - shutting down

3 similar comments
@ania-s
Copy link
Author

ania-s commented Aug 16, 2019

@KazuCocoa please find the log below:

�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
�[35m[HTTP]�[39m �[90m{"capabilities":{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}}},"firstMatch":[{}]},"desiredCapabilities":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}}},null,{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"...
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1565878290220 (16:11:30 GMT+0200 (Central European Summer Time))
�[35m[BaseDriver]�[39m The capabilities ["automationName","chromedriverExecutable","nativeWebScreenshot","forceEspressoRebuild","appActivity","appPackage","autoWebview","autoGrantPermissions","deviceName","app"] are not standard capabilities and should have an extension prefix
�[35m[Appium]�[39m Appium v1.14.1 creating new EspressoDriver (v1.15.0) session
�[35m[Appium]�[39m Capabilities:
�[35m[Appium]�[39m automationName: Espresso
�[35m[Appium]�[39m chromedriverExecutable: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver
�[35m[Appium]�[39m nativeWebScreenshot: true
�[35m[Appium]�[39m forceEspressoRebuild: true
�[35m[Appium]�[39m appActivity: com.abc.myapp.app.MainActivity
�[35m[Appium]�[39m appPackage: com.abc.myapp.app.smoketest
�[35m[Appium]�[39m autoWebview: true
�[35m[Appium]�[39m autoGrantPermissions: true
�[35m[Appium]�[39m platformName: Android
�[35m[Appium]�[39m deviceName: Galaxy Tab S3
�[35m[Appium]�[39m app: /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
�[35m[Appium]�[39m cjson:metadata: {
�[35m[Appium]�[39m browser: {
�[35m[Appium]�[39m name: chrome
�[35m[Appium]�[39m version: unknown
�[35m[Appium]�[39m }
�[35m[Appium]�[39m device: Galaxy Tab S3
�[35m[Appium]�[39m platform: {
�[35m[Appium]�[39m name: android
�[35m[Appium]�[39m version: 8.0.0
�[35m[Appium]�[39m }
�[35m[Appium]�[39m }
�[35m[Appium]�[39m Explicitly enabling use of insecure features:
�[35m[Appium]�[39m get_server_logs
[debug] �[35m[BaseDriver]�[39m W3C capabilities and MJSONWP desired capabilities were provided
[debug] �[35m[BaseDriver]�[39m Creating session with W3C capabilities: {
[debug] �[35m[BaseDriver]�[39m "alwaysMatch": {
[debug] �[35m[BaseDriver]�[39m "appium:automationName": "Espresso",
[debug] �[35m[BaseDriver]�[39m "appium:chromedriverExecutable": "/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver",
[debug] �[35m[BaseDriver]�[39m "appium:nativeWebScreenshot": true,
[debug] �[35m[BaseDriver]�[39m "appium:forceEspressoRebuild": true,
[debug] �[35m[BaseDriver]�[39m "appium:appActivity": "com.abc.myapp.app.MainActivity",
[debug] �[35m[BaseDriver]�[39m "appium:appPackage": "com.abc.myapp.app.smoketest",
[debug] �[35m[BaseDriver]�[39m "appium:autoWebview": true,
[debug] �[35m[BaseDriver]�[39m "appium:autoGrantPermissions": true,
[debug] �[35m[BaseDriver]�[39m "platformName": "Android",
[debug] �[35m[BaseDriver]�[39m "appium:deviceName": "Galaxy Tab S3",
[debug] �[35m[BaseDriver]�[39m "appium:app": "/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk",
[debug] �[35m[BaseDriver]�[39m "cjson:metadata": {
[debug] �[35m[BaseDriver]�[39m "browser": {
[debug] �[35m[BaseDriver]�[39m "name": "chrome",
[debug] �[35m[BaseDriver]�[39m "version": "unknown"
[debug] �[35m[BaseDriver]�[39m },
[debug] �[35m[BaseDriver]�[39m "device": "Galaxy Tab S3",
[debug] �[35m[BaseDriver]�[39m "platform": {
[debug] �[35m[BaseDriver]�[39m "name": "android",
[debug] �[35m[BaseDriver]�[39m "version": "8.0.0"
[debug] �[35m[BaseDriver]�[39m }
[debug] �[35m[BaseDriver]�[39m }
[debug] �[35m[BaseDriver]�[39m },
[debug] �[35m[BaseDriver]�[39m "firstMatch": [
[debug] �[35m[BaseDriver]�[39m {}
[debug] �[35m[BaseDriver]�[39m ]
[debug] �[35m[BaseDriver]�[39m }
�[35m[BaseDriver]�[39m The following capabilities were provided, but are not recognized by Appium:
�[35m[BaseDriver]�[39m cjson:metadata
�[35m[BaseDriver]�[39m Session created with session id: bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[BaseDriver]�[39m Using local app '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
[debug] �[35m[Espresso]�[39m Checking whether app is actually present
�[35m[Espresso]�[39m EspressoDriver version: 1.15.0
�[35m[ADB]�[39m Found 1 'build-tools' folders under '/Users/userA/Library/Android/sdk' (newest first):
�[35m[ADB]�[39m /Users/userA/Library/Android/sdk/build-tools/28.0.3
�[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb'
�[35m[AndroidDriver]�[39m Retrieving device list
[debug] �[35m[ADB]�[39m Trying to find a connected android device
[debug] �[35m[ADB]�[39m Getting connected devices...
[debug] �[35m[ADB]�[39m 1 device(s) connected
�[35m[AndroidDriver]�[39m Using device: 5b8beaf1
�[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb'
[debug] �[35m[ADB]�[39m Setting device id to 5b8beaf1
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell getprop ro.build.version.sdk'
[debug] �[35m[ADB]�[39m Current device property 'ro.build.version.sdk': 26
[debug] �[35m[ADB]�[39m Device API level: 26
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 wait-for-device'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell echo ping'
[debug] �[35m[AndroidDriver]�[39m Pushing settings apk to device...
[debug] �[35m[ADB]�[39m Getting install status for io.appium.settings
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.settings'
[debug] �[35m[ADB]�[39m 'io.appium.settings' is not installed
[debug] �[35m[ADB]�[39m App '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is not installed
[debug] �[35m[ADB]�[39m Installing '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is already cached to '/data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install -g /data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk'
�[35m[ADB]�[39m The installation of 'settings_apk-debug.apk' took 2.298s
[debug] �[35m[ADB]�[39m Install command stdout: Success
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'pgrep --help; echo $?''
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell appops set io.appium.settings android:mock_location allow'
[debug] �[35m[Logcat]�[39m Starting logcat capture
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global animator_duration_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global transition_animation_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global window_animation_scale'
[debug] �[35m[Espresso]�[39m Forwarding Espresso Server port 6791 to 8300
[debug] �[35m[ADB]�[39m Forwarding system: 8300 to device: 6791
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward tcp:8300 tcp:6791'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys window'
�[35m[AndroidDriver]�[39m Screen already unlocked, doing nothing
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
�[35m[ADB]�[39m Using 'apksigner' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is not installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is not installed
[debug] �[35m[ADB]�[39m App '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is not installed
[debug] �[35m[ADB]�[39m Installing '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already cached to '/data/local/tmp/appium_cache/78790cff5462c96ea8138758d87933ffe1a5faa9.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install -g /data/local/tmp/appium_cache/78790cff5462c96ea8138758d87933ffe1a5faa9.apk'
�[35m[ADB]�[39m The installation of 'app-smoketest-debug.apk' took 3.304s
[debug] �[35m[ADB]�[39m Install command stdout: Success
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
�[35m[ADB]�[39m Using 'aapt2' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2'
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
�[35m[ADB]�[39m Using 'aapt' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt'
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
�[35m[ADB]�[39m Using 'zipalign' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/zipalign'
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
�[35m[ADB]�[39m io.appium.espressoserver.test was not uninstalled, because it was not present on the device
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 4.067s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[Espresso]�[39m Performing cleanup of automation leftovers
[debug] �[35m[Espresso]�[39m No obsolete sessions have been detected (Error: socket hang up)
�[35m[Espresso]�[39m Starting Espresso Server v1.15.0 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
[debug] �[35m[ADB]�[39m Creating ADB subprocess with args: ["-P",5037,"-s","5b8beaf1","shell","am","instrument","-w","-e","debug","false","io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT]
�[35m[Espresso]�[39m Waiting for Espresso to be online...
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8300/status] with no body
�[35m[WD Proxy]�[39m Got an unexpected response: {"id":"3b6a5eba-9c54-4d3b-b3f3-15e4141d69f9","sessionId":null,"value":{"error":"unknown error","message":"kotlin.KotlinNullPointerException","stacktrace":"io.appium.espressoserver.lib.handlers.exceptions.AppiumException: kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.response.AppiumResponse.init(AppiumResponse.kt:49)\n\tat io.appium.espressoserver.lib.http.response.AppiumResponse.\u003cinit\u003e(AppiumResponse.kt:34)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:53)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\nCaused by: kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:49)\n\t... 3 more\n"}}
[debug] �[35m[W3C]�[39m Matched W3C error code 'unknown error' to UnknownError
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8300/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"b62b56f5-0e68-4820-ab1c-500fdc143812","sessionId":null,"value":null}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://localhost:8300/session] with body: {"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0...
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"7a67f49f-d3d9-44dd-a735-23bf36bb2e66","sessionId":"2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8","value":{"capabilities":{"alwaysMatch":{},"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android"...
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C' per session creation request
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'echo "com.abc.myapp.app.smoketest" > "/data/local/tmp/espresso.apppackage"''
�[35m[Espresso]�[39m Recorded the target application package 'com.abc.myapp.app.smoketest' to /data/local/tmp/espresso.apppackage
[debug] �[35m[ADB]�[39m Waiting up to 20000ms for activity matching pkg: 'com.abc.myapp.app.smoketest' and activity: 'com.abc.myapp.app.MainActivity' to be focused
[debug] �[35m[ADB]�[39m Possible activities, to be checked: 'com.abc.myapp.app.MainActivity', 'com.abc.myapp.app.smoketest.com.abc.myapp.app.MainActivity'
[debug] �[35m[ADB]�[39m Getting focused package and activity
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys window windows'
[debug] �[35m[ADB]�[39m Found package: 'com.abc.myapp.app.smoketest' and fully qualified activity name : 'com.abc.myapp.app.MainActivity'
�[35m[Espresso]�[39m Setting webview to context 'WEBVIEW_com.abc.myapp.app.smoketest' with timeout 2000ms
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell cat /proc/net/unix'
�[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] �[35m[AndroidDriver]�[39m WEBVIEW_17580 mapped to pid 17580
[debug] �[35m[AndroidDriver]�[39m Getting process name for webview
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell ps'
[debug] �[35m[AndroidDriver]�[39m Parsed pid: '17580' pkg: 'com.abc.myapp.app.smoketest' from
[debug] �[35m[AndroidDriver]�[39m USER PID PPID VSZ RSS WCHAN ADDR S NAME
[debug] �[35m[AndroidDriver]�[39m u0_a249 17580 996 2452172 195252 SyS_epoll_wait 0 S com.abc.myapp.app.smoketest
[debug] �[35m[AndroidDriver]�[39m Returning process name: 'com.abc.myapp.app.smoketest'
[debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_com.abc.myapp.app.smoketest"]
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_com.abc.myapp.app.smoketest"]
[debug] �[35m[AndroidDriver]�[39m Connecting to chrome-backed webview context 'WEBVIEW_com.abc.myapp.app.smoketest'
[debug] �[35m[AndroidDriver]�[39m A port was not given, using random free port: 8000
[debug] �[35m[AndroidDriver]�[39m Automated Chromedriver download is disabled. Use 'chromedriver_autodownload' server feature to enable it
[debug] �[35m[AndroidDriver]�[39m Before starting chromedriver, androidPackage is 'com.abc.myapp.app.smoketest'
[debug] �[35m[Chromedriver]�[39m Changed state to 'starting'
�[35m[Chromedriver]�[39m Set chromedriver binary as: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver
[debug] �[35m[Chromedriver]�[39m Killing any old chromedrivers, running: pkill -15 -f "/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver.--port=8000"
�[35m[Chromedriver]�[39m No old chromedrivers seem to exist
[debug] �[35m[Chromedriver]�[39m Cleaning any old adb forwarded port socket connections
[debug] �[35m[ADB]�[39m List forwarding ports
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward --list'
�[35m[Chromedriver]�[39m Spawning chromedriver with: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver --url-base=wd/hub --port=8000 --adb-port=5037 --verbose
[debug] �[35m[Chromedriver]�[39m Chromedriver version: '76.0.3809.68'
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8000/wd/hub/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"value":{"build":{"version":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"x86_64","name":"Mac OS X","version":"10.14.6"},"ready":true}}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://127.0.0.1:8000/wd/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.abc.myapp.app.smoketest","androidUseRunningApp":true,"androidDeviceSerial":"5b8beaf1"},"loggingPrefs":{"browser":"ALL"}}}
[debug] �[35m[Chromedriver]�[39m Webview version: 'Chrome/76.0.3809.111'
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"acceptInsecureCerts":false,"acceptSslCerts":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"cssSelectorsEnabled":true,"databaseEnabled":false,"goog:chromeOptions":{"debuggerAddress":"localhost:64778"},"handlesAlerts":true,"hasTouchScreen":true,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"pageLoadStrategy":"normal","platform":"ANDROID","proxy":{},"rotatable":false,"setWindowRect":false,"strictFileInteractability":false,"takesHeapSnapshot":true,"takesScreenshot":true,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"unexpectedAlertBehaviour":"ignore","version":"76.0.3809.111","webStorageEnabled":true}}
[debug] �[35m[WD Proxy]�[39m Updated the downstream protocol to 'MJSONWP' as per session creation request
[debug] �[35m[Chromedriver]�[39m Changed state to 'online'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/info] to [GET http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/appium/device/info] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"857195e4-b4c9-4805-b955-57fd615f526d","sessionId":"2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8","value":{"realDisplaySize":"2048x1536","apiVersion":"26","carrierName":"","platformVersion":"8.0.0","timeZone":"Europe/Berlin","model":"SM-T825","locale":"en_US","brand":"samsung","androidId":"69c61ec0b0685ba8","manufacturer":"samsung","displayDensity":320}}
�[35m[Appium]�[39m New EspressoDriver session created successfully, session bc98a9a3-009a-4366-9222-e75ed51840c0 added to master session list
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1565878312829 (16:11:52 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (bc98a9a3)]�[39m Cached the protocol value 'W3C' for the new session bc98a9a3-009a-4366-9222-e75ed51840c0
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[32m200�[39m �[90m22615 ms - 717�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='LoginPage_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='LoginPage_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m496 ms - 1157�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m197 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m123 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m913 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m64 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m168 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-1"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m144 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-1"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m76 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-1/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect �[39m�[32m200�[39m �[90m92 ms - 117�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-1/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect �[39m�[32m200�[39m �[90m93 ms - 117�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Username_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Username_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-2"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m83 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-2/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear �[39m�[32m200�[39m �[90m197 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-2/value] with body: {"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value �[39m�[32m200�[39m �[90m904 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Username_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Username_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-2"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m33 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-2/attribute/value] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":"drivertest2"}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value �[39m�[32m200�[39m �[90m47 ms - 74�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Password_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Password_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-3"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m103 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-3/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear �[39m�[32m200�[39m �[90m191 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"doe","value":["d","o","e"]}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-3/value] with body: {"text":"doe","value":["d","o","e"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value �[39m�[32m200�[39m �[90m386 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Password_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Password_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-3"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m55 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-3/attribute/value] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":"doe"}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value �[39m�[32m200�[39m �[90m69 ms - 66�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-4"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m102 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-4/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click �[39m�[32m200�[39m �[90m500 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-1"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m41 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-1"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m33 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m121 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='SearchSpringboardCard_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='SearchSpringboardCard_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m86 ms - 1181�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m204 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m39 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m53 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m96 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m494 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-5"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m384 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-5"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m199 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-5/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect �[39m�[32m200�[39m �[90m176 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-5/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect �[39m�[32m200�[39m �[90m230 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-6"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m147 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-6/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click �[39m�[32m200�[39m �[90m1693 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m505 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-7"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m168 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m396 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-7/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":885,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect �[39m�[32m200�[39m �[90m222 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-7/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":885,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect �[39m�[32m200�[39m �[90m60 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Search_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Search_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-8"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m68 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-8/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear �[39m�[32m200�[39m �[90m127 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"hotel","value":["h","o","t","e","l"]}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-8/value] with body: {"text":"hotel","value":["h","o","t","e","l"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value �[39m�[32m200�[39m �[90m1919 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-9"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m1141 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_1']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_1']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-10"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m129 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_2']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_2']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-11"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m711 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_3']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_3']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-12"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m208 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_4']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_4']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-13"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m710 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_5']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_5']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-14"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m375 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_6']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_6']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-15"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m122 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_7']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_7']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-16"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m259 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_8']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_8']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-17"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m192 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_9']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_9']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-18"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m221 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_10']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_10']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-19"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m408 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_11']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_11']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-20"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m420 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_12']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_12']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-21"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m354 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_13']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_13']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-22"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m308 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_14']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_14']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-23"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m296 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_15']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_15']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-24"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m353 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_16']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_16']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-25"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m631 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_17']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_17']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-26"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m542 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_18']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_18']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-27"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m396 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_19']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_19']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-28"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m206 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_20']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_20']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-29"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m170 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_21']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_21']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-30"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m121 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_22']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_22']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-31"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m142 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_23']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_23']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-32"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m128 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_24']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_24']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-33"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m118 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_25']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_25']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='searchItem_testId_25']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='searchItem_testId_25']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m122 ms - 1165�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-34"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m151 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-34/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click �[39m�[32m200�[39m �[90m826 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-35"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m567 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-35"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m133 ms - 162�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-35"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m123 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-35/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect �[39m�[32m200�[39m �[90m212 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-35/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect �[39m�[32m200�[39m �[90m269 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PoiNavigateToButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='PoiNavigateToButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-36"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m248 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-36/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click �[39m�[32m200�[39m �[90m706 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-37"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m930 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-37"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m1306 ms - 162�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-37"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m268 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-37/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect �[39m�[32m200�[39m �[90m339 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-37/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect �[39m�[32m200�[39m �[90m189 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-38"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m214 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-38"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m94 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_1']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_1']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-39"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m91 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_2']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_2']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-40"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m88 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_3']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_3']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='RouteItem_testId_3']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='RouteItem_testId_3']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m175 ms - 1161�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesStartGuidanceButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesStartGuidanceButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-41"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m150 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-41/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click �[39m�[32m200�[39m �[90m632 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-42"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m668 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-42"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m867 ms - 162�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-42"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m628 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-42/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":275,"width":524,"x":71.109375,"y":0}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect �[39m�[32m200�[39m �[90m684 ms - 107�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-42/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":275,"width":524,"x":71.109375,"y":0}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect �[39m�[32m200�[39m �[90m680 ms - 107�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.closeApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] io.appium.espressoserver.EspressoServerRunnerTest:INSTRUMENTATION_RESULT: shortMsg=Process crashed.
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] INSTRUMENTATION_CODE: 0
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell cat /proc/net/unix'
�[35m[Espresso]�[39m Instrumentation process exited with code 0 from signal null
�[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] �[35m[AndroidDriver]�[39m WEBVIEW_17580 mapped to pid 17580
[debug] �[35m[AndroidDriver]�[39m Getting process name for webview
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell ps'
[debug] �[35m[AndroidDriver]�[39m Parsed pid: '17580' pkg: '[d.app.smoketest]' from
[debug] �[35m[AndroidDriver]�[39m USER PID PPID VSZ RSS WCHAN ADDR S NAME
[debug] �[35m[AndroidDriver]�[39m u0_a249 17580 996 0 0 do_exit 0 Z [d.app.smoketest]
[debug] �[35m[AndroidDriver]�[39m Returning process name: '[d.app.smoketest]'
[debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_[d.app.smoketest]"]
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_[d.app.smoketest]"]
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close �[39m�[32m200�[39m �[90m1029 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.launchApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
�[35m[ADB]�[39m Using 'apkanalyzer' from '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]
[debug] �[35m[ADB]�[39m The version name of the installed 'com.abc.myapp.app.smoketest' is greater or equal to the application version name ('1.0.0' >= '1.0.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
�[35m[AndroidDriver]�[39m Performing fast reset on 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm clear com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Retrieving requested permissions
[debug] �[35m[ADB]�[39m Retrieved 8 permission(s) from ["requested"] group(s)
[debug] �[35m[ADB]�[39m Retrieving granted permissions
[debug] �[35m[ADB]�[39m Retrieved 3 permission(s) from ["install","runtime"] group(s)
[debug] �[35m[ADB]�[39m Granting permissions ["android.permission.GET_ACCOUNTS","android.permission.ACCESS_COARSE_LOCATION","android.permission.ACCESS_FINE_LOCATION","android.permission.WRITE_EXTERNAL_STORAGE","android.permission.READ_EXTERNAL_STORAGE"] to 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Got the following command chunks to execute: [["pm","grant","com.abc.myapp.app.smoketest","android.permission.GET_ACCOUNTS",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_COARSE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_FINE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.WRITE_EXTERNAL_STORAGE",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.READ_EXTERNAL_STORAGE",";"]]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm grant com.abc.myapp.app.smoketest android.permission.GET_ACCOUNTS ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_COARSE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_FINE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.WRITE_EXTERNAL_STORAGE ; pm grant com.abc.myapp.app.smoketest android.permission.READ_EXTERNAL_STORAGE ;'
[debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.abc.myapp.app.smoketest' application (stop and clear)
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 uninstall io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'adb uninstall io.appium.espressoserver.test' command output: Success
�[35m[ADB]�[39m io.appium.espressoserver.test was successfully uninstalled
�[35m[Espresso]�[39m Uninstalled the obsolete Espresso server package from the device under test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 4.741s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -W -n com.abc.myapp.app.smoketest/com.abc.myapp.app.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.launchApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch �[39m�[32m200�[39m �[90m14951 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m39 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m23 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m9 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m14 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.closeApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m953 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m1845 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAWkk0lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m3069 ms - 493172�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZzHUlEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m4432 ms - 563668�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZwyklEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m5610 ms - 562876�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZD+klEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m6792 ms - 547580�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m7712 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m8657 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m9601 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m10507 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m11455 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m12379 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close �[39m�[32m200�[39m �[90m12585 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.launchApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]
[debug] �[35m[ADB]�[39m The version name of the installed 'com.abc.myapp.app.smoketest' is greater or equal to the application version name ('1.0.0' >= '1.0.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
�[35m[AndroidDriver]�[39m Performing fast reset on 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm clear com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Retrieving requested permissions
[debug] �[35m[ADB]�[39m Retrieved 8 permission(s) from ["requested"] group(s)
[debug] �[35m[ADB]�[39m Retrieving granted permissions
[debug] �[35m[ADB]�[39m Retrieved 3 permission(s) from ["install","runtime"] group(s)
[debug] �[35m[ADB]�[39m Granting permissions ["android.permission.GET_ACCOUNTS","android.permission.ACCESS_COARSE_LOCATION","android.permission.ACCESS_FINE_LOCATION","android.permission.WRITE_EXTERNAL_STORAGE","android.permission.READ_EXTERNAL_STORAGE"] to 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Got the following command chunks to execute: [["pm","grant","com.abc.myapp.app.smoketest","android.permission.GET_ACCOUNTS",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_COARSE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_FINE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.WRITE_EXTERNAL_STORAGE",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.READ_EXTERNAL_STORAGE",";"]]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm grant com.abc.myapp.app.smoketest android.permission.GET_ACCOUNTS ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_COARSE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_FINE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.WRITE_EXTERNAL_STORAGE ; pm grant com.abc.myapp.app.smoketest android.permission.READ_EXTERNAL_STORAGE ;'
[debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.abc.myapp.app.smoketest' application (stop and clear)
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 uninstall io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'adb uninstall io.appium.espressoserver.test' command output: Success
�[35m[ADB]�[39m io.appium.espressoserver.test was successfully uninstalled
�[35m[Espresso]�[39m Uninstalled the obsolete Espresso server package from the device under test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 5.275s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -W -n com.abc.myapp.app.smoketest/com.abc.myapp.app.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.launchApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch �[39m�[32m200�[39m �[90m15555 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m18 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m9 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m8 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m8 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.closeApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m775 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m1602 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAW+MklEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m2770 ms - 501916�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZw00lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m4087 ms - 562888�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZu70lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m6057 ms - 562244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZFSUlEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m7341 ms - 548028�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m8371 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close �[39m�[32m200�[39m �[90m8573 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log/types�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLogTypes() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAA6B0lEQVR4AezBAQ3AQBAEoen59/zVsQnwVS8AAAAAAAAAYNoFAAAAAAAAAMy7AAAAAAAAAIB5FwAAAAAAAAAw7wIAAAAAAAAA5l0AAAAAAAAAwLwLAAAAAAAAAJh3AQAAAAAAAADzLgAAAAAAAABg3gUAAAAAAAAAzLsAAAAAAAAAgHkXAAAAAAAAADDvAgAAAAAAAADmXQAAAAAAAADAvAsAAAAAAAAAmHcBAAAAAAAAAPMuAAAAAAAAAGDeBQAAAAAAAADMuwAAAAAAAACAeRcAAAAAAAAAMO8CAAAAAAAAAOZdAAAAAAAAAMC8CwAAAAAAAACYdwEAAAAAAAAA8y4AAAAAAAAAYN4FAAAAAAAAAMy7AAAAAAAAAIB5FwAAAAAAAAAw7wIAAAAAAAAA5l0AAAAAAAAAwLwLAAAAAAAAAJh3AQAAAAAAAADzLgAAAAAAAABg3gUAAAAAAAAAzLsAAAAAAAAAgHkXAAAAAAAAADDvAgAAAAAAAADmXQAAAAAAAADAvAsAAAAAAAAAmHcBAAAAAAAAAPMuAAAAAAAAAGDeBQAAAAAAAADMuwAAAAAAAACAeRcAAAAAAAAAMO8CAAAAAAAAAOZdAAAAAAAAAMC8CwAAAAAAAACYdwEAAAAAAAAA8y4AAAAAAAAAYN4FAAAAAAAAAMy7AAAAAAAAAIB5FwAAAAAAAAAw7wIAAAAAAAAA5l0AAAAAAAAAwLwLAAAAAAAAAJh3AQAAAAAAAADzLgAAAAAAAABg3gUAAAAAAAAAzLsAAAAAAAAAgHkXAAAAAAAAADDvAgAAAAAAAADmXQAAAAAAAADAvAsAAAAAAAAAmHcBAAAAAAAAAPMuAAAAAAAAAGDeBQAAAAAAAADMuwAAAAAAAACAeRcAAAAAAAAAMO8CAAAAAAAAAOZdAAAAAAAAAMC8CwAAAAAAAACYdwEAAAAAAAAA8y4AAAAAAAAAYN4F...
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLogTypes() result: ["logcat","bugreport","server"]
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m9564 ms - 19896�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log/types �[39m�[32m200�[39m �[90m984 ms - 41�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"bugreport"}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLog() with args: ["bugreport","bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"logcat"}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLog() with args: ["logcat","bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"server"}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLog() with args: ["server","bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[BaseDriver]�[39m Retrieving 'bugreport' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 bugreport'
[debug] �[35m[BaseDriver]�[39m Retrieving 'logcat' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565878480452,"level":"ALL","message":"/data/user_de/0/com.android.shell/files/bugreports/bugreport-2019-08-15-16-13-23.zip: 1 file pulled. 14.3 MB/s (4845522 bytes in 0.323s)"}]
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log �[39m�[32m200�[39m �[90m77183 ms - 202�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[BaseDriver]�[39m Retrieving 'server' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager$3.run(LogManager.java:390)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager$3.run(LogManager.java:388)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.security.AccessController.doPrivileged(AccessController.java:67)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager.readPrimordialConfiguration(LogManager.java:387)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager.-wrap5(Unknown Source:0)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager$2.run(LogManager.java:336)"},{"timestamp":1565878354274,"level":"AL...
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log �[39m�[32m200�[39m �[90m77234 ms - 1787874�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565878480455,"level":"ALL","message":"[Appium] Welcome to Appium v1.14.1"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] Non-default server args:"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] allowInsecure: {"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] 0: get_server_logs"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] }"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] Appium REST http interface listener started on 0.0.0.0:4723"},{"timestamp":1565878480455,"level":"ALL","message":"[HTTP] \u001b[37m-->\u001b[39m \u001b[37mPOST\u001b[39m \u001b[37m/wd/hub/session\u001b[39m"},{"timestamp":1565878480455,"level":"ALL","message":"[HTTP] \u001b[90m{"capabilities":{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.Mai...
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log �[39m�[32m200�[39m �[90m77244 ms - 299649�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.deleteSession() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionRequested' logged at 1565878480587 (16:14:40 GMT+0200 (Central European Summer Time))
�[35m[Appium]�[39m Removing session bc98a9a3-009a-4366-9222-e75ed51840c0 from our master session list
[debug] �[35m[Espresso]�[39m Deleting espresso session
[debug] �[35m[Espresso]�[39m Deleting Espresso server session
[debug] �[35m[WD Proxy]�[39m Matched '/' to command name 'deleteSession'
[debug] �[35m[WD Proxy]�[39m Proxying [DELETE /] to [DELETE http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8] with no body
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
�[35m[Espresso]�[39m Did not get confirmation Espresso deleteSession worked; Error was: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[Logcat]�[39m Stopping logcat capture
[debug] �[35m[ADB]�[39m Removing forwarded port socket connection: 8300
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward --remove tcp:8300'
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionFinished' logged at 1565878480779 (16:14:40 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (bc98a9a3)]�[39m Received response: null
[debug] �[35m[W3C (bc98a9a3)]�[39m But deleting session, so not returning
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.deleteSession() result: null
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0 �[39m�[32m200�[39m �[90m194 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[Appium]�[39m Received SIGTERM - shutting down

@ania-s
Copy link
Author

ania-s commented Aug 16, 2019

@KazuCocoa please find the log below:

�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
�[35m[HTTP]�[39m �[90m{"capabilities":{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}}},"firstMatch":[{}]},"desiredCapabilities":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}}},null,{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"...
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1565878290220 (16:11:30 GMT+0200 (Central European Summer Time))
�[35m[BaseDriver]�[39m The capabilities ["automationName","chromedriverExecutable","nativeWebScreenshot","forceEspressoRebuild","appActivity","appPackage","autoWebview","autoGrantPermissions","deviceName","app"] are not standard capabilities and should have an extension prefix
�[35m[Appium]�[39m Appium v1.14.1 creating new EspressoDriver (v1.15.0) session
�[35m[Appium]�[39m Capabilities:
�[35m[Appium]�[39m automationName: Espresso
�[35m[Appium]�[39m chromedriverExecutable: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver
�[35m[Appium]�[39m nativeWebScreenshot: true
�[35m[Appium]�[39m forceEspressoRebuild: true
�[35m[Appium]�[39m appActivity: com.abc.myapp.app.MainActivity
�[35m[Appium]�[39m appPackage: com.abc.myapp.app.smoketest
�[35m[Appium]�[39m autoWebview: true
�[35m[Appium]�[39m autoGrantPermissions: true
�[35m[Appium]�[39m platformName: Android
�[35m[Appium]�[39m deviceName: Galaxy Tab S3
�[35m[Appium]�[39m app: /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
�[35m[Appium]�[39m cjson:metadata: {
�[35m[Appium]�[39m browser: {
�[35m[Appium]�[39m name: chrome
�[35m[Appium]�[39m version: unknown
�[35m[Appium]�[39m }
�[35m[Appium]�[39m device: Galaxy Tab S3
�[35m[Appium]�[39m platform: {
�[35m[Appium]�[39m name: android
�[35m[Appium]�[39m version: 8.0.0
�[35m[Appium]�[39m }
�[35m[Appium]�[39m }
�[35m[Appium]�[39m Explicitly enabling use of insecure features:
�[35m[Appium]�[39m get_server_logs
[debug] �[35m[BaseDriver]�[39m W3C capabilities and MJSONWP desired capabilities were provided
[debug] �[35m[BaseDriver]�[39m Creating session with W3C capabilities: {
[debug] �[35m[BaseDriver]�[39m "alwaysMatch": {
[debug] �[35m[BaseDriver]�[39m "appium:automationName": "Espresso",
[debug] �[35m[BaseDriver]�[39m "appium:chromedriverExecutable": "/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver",
[debug] �[35m[BaseDriver]�[39m "appium:nativeWebScreenshot": true,
[debug] �[35m[BaseDriver]�[39m "appium:forceEspressoRebuild": true,
[debug] �[35m[BaseDriver]�[39m "appium:appActivity": "com.abc.myapp.app.MainActivity",
[debug] �[35m[BaseDriver]�[39m "appium:appPackage": "com.abc.myapp.app.smoketest",
[debug] �[35m[BaseDriver]�[39m "appium:autoWebview": true,
[debug] �[35m[BaseDriver]�[39m "appium:autoGrantPermissions": true,
[debug] �[35m[BaseDriver]�[39m "platformName": "Android",
[debug] �[35m[BaseDriver]�[39m "appium:deviceName": "Galaxy Tab S3",
[debug] �[35m[BaseDriver]�[39m "appium:app": "/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk",
[debug] �[35m[BaseDriver]�[39m "cjson:metadata": {
[debug] �[35m[BaseDriver]�[39m "browser": {
[debug] �[35m[BaseDriver]�[39m "name": "chrome",
[debug] �[35m[BaseDriver]�[39m "version": "unknown"
[debug] �[35m[BaseDriver]�[39m },
[debug] �[35m[BaseDriver]�[39m "device": "Galaxy Tab S3",
[debug] �[35m[BaseDriver]�[39m "platform": {
[debug] �[35m[BaseDriver]�[39m "name": "android",
[debug] �[35m[BaseDriver]�[39m "version": "8.0.0"
[debug] �[35m[BaseDriver]�[39m }
[debug] �[35m[BaseDriver]�[39m }
[debug] �[35m[BaseDriver]�[39m },
[debug] �[35m[BaseDriver]�[39m "firstMatch": [
[debug] �[35m[BaseDriver]�[39m {}
[debug] �[35m[BaseDriver]�[39m ]
[debug] �[35m[BaseDriver]�[39m }
�[35m[BaseDriver]�[39m The following capabilities were provided, but are not recognized by Appium:
�[35m[BaseDriver]�[39m cjson:metadata
�[35m[BaseDriver]�[39m Session created with session id: bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[BaseDriver]�[39m Using local app '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
[debug] �[35m[Espresso]�[39m Checking whether app is actually present
�[35m[Espresso]�[39m EspressoDriver version: 1.15.0
�[35m[ADB]�[39m Found 1 'build-tools' folders under '/Users/userA/Library/Android/sdk' (newest first):
�[35m[ADB]�[39m /Users/userA/Library/Android/sdk/build-tools/28.0.3
�[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb'
�[35m[AndroidDriver]�[39m Retrieving device list
[debug] �[35m[ADB]�[39m Trying to find a connected android device
[debug] �[35m[ADB]�[39m Getting connected devices...
[debug] �[35m[ADB]�[39m 1 device(s) connected
�[35m[AndroidDriver]�[39m Using device: 5b8beaf1
�[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb'
[debug] �[35m[ADB]�[39m Setting device id to 5b8beaf1
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell getprop ro.build.version.sdk'
[debug] �[35m[ADB]�[39m Current device property 'ro.build.version.sdk': 26
[debug] �[35m[ADB]�[39m Device API level: 26
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 wait-for-device'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell echo ping'
[debug] �[35m[AndroidDriver]�[39m Pushing settings apk to device...
[debug] �[35m[ADB]�[39m Getting install status for io.appium.settings
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.settings'
[debug] �[35m[ADB]�[39m 'io.appium.settings' is not installed
[debug] �[35m[ADB]�[39m App '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is not installed
[debug] �[35m[ADB]�[39m Installing '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is already cached to '/data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install -g /data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk'
�[35m[ADB]�[39m The installation of 'settings_apk-debug.apk' took 2.298s
[debug] �[35m[ADB]�[39m Install command stdout: Success
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'pgrep --help; echo $?''
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell appops set io.appium.settings android:mock_location allow'
[debug] �[35m[Logcat]�[39m Starting logcat capture
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global animator_duration_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global transition_animation_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global window_animation_scale'
[debug] �[35m[Espresso]�[39m Forwarding Espresso Server port 6791 to 8300
[debug] �[35m[ADB]�[39m Forwarding system: 8300 to device: 6791
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward tcp:8300 tcp:6791'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys window'
�[35m[AndroidDriver]�[39m Screen already unlocked, doing nothing
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
�[35m[ADB]�[39m Using 'apksigner' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is not installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is not installed
[debug] �[35m[ADB]�[39m App '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is not installed
[debug] �[35m[ADB]�[39m Installing '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already cached to '/data/local/tmp/appium_cache/78790cff5462c96ea8138758d87933ffe1a5faa9.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install -g /data/local/tmp/appium_cache/78790cff5462c96ea8138758d87933ffe1a5faa9.apk'
�[35m[ADB]�[39m The installation of 'app-smoketest-debug.apk' took 3.304s
[debug] �[35m[ADB]�[39m Install command stdout: Success
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
�[35m[ADB]�[39m Using 'aapt2' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2'
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
�[35m[ADB]�[39m Using 'aapt' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt'
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
�[35m[ADB]�[39m Using 'zipalign' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/zipalign'
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
�[35m[ADB]�[39m io.appium.espressoserver.test was not uninstalled, because it was not present on the device
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 4.067s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[Espresso]�[39m Performing cleanup of automation leftovers
[debug] �[35m[Espresso]�[39m No obsolete sessions have been detected (Error: socket hang up)
�[35m[Espresso]�[39m Starting Espresso Server v1.15.0 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
[debug] �[35m[ADB]�[39m Creating ADB subprocess with args: ["-P",5037,"-s","5b8beaf1","shell","am","instrument","-w","-e","debug","false","io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT]
�[35m[Espresso]�[39m Waiting for Espresso to be online...
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8300/status] with no body
�[35m[WD Proxy]�[39m Got an unexpected response: {"id":"3b6a5eba-9c54-4d3b-b3f3-15e4141d69f9","sessionId":null,"value":{"error":"unknown error","message":"kotlin.KotlinNullPointerException","stacktrace":"io.appium.espressoserver.lib.handlers.exceptions.AppiumException: kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.response.AppiumResponse.init(AppiumResponse.kt:49)\n\tat io.appium.espressoserver.lib.http.response.AppiumResponse.\u003cinit\u003e(AppiumResponse.kt:34)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:53)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\nCaused by: kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:49)\n\t... 3 more\n"}}
[debug] �[35m[W3C]�[39m Matched W3C error code 'unknown error' to UnknownError
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8300/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"b62b56f5-0e68-4820-ab1c-500fdc143812","sessionId":null,"value":null}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://localhost:8300/session] with body: {"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0...
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"7a67f49f-d3d9-44dd-a735-23bf36bb2e66","sessionId":"2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8","value":{"capabilities":{"alwaysMatch":{},"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android"...
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C' per session creation request
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'echo "com.abc.myapp.app.smoketest" > "/data/local/tmp/espresso.apppackage"''
�[35m[Espresso]�[39m Recorded the target application package 'com.abc.myapp.app.smoketest' to /data/local/tmp/espresso.apppackage
[debug] �[35m[ADB]�[39m Waiting up to 20000ms for activity matching pkg: 'com.abc.myapp.app.smoketest' and activity: 'com.abc.myapp.app.MainActivity' to be focused
[debug] �[35m[ADB]�[39m Possible activities, to be checked: 'com.abc.myapp.app.MainActivity', 'com.abc.myapp.app.smoketest.com.abc.myapp.app.MainActivity'
[debug] �[35m[ADB]�[39m Getting focused package and activity
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys window windows'
[debug] �[35m[ADB]�[39m Found package: 'com.abc.myapp.app.smoketest' and fully qualified activity name : 'com.abc.myapp.app.MainActivity'
�[35m[Espresso]�[39m Setting webview to context 'WEBVIEW_com.abc.myapp.app.smoketest' with timeout 2000ms
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell cat /proc/net/unix'
�[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] �[35m[AndroidDriver]�[39m WEBVIEW_17580 mapped to pid 17580
[debug] �[35m[AndroidDriver]�[39m Getting process name for webview
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell ps'
[debug] �[35m[AndroidDriver]�[39m Parsed pid: '17580' pkg: 'com.abc.myapp.app.smoketest' from
[debug] �[35m[AndroidDriver]�[39m USER PID PPID VSZ RSS WCHAN ADDR S NAME
[debug] �[35m[AndroidDriver]�[39m u0_a249 17580 996 2452172 195252 SyS_epoll_wait 0 S com.abc.myapp.app.smoketest
[debug] �[35m[AndroidDriver]�[39m Returning process name: 'com.abc.myapp.app.smoketest'
[debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_com.abc.myapp.app.smoketest"]
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_com.abc.myapp.app.smoketest"]
[debug] �[35m[AndroidDriver]�[39m Connecting to chrome-backed webview context 'WEBVIEW_com.abc.myapp.app.smoketest'
[debug] �[35m[AndroidDriver]�[39m A port was not given, using random free port: 8000
[debug] �[35m[AndroidDriver]�[39m Automated Chromedriver download is disabled. Use 'chromedriver_autodownload' server feature to enable it
[debug] �[35m[AndroidDriver]�[39m Before starting chromedriver, androidPackage is 'com.abc.myapp.app.smoketest'
[debug] �[35m[Chromedriver]�[39m Changed state to 'starting'
�[35m[Chromedriver]�[39m Set chromedriver binary as: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver
[debug] �[35m[Chromedriver]�[39m Killing any old chromedrivers, running: pkill -15 -f "/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver.--port=8000"
�[35m[Chromedriver]�[39m No old chromedrivers seem to exist
[debug] �[35m[Chromedriver]�[39m Cleaning any old adb forwarded port socket connections
[debug] �[35m[ADB]�[39m List forwarding ports
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward --list'
�[35m[Chromedriver]�[39m Spawning chromedriver with: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver --url-base=wd/hub --port=8000 --adb-port=5037 --verbose
[debug] �[35m[Chromedriver]�[39m Chromedriver version: '76.0.3809.68'
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8000/wd/hub/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"value":{"build":{"version":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"x86_64","name":"Mac OS X","version":"10.14.6"},"ready":true}}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://127.0.0.1:8000/wd/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.abc.myapp.app.smoketest","androidUseRunningApp":true,"androidDeviceSerial":"5b8beaf1"},"loggingPrefs":{"browser":"ALL"}}}
[debug] �[35m[Chromedriver]�[39m Webview version: 'Chrome/76.0.3809.111'
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"acceptInsecureCerts":false,"acceptSslCerts":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"cssSelectorsEnabled":true,"databaseEnabled":false,"goog:chromeOptions":{"debuggerAddress":"localhost:64778"},"handlesAlerts":true,"hasTouchScreen":true,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"pageLoadStrategy":"normal","platform":"ANDROID","proxy":{},"rotatable":false,"setWindowRect":false,"strictFileInteractability":false,"takesHeapSnapshot":true,"takesScreenshot":true,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"unexpectedAlertBehaviour":"ignore","version":"76.0.3809.111","webStorageEnabled":true}}
[debug] �[35m[WD Proxy]�[39m Updated the downstream protocol to 'MJSONWP' as per session creation request
[debug] �[35m[Chromedriver]�[39m Changed state to 'online'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/info] to [GET http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/appium/device/info] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"857195e4-b4c9-4805-b955-57fd615f526d","sessionId":"2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8","value":{"realDisplaySize":"2048x1536","apiVersion":"26","carrierName":"","platformVersion":"8.0.0","timeZone":"Europe/Berlin","model":"SM-T825","locale":"en_US","brand":"samsung","androidId":"69c61ec0b0685ba8","manufacturer":"samsung","displayDensity":320}}
�[35m[Appium]�[39m New EspressoDriver session created successfully, session bc98a9a3-009a-4366-9222-e75ed51840c0 added to master session list
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1565878312829 (16:11:52 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (bc98a9a3)]�[39m Cached the protocol value 'W3C' for the new session bc98a9a3-009a-4366-9222-e75ed51840c0
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[32m200�[39m �[90m22615 ms - 717�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='LoginPage_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='LoginPage_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m496 ms - 1157�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m197 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m123 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m913 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m64 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m168 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-1"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m144 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-1"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m76 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-1/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect �[39m�[32m200�[39m �[90m92 ms - 117�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-1/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect �[39m�[32m200�[39m �[90m93 ms - 117�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Username_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Username_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-2"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m83 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-2/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear �[39m�[32m200�[39m �[90m197 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-2/value] with body: {"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value �[39m�[32m200�[39m �[90m904 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Username_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Username_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-2"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m33 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-2/attribute/value] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":"drivertest2"}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value �[39m�[32m200�[39m �[90m47 ms - 74�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Password_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Password_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-3"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m103 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-3/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear �[39m�[32m200�[39m �[90m191 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"doe","value":["d","o","e"]}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-3/value] with body: {"text":"doe","value":["d","o","e"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value �[39m�[32m200�[39m �[90m386 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Password_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Password_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-3"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m55 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-3/attribute/value] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":"doe"}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value �[39m�[32m200�[39m �[90m69 ms - 66�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-4"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m102 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-4/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click �[39m�[32m200�[39m �[90m500 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-1"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m41 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-1"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m33 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m121 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='SearchSpringboardCard_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='SearchSpringboardCard_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m86 ms - 1181�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m204 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m39 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m53 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m96 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m494 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-5"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m384 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-5"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m199 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-5/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect �[39m�[32m200�[39m �[90m176 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-5/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect �[39m�[32m200�[39m �[90m230 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-6"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m147 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-6/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click �[39m�[32m200�[39m �[90m1693 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m505 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-7"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m168 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m396 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-7/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":885,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect �[39m�[32m200�[39m �[90m222 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-7/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":885,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect �[39m�[32m200�[39m �[90m60 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Search_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Search_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-8"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m68 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-8/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear �[39m�[32m200�[39m �[90m127 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"hotel","value":["h","o","t","e","l"]}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-8/value] with body: {"text":"hotel","value":["h","o","t","e","l"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value �[39m�[32m200�[39m �[90m1919 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-9"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m1141 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_1']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_1']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-10"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m129 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_2']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_2']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-11"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m711 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_3']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_3']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-12"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m208 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_4']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_4']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-13"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m710 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_5']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_5']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-14"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m375 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_6']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_6']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-15"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m122 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_7']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_7']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-16"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m259 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_8']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_8']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-17"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m192 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_9']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_9']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-18"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m221 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_10']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_10']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-19"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m408 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_11']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_11']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-20"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m420 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_12']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_12']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-21"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m354 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_13']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_13']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-22"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m308 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_14']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_14']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-23"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m296 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_15']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_15']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-24"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m353 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_16']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_16']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-25"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m631 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_17']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_17']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-26"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m542 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_18']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_18']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-27"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m396 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_19']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_19']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-28"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m206 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_20']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_20']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-29"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m170 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_21']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_21']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-30"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m121 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_22']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_22']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-31"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m142 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_23']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_23']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-32"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m128 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_24']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_24']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-33"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m118 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_25']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_25']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='searchItem_testId_25']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='searchItem_testId_25']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m122 ms - 1165�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-34"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m151 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-34/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click �[39m�[32m200�[39m �[90m826 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-35"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m567 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-35"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m133 ms - 162�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-35"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m123 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-35/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect �[39m�[32m200�[39m �[90m212 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-35/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect �[39m�[32m200�[39m �[90m269 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PoiNavigateToButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='PoiNavigateToButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-36"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m248 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-36/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click �[39m�[32m200�[39m �[90m706 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-37"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m930 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-37"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m1306 ms - 162�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-37"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m268 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-37/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect �[39m�[32m200�[39m �[90m339 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-37/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect �[39m�[32m200�[39m �[90m189 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-38"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m214 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-38"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m94 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_1']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_1']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-39"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m91 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_2']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_2']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-40"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m88 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_3']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_3']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='RouteItem_testId_3']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='RouteItem_testId_3']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m175 ms - 1161�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesStartGuidanceButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesStartGuidanceButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-41"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m150 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-41/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click �[39m�[32m200�[39m �[90m632 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-42"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m668 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-42"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m867 ms - 162�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-42"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m628 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-42/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":275,"width":524,"x":71.109375,"y":0}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect �[39m�[32m200�[39m �[90m684 ms - 107�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-42/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":275,"width":524,"x":71.109375,"y":0}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect �[39m�[32m200�[39m �[90m680 ms - 107�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.closeApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] io.appium.espressoserver.EspressoServerRunnerTest:INSTRUMENTATION_RESULT: shortMsg=Process crashed.
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] INSTRUMENTATION_CODE: 0
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell cat /proc/net/unix'
�[35m[Espresso]�[39m Instrumentation process exited with code 0 from signal null
�[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] �[35m[AndroidDriver]�[39m WEBVIEW_17580 mapped to pid 17580
[debug] �[35m[AndroidDriver]�[39m Getting process name for webview
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell ps'
[debug] �[35m[AndroidDriver]�[39m Parsed pid: '17580' pkg: '[d.app.smoketest]' from
[debug] �[35m[AndroidDriver]�[39m USER PID PPID VSZ RSS WCHAN ADDR S NAME
[debug] �[35m[AndroidDriver]�[39m u0_a249 17580 996 0 0 do_exit 0 Z [d.app.smoketest]
[debug] �[35m[AndroidDriver]�[39m Returning process name: '[d.app.smoketest]'
[debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_[d.app.smoketest]"]
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_[d.app.smoketest]"]
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close �[39m�[32m200�[39m �[90m1029 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.launchApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
�[35m[ADB]�[39m Using 'apkanalyzer' from '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]
[debug] �[35m[ADB]�[39m The version name of the installed 'com.abc.myapp.app.smoketest' is greater or equal to the application version name ('1.0.0' >= '1.0.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
�[35m[AndroidDriver]�[39m Performing fast reset on 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm clear com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Retrieving requested permissions
[debug] �[35m[ADB]�[39m Retrieved 8 permission(s) from ["requested"] group(s)
[debug] �[35m[ADB]�[39m Retrieving granted permissions
[debug] �[35m[ADB]�[39m Retrieved 3 permission(s) from ["install","runtime"] group(s)
[debug] �[35m[ADB]�[39m Granting permissions ["android.permission.GET_ACCOUNTS","android.permission.ACCESS_COARSE_LOCATION","android.permission.ACCESS_FINE_LOCATION","android.permission.WRITE_EXTERNAL_STORAGE","android.permission.READ_EXTERNAL_STORAGE"] to 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Got the following command chunks to execute: [["pm","grant","com.abc.myapp.app.smoketest","android.permission.GET_ACCOUNTS",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_COARSE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_FINE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.WRITE_EXTERNAL_STORAGE",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.READ_EXTERNAL_STORAGE",";"]]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm grant com.abc.myapp.app.smoketest android.permission.GET_ACCOUNTS ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_COARSE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_FINE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.WRITE_EXTERNAL_STORAGE ; pm grant com.abc.myapp.app.smoketest android.permission.READ_EXTERNAL_STORAGE ;'
[debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.abc.myapp.app.smoketest' application (stop and clear)
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 uninstall io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'adb uninstall io.appium.espressoserver.test' command output: Success
�[35m[ADB]�[39m io.appium.espressoserver.test was successfully uninstalled
�[35m[Espresso]�[39m Uninstalled the obsolete Espresso server package from the device under test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 4.741s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -W -n com.abc.myapp.app.smoketest/com.abc.myapp.app.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.launchApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch �[39m�[32m200�[39m �[90m14951 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m39 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m23 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m9 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m14 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.closeApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m953 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m1845 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAWkk0lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m3069 ms - 493172�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZzHUlEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m4432 ms - 563668�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZwyklEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m5610 ms - 562876�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZD+klEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m6792 ms - 547580�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m7712 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m8657 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m9601 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m10507 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m11455 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m12379 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close �[39m�[32m200�[39m �[90m12585 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.launchApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]
[debug] �[35m[ADB]�[39m The version name of the installed 'com.abc.myapp.app.smoketest' is greater or equal to the application version name ('1.0.0' >= '1.0.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
�[35m[AndroidDriver]�[39m Performing fast reset on 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm clear com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Retrieving requested permissions
[debug] �[35m[ADB]�[39m Retrieved 8 permission(s) from ["requested"] group(s)
[debug] �[35m[ADB]�[39m Retrieving granted permissions
[debug] �[35m[ADB]�[39m Retrieved 3 permission(s) from ["install","runtime"] group(s)
[debug] �[35m[ADB]�[39m Granting permissions ["android.permission.GET_ACCOUNTS","android.permission.ACCESS_COARSE_LOCATION","android.permission.ACCESS_FINE_LOCATION","android.permission.WRITE_EXTERNAL_STORAGE","android.permission.READ_EXTERNAL_STORAGE"] to 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Got the following command chunks to execute: [["pm","grant","com.abc.myapp.app.smoketest","android.permission.GET_ACCOUNTS",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_COARSE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_FINE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.WRITE_EXTERNAL_STORAGE",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.READ_EXTERNAL_STORAGE",";"]]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm grant com.abc.myapp.app.smoketest android.permission.GET_ACCOUNTS ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_COARSE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_FINE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.WRITE_EXTERNAL_STORAGE ; pm grant com.abc.myapp.app.smoketest android.permission.READ_EXTERNAL_STORAGE ;'
[debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.abc.myapp.app.smoketest' application (stop and clear)
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 uninstall io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'adb uninstall io.appium.espressoserver.test' command output: Success
�[35m[ADB]�[39m io.appium.espressoserver.test was successfully uninstalled
�[35m[Espresso]�[39m Uninstalled the obsolete Espresso server package from the device under test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 5.275s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -W -n com.abc.myapp.app.smoketest/com.abc.myapp.app.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.launchApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch �[39m�[32m200�[39m �[90m15555 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m18 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m9 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m8 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m8 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.closeApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m775 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m1602 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAW+MklEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m2770 ms - 501916�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZw00lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m4087 ms - 562888�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZu70lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m6057 ms - 562244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZFSUlEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m7341 ms - 548028�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m8371 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close �[39m�[32m200�[39m �[90m8573 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log/types�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLogTypes() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAA6B0lEQVR4AezBAQ3AQBAEoen59/zVsQnwVS8AAAAAAAAAYNoFAAAAAAAAAMy7AAAAAAAAAIB5FwAAAAAAAAAw7wIAAAAAAAAA5l0AAAAAAAAAwLwLAAAAAAAAAJh3AQAAAAAAAADzLgAAAAAAAABg3gUAAAAAAAAAzLsAAAAAAAAAgHkXAAAAAAAAADDvAgAAAAAAAADmXQAAAAAAAADAvAsAAAAAAAAAmHcBAAAAAAAAAPMuAAAAAAAAAGDeBQAAAAAAAADMuwAAAAAAAACAeRcAAAAAAAAAMO8CAAAAAAAAAOZdAAAAAAAAAMC8CwAAAAAAAACYdwEAAAAAAAAA8y4AAAAAAAAAYN4FAAAAAAAAAMy7AAAAAAAAAIB5FwAAAAAAAAAw7wIAAAAAAAAA5l0AAAAAAAAAwLwLAAAAAAAAAJh3AQAAAAAAAADzLgAAAAAAAABg3gUAAAAAAAAAzLsAAAAAAAAAgHkXAAAAAAAAADDvAgAAAAAAAADmXQAAAAAAAADAvAsAAAAAAAAAmHcBAAAAAAAAAPMuAAAAAAAAAGDeBQAAAAAAAADMuwAAAAAAAACAeRcAAAAAAAAAMO8CAAAAAAAAAOZdAAAAAAAAAMC8CwAAAAAAAACYdwEAAAAAAAAA8y4AAAAAAAAAYN4FAAAAAAAAAMy7AAAAAAAAAIB5FwAAAAAAAAAw7wIAAAAAAAAA5l0AAAAAAAAAwLwLAAAAAAAAAJh3AQAAAAAAAADzLgAAAAAAAABg3gUAAAAAAAAAzLsAAAAAAAAAgHkXAAAAAAAAADDvAgAAAAAAAADmXQAAAAAAAADAvAsAAAAAAAAAmHcBAAAAAAAAAPMuAAAAAAAAAGDeBQAAAAAAAADMuwAAAAAAAACAeRcAAAAAAAAAMO8CAAAAAAAAAOZdAAAAAAAAAMC8CwAAAAAAAACYdwEAAAAAAAAA8y4AAAAAAAAAYN4F...
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLogTypes() result: ["logcat","bugreport","server"]
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m9564 ms - 19896�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log/types �[39m�[32m200�[39m �[90m984 ms - 41�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"bugreport"}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLog() with args: ["bugreport","bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"logcat"}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLog() with args: ["logcat","bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"server"}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLog() with args: ["server","bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[BaseDriver]�[39m Retrieving 'bugreport' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 bugreport'
[debug] �[35m[BaseDriver]�[39m Retrieving 'logcat' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565878480452,"level":"ALL","message":"/data/user_de/0/com.android.shell/files/bugreports/bugreport-2019-08-15-16-13-23.zip: 1 file pulled. 14.3 MB/s (4845522 bytes in 0.323s)"}]
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log �[39m�[32m200�[39m �[90m77183 ms - 202�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[BaseDriver]�[39m Retrieving 'server' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager$3.run(LogManager.java:390)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager$3.run(LogManager.java:388)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.security.AccessController.doPrivileged(AccessController.java:67)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager.readPrimordialConfiguration(LogManager.java:387)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager.-wrap5(Unknown Source:0)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager$2.run(LogManager.java:336)"},{"timestamp":1565878354274,"level":"AL...
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log �[39m�[32m200�[39m �[90m77234 ms - 1787874�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565878480455,"level":"ALL","message":"[Appium] Welcome to Appium v1.14.1"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] Non-default server args:"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] allowInsecure: {"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] 0: get_server_logs"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] }"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] Appium REST http interface listener started on 0.0.0.0:4723"},{"timestamp":1565878480455,"level":"ALL","message":"[HTTP] \u001b[37m-->\u001b[39m \u001b[37mPOST\u001b[39m \u001b[37m/wd/hub/session\u001b[39m"},{"timestamp":1565878480455,"level":"ALL","message":"[HTTP] \u001b[90m{"capabilities":{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.Mai...
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log �[39m�[32m200�[39m �[90m77244 ms - 299649�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.deleteSession() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionRequested' logged at 1565878480587 (16:14:40 GMT+0200 (Central European Summer Time))
�[35m[Appium]�[39m Removing session bc98a9a3-009a-4366-9222-e75ed51840c0 from our master session list
[debug] �[35m[Espresso]�[39m Deleting espresso session
[debug] �[35m[Espresso]�[39m Deleting Espresso server session
[debug] �[35m[WD Proxy]�[39m Matched '/' to command name 'deleteSession'
[debug] �[35m[WD Proxy]�[39m Proxying [DELETE /] to [DELETE http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8] with no body
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
�[35m[Espresso]�[39m Did not get confirmation Espresso deleteSession worked; Error was: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[Logcat]�[39m Stopping logcat capture
[debug] �[35m[ADB]�[39m Removing forwarded port socket connection: 8300
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward --remove tcp:8300'
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionFinished' logged at 1565878480779 (16:14:40 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (bc98a9a3)]�[39m Received response: null
[debug] �[35m[W3C (bc98a9a3)]�[39m But deleting session, so not returning
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.deleteSession() result: null
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0 �[39m�[32m200�[39m �[90m194 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[Appium]�[39m Received SIGTERM - shutting down

@ania-s
Copy link
Author

ania-s commented Aug 16, 2019

@KazuCocoa please find the log below:

�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
�[35m[HTTP]�[39m �[90m{"capabilities":{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}}},"firstMatch":[{}]},"desiredCapabilities":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}}},null,{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"...
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1565878290220 (16:11:30 GMT+0200 (Central European Summer Time))
�[35m[BaseDriver]�[39m The capabilities ["automationName","chromedriverExecutable","nativeWebScreenshot","forceEspressoRebuild","appActivity","appPackage","autoWebview","autoGrantPermissions","deviceName","app"] are not standard capabilities and should have an extension prefix
�[35m[Appium]�[39m Appium v1.14.1 creating new EspressoDriver (v1.15.0) session
�[35m[Appium]�[39m Capabilities:
�[35m[Appium]�[39m automationName: Espresso
�[35m[Appium]�[39m chromedriverExecutable: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver
�[35m[Appium]�[39m nativeWebScreenshot: true
�[35m[Appium]�[39m forceEspressoRebuild: true
�[35m[Appium]�[39m appActivity: com.abc.myapp.app.MainActivity
�[35m[Appium]�[39m appPackage: com.abc.myapp.app.smoketest
�[35m[Appium]�[39m autoWebview: true
�[35m[Appium]�[39m autoGrantPermissions: true
�[35m[Appium]�[39m platformName: Android
�[35m[Appium]�[39m deviceName: Galaxy Tab S3
�[35m[Appium]�[39m app: /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
�[35m[Appium]�[39m cjson:metadata: {
�[35m[Appium]�[39m browser: {
�[35m[Appium]�[39m name: chrome
�[35m[Appium]�[39m version: unknown
�[35m[Appium]�[39m }
�[35m[Appium]�[39m device: Galaxy Tab S3
�[35m[Appium]�[39m platform: {
�[35m[Appium]�[39m name: android
�[35m[Appium]�[39m version: 8.0.0
�[35m[Appium]�[39m }
�[35m[Appium]�[39m }
�[35m[Appium]�[39m Explicitly enabling use of insecure features:
�[35m[Appium]�[39m get_server_logs
[debug] �[35m[BaseDriver]�[39m W3C capabilities and MJSONWP desired capabilities were provided
[debug] �[35m[BaseDriver]�[39m Creating session with W3C capabilities: {
[debug] �[35m[BaseDriver]�[39m "alwaysMatch": {
[debug] �[35m[BaseDriver]�[39m "appium:automationName": "Espresso",
[debug] �[35m[BaseDriver]�[39m "appium:chromedriverExecutable": "/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver",
[debug] �[35m[BaseDriver]�[39m "appium:nativeWebScreenshot": true,
[debug] �[35m[BaseDriver]�[39m "appium:forceEspressoRebuild": true,
[debug] �[35m[BaseDriver]�[39m "appium:appActivity": "com.abc.myapp.app.MainActivity",
[debug] �[35m[BaseDriver]�[39m "appium:appPackage": "com.abc.myapp.app.smoketest",
[debug] �[35m[BaseDriver]�[39m "appium:autoWebview": true,
[debug] �[35m[BaseDriver]�[39m "appium:autoGrantPermissions": true,
[debug] �[35m[BaseDriver]�[39m "platformName": "Android",
[debug] �[35m[BaseDriver]�[39m "appium:deviceName": "Galaxy Tab S3",
[debug] �[35m[BaseDriver]�[39m "appium:app": "/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk",
[debug] �[35m[BaseDriver]�[39m "cjson:metadata": {
[debug] �[35m[BaseDriver]�[39m "browser": {
[debug] �[35m[BaseDriver]�[39m "name": "chrome",
[debug] �[35m[BaseDriver]�[39m "version": "unknown"
[debug] �[35m[BaseDriver]�[39m },
[debug] �[35m[BaseDriver]�[39m "device": "Galaxy Tab S3",
[debug] �[35m[BaseDriver]�[39m "platform": {
[debug] �[35m[BaseDriver]�[39m "name": "android",
[debug] �[35m[BaseDriver]�[39m "version": "8.0.0"
[debug] �[35m[BaseDriver]�[39m }
[debug] �[35m[BaseDriver]�[39m }
[debug] �[35m[BaseDriver]�[39m },
[debug] �[35m[BaseDriver]�[39m "firstMatch": [
[debug] �[35m[BaseDriver]�[39m {}
[debug] �[35m[BaseDriver]�[39m ]
[debug] �[35m[BaseDriver]�[39m }
�[35m[BaseDriver]�[39m The following capabilities were provided, but are not recognized by Appium:
�[35m[BaseDriver]�[39m cjson:metadata
�[35m[BaseDriver]�[39m Session created with session id: bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[BaseDriver]�[39m Using local app '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
[debug] �[35m[Espresso]�[39m Checking whether app is actually present
�[35m[Espresso]�[39m EspressoDriver version: 1.15.0
�[35m[ADB]�[39m Found 1 'build-tools' folders under '/Users/userA/Library/Android/sdk' (newest first):
�[35m[ADB]�[39m /Users/userA/Library/Android/sdk/build-tools/28.0.3
�[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb'
�[35m[AndroidDriver]�[39m Retrieving device list
[debug] �[35m[ADB]�[39m Trying to find a connected android device
[debug] �[35m[ADB]�[39m Getting connected devices...
[debug] �[35m[ADB]�[39m 1 device(s) connected
�[35m[AndroidDriver]�[39m Using device: 5b8beaf1
�[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb'
[debug] �[35m[ADB]�[39m Setting device id to 5b8beaf1
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell getprop ro.build.version.sdk'
[debug] �[35m[ADB]�[39m Current device property 'ro.build.version.sdk': 26
[debug] �[35m[ADB]�[39m Device API level: 26
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 wait-for-device'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell echo ping'
[debug] �[35m[AndroidDriver]�[39m Pushing settings apk to device...
[debug] �[35m[ADB]�[39m Getting install status for io.appium.settings
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.settings'
[debug] �[35m[ADB]�[39m 'io.appium.settings' is not installed
[debug] �[35m[ADB]�[39m App '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is not installed
[debug] �[35m[ADB]�[39m Installing '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/Users/userA/myapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is already cached to '/data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install -g /data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk'
�[35m[ADB]�[39m The installation of 'settings_apk-debug.apk' took 2.298s
[debug] �[35m[ADB]�[39m Install command stdout: Success
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'pgrep --help; echo $?''
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell appops set io.appium.settings android:mock_location allow'
[debug] �[35m[Logcat]�[39m Starting logcat capture
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global animator_duration_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global transition_animation_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell settings get global window_animation_scale'
[debug] �[35m[Espresso]�[39m Forwarding Espresso Server port 6791 to 8300
[debug] �[35m[ADB]�[39m Forwarding system: 8300 to device: 6791
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward tcp:8300 tcp:6791'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys window'
�[35m[AndroidDriver]�[39m Screen already unlocked, doing nothing
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
�[35m[ADB]�[39m Using 'apksigner' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is not installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is not installed
[debug] �[35m[ADB]�[39m App '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is not installed
[debug] �[35m[ADB]�[39m Installing '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already cached to '/data/local/tmp/appium_cache/78790cff5462c96ea8138758d87933ffe1a5faa9.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install -g /data/local/tmp/appium_cache/78790cff5462c96ea8138758d87933ffe1a5faa9.apk'
�[35m[ADB]�[39m The installation of 'app-smoketest-debug.apk' took 3.304s
[debug] �[35m[ADB]�[39m Install command stdout: Success
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
�[35m[ADB]�[39m Using 'aapt2' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2'
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
�[35m[ADB]�[39m Using 'aapt' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt'
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
�[35m[ADB]�[39m Using 'zipalign' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/zipalign'
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
�[35m[ADB]�[39m io.appium.espressoserver.test was not uninstalled, because it was not present on the device
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 4.067s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[Espresso]�[39m Performing cleanup of automation leftovers
[debug] �[35m[Espresso]�[39m No obsolete sessions have been detected (Error: socket hang up)
�[35m[Espresso]�[39m Starting Espresso Server v1.15.0 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
[debug] �[35m[ADB]�[39m Creating ADB subprocess with args: ["-P",5037,"-s","5b8beaf1","shell","am","instrument","-w","-e","debug","false","io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT]
�[35m[Espresso]�[39m Waiting for Espresso to be online...
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8300/status] with no body
�[35m[WD Proxy]�[39m Got an unexpected response: {"id":"3b6a5eba-9c54-4d3b-b3f3-15e4141d69f9","sessionId":null,"value":{"error":"unknown error","message":"kotlin.KotlinNullPointerException","stacktrace":"io.appium.espressoserver.lib.handlers.exceptions.AppiumException: kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.response.AppiumResponse.init(AppiumResponse.kt:49)\n\tat io.appium.espressoserver.lib.http.response.AppiumResponse.\u003cinit\u003e(AppiumResponse.kt:34)\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:53)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\nCaused by: kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:49)\n\t... 3 more\n"}}
[debug] �[35m[W3C]�[39m Matched W3C error code 'unknown error' to UnknownError
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8300/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"b62b56f5-0e68-4820-ab1c-500fdc143812","sessionId":null,"value":null}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://localhost:8300/session] with body: {"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0...
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"7a67f49f-d3d9-44dd-a735-23bf36bb2e66","sessionId":"2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8","value":{"capabilities":{"alwaysMatch":{},"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android"...
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C' per session creation request
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'echo "com.abc.myapp.app.smoketest" > "/data/local/tmp/espresso.apppackage"''
�[35m[Espresso]�[39m Recorded the target application package 'com.abc.myapp.app.smoketest' to /data/local/tmp/espresso.apppackage
[debug] �[35m[ADB]�[39m Waiting up to 20000ms for activity matching pkg: 'com.abc.myapp.app.smoketest' and activity: 'com.abc.myapp.app.MainActivity' to be focused
[debug] �[35m[ADB]�[39m Possible activities, to be checked: 'com.abc.myapp.app.MainActivity', 'com.abc.myapp.app.smoketest.com.abc.myapp.app.MainActivity'
[debug] �[35m[ADB]�[39m Getting focused package and activity
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys window windows'
[debug] �[35m[ADB]�[39m Found package: 'com.abc.myapp.app.smoketest' and fully qualified activity name : 'com.abc.myapp.app.MainActivity'
�[35m[Espresso]�[39m Setting webview to context 'WEBVIEW_com.abc.myapp.app.smoketest' with timeout 2000ms
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell cat /proc/net/unix'
�[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] �[35m[AndroidDriver]�[39m WEBVIEW_17580 mapped to pid 17580
[debug] �[35m[AndroidDriver]�[39m Getting process name for webview
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell ps'
[debug] �[35m[AndroidDriver]�[39m Parsed pid: '17580' pkg: 'com.abc.myapp.app.smoketest' from
[debug] �[35m[AndroidDriver]�[39m USER PID PPID VSZ RSS WCHAN ADDR S NAME
[debug] �[35m[AndroidDriver]�[39m u0_a249 17580 996 2452172 195252 SyS_epoll_wait 0 S com.abc.myapp.app.smoketest
[debug] �[35m[AndroidDriver]�[39m Returning process name: 'com.abc.myapp.app.smoketest'
[debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_com.abc.myapp.app.smoketest"]
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_com.abc.myapp.app.smoketest"]
[debug] �[35m[AndroidDriver]�[39m Connecting to chrome-backed webview context 'WEBVIEW_com.abc.myapp.app.smoketest'
[debug] �[35m[AndroidDriver]�[39m A port was not given, using random free port: 8000
[debug] �[35m[AndroidDriver]�[39m Automated Chromedriver download is disabled. Use 'chromedriver_autodownload' server feature to enable it
[debug] �[35m[AndroidDriver]�[39m Before starting chromedriver, androidPackage is 'com.abc.myapp.app.smoketest'
[debug] �[35m[Chromedriver]�[39m Changed state to 'starting'
�[35m[Chromedriver]�[39m Set chromedriver binary as: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver
[debug] �[35m[Chromedriver]�[39m Killing any old chromedrivers, running: pkill -15 -f "/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver.--port=8000"
�[35m[Chromedriver]�[39m No old chromedrivers seem to exist
[debug] �[35m[Chromedriver]�[39m Cleaning any old adb forwarded port socket connections
[debug] �[35m[ADB]�[39m List forwarding ports
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward --list'
�[35m[Chromedriver]�[39m Spawning chromedriver with: /Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver --url-base=wd/hub --port=8000 --adb-port=5037 --verbose
[debug] �[35m[Chromedriver]�[39m Chromedriver version: '76.0.3809.68'
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8000/wd/hub/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"value":{"build":{"version":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"x86_64","name":"Mac OS X","version":"10.14.6"},"ready":true}}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://127.0.0.1:8000/wd/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.abc.myapp.app.smoketest","androidUseRunningApp":true,"androidDeviceSerial":"5b8beaf1"},"loggingPrefs":{"browser":"ALL"}}}
[debug] �[35m[Chromedriver]�[39m Webview version: 'Chrome/76.0.3809.111'
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"acceptInsecureCerts":false,"acceptSslCerts":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"cssSelectorsEnabled":true,"databaseEnabled":false,"goog:chromeOptions":{"debuggerAddress":"localhost:64778"},"handlesAlerts":true,"hasTouchScreen":true,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"pageLoadStrategy":"normal","platform":"ANDROID","proxy":{},"rotatable":false,"setWindowRect":false,"strictFileInteractability":false,"takesHeapSnapshot":true,"takesScreenshot":true,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"unexpectedAlertBehaviour":"ignore","version":"76.0.3809.111","webStorageEnabled":true}}
[debug] �[35m[WD Proxy]�[39m Updated the downstream protocol to 'MJSONWP' as per session creation request
[debug] �[35m[Chromedriver]�[39m Changed state to 'online'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/info] to [GET http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/appium/device/info] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"857195e4-b4c9-4805-b955-57fd615f526d","sessionId":"2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8","value":{"realDisplaySize":"2048x1536","apiVersion":"26","carrierName":"","platformVersion":"8.0.0","timeZone":"Europe/Berlin","model":"SM-T825","locale":"en_US","brand":"samsung","androidId":"69c61ec0b0685ba8","manufacturer":"samsung","displayDensity":320}}
�[35m[Appium]�[39m New EspressoDriver session created successfully, session bc98a9a3-009a-4366-9222-e75ed51840c0 added to master session list
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1565878312829 (16:11:52 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (bc98a9a3)]�[39m Cached the protocol value 'W3C' for the new session bc98a9a3-009a-4366-9222-e75ed51840c0
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S3","platform":{"name":"android","version":"8.0.0"}},"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.MainActivity","appPackage":"com.abc.myapp.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S3","app":"/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[32m200�[39m �[90m22615 ms - 717�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='LoginPage_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='LoginPage_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m496 ms - 1157�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m197 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m123 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m913 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m64 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m168 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-1"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m144 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-1"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m76 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-1/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect �[39m�[32m200�[39m �[90m92 ms - 117�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-1/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-1/rect �[39m�[32m200�[39m �[90m93 ms - 117�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Username_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Username_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-2"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m83 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-2/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/clear �[39m�[32m200�[39m �[90m197 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-2/value] with body: {"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/value �[39m�[32m200�[39m �[90m904 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Username_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Username_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-2"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m33 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-2/attribute/value] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":"drivertest2"}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-2/attribute/value �[39m�[32m200�[39m �[90m47 ms - 74�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Password_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Password_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-3"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m103 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-3/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/clear �[39m�[32m200�[39m �[90m191 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"doe","value":["d","o","e"]}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-3/value] with body: {"text":"doe","value":["d","o","e"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/value �[39m�[32m200�[39m �[90m386 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Password_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Password_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-3"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m55 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-3/attribute/value] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":"doe"}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-3/attribute/value �[39m�[32m200�[39m �[90m69 ms - 66�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-4"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m102 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-4/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-4/click �[39m�[32m200�[39m �[90m500 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-1"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m41 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-1"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m33 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m121 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='SearchSpringboardCard_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='SearchSpringboardCard_testId']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m86 ms - 1181�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m204 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m39 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m53 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m96 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m494 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-5"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m384 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-5"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m199 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-5/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect �[39m�[32m200�[39m �[90m176 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-5/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-5/rect �[39m�[32m200�[39m �[90m230 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-6"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m147 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-6/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-6/click �[39m�[32m200�[39m �[90m1693 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m505 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-7"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m168 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m396 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-7/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":885,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect �[39m�[32m200�[39m �[90m222 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-7/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":885,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-7/rect �[39m�[32m200�[39m �[90m60 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='Search_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='Search_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-8"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m68 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-8/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/clear �[39m�[32m200�[39m �[90m127 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"hotel","value":["h","o","t","e","l"]}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-8/value] with body: {"text":"hotel","value":["h","o","t","e","l"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-8/value �[39m�[32m200�[39m �[90m1919 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-9"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m1141 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_1']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_1']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-10"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m129 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_2']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_2']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-11"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m711 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_3']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_3']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-12"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m208 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_4']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_4']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-13"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m710 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_5']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_5']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-14"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m375 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_6']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_6']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-15"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m122 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_7']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_7']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-16"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m259 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_8']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_8']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-17"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m192 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_9']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_9']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-18"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m221 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_10']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_10']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-19"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m408 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_11']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_11']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-20"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m420 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_12']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_12']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-21"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m354 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_13']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_13']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-22"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m308 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_14']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_14']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-23"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m296 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_15']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_15']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-24"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m353 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_16']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_16']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-25"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m631 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_17']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_17']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-26"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m542 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_18']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_18']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-27"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m396 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_19']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_19']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-28"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m206 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_20']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_20']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-29"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m170 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_21']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_21']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-30"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m121 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_22']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_22']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-31"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m142 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_23']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_23']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-32"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m128 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_24']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_24']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-33"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m118 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_25']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_25']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='searchItem_testId_25']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='searchItem_testId_25']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m122 ms - 1165�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-34"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m151 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-34/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-34/click �[39m�[32m200�[39m �[90m826 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-35"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m567 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-35"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m133 ms - 162�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PlaceDetailsCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='PlaceDetailsCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-35"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m123 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-35/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect �[39m�[32m200�[39m �[90m212 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-35/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-35/rect �[39m�[32m200�[39m �[90m269 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='PoiNavigateToButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='PoiNavigateToButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-36"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m248 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-36/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-36/click �[39m�[32m200�[39m �[90m706 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-37"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m930 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-37"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m1306 ms - 162�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-37"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m268 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-37/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect �[39m�[32m200�[39m �[90m339 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-37/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":700,"width":455,"x":105.2421875,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-37/rect �[39m�[32m200�[39m �[90m189 ms - 118�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-38"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m214 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_0']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-38"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m94 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_1']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_1']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-39"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m91 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_2']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_2']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-40"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m88 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteItem_testId_3']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteItem_testId_3']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='RouteItem_testId_3']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
�[35m[WD Proxy]�[39m Got an unexpected response: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='RouteItem_testId_3']"}\n (Session info: chrome=76.0.3809.111)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element has failed
[debug] �[35m[W3C (bc98a9a3)]�[39m at JWProxy.proxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:219:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[33m404�[39m �[90m175 ms - 1161�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='RouteAlternativesStartGuidanceButton_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='RouteAlternativesStartGuidanceButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-41"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m150 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-41/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-41/click �[39m�[32m200�[39m �[90m632 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-42"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m668 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/elements] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":[{"ELEMENT":"0.23195711288707344-42"}]}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/elements �[39m�[32m200�[39m �[90m867 ms - 162�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='TurnByTurnCard_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element] with body: {"using":"xpath","value":"//[@data-test-id='TurnByTurnCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"ELEMENT":"0.23195711288707344-42"}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[32m200�[39m �[90m628 ms - 160�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-42/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":275,"width":524,"x":71.109375,"y":0}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect �[39m�[32m200�[39m �[90m684 ms - 107�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect] to [GET http://127.0.0.1:8000/wd/hub/session/a1dcc1a5a6c2170bb3ec7f57392e6dd6/element/0.23195711288707344-42/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"a1dcc1a5a6c2170bb3ec7f57392e6dd6","status":0,"value":{"height":275,"width":524,"x":71.109375,"y":0}}
�[35m[WD Proxy]�[39m Replacing sessionId a1dcc1a5a6c2170bb3ec7f57392e6dd6 with bc98a9a3-009a-4366-9222-e75ed51840c0
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element/0.23195711288707344-42/rect �[39m�[32m200�[39m �[90m680 ms - 107�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.closeApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] io.appium.espressoserver.EspressoServerRunnerTest:INSTRUMENTATION_RESULT: shortMsg=Process crashed.
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] INSTRUMENTATION_CODE: 0
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell cat /proc/net/unix'
�[35m[Espresso]�[39m Instrumentation process exited with code 0 from signal null
�[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] �[35m[AndroidDriver]�[39m WEBVIEW_17580 mapped to pid 17580
[debug] �[35m[AndroidDriver]�[39m Getting process name for webview
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell ps'
[debug] �[35m[AndroidDriver]�[39m Parsed pid: '17580' pkg: '[d.app.smoketest]' from
[debug] �[35m[AndroidDriver]�[39m USER PID PPID VSZ RSS WCHAN ADDR S NAME
[debug] �[35m[AndroidDriver]�[39m u0_a249 17580 996 0 0 do_exit 0 Z [d.app.smoketest]
[debug] �[35m[AndroidDriver]�[39m Returning process name: '[d.app.smoketest]'
[debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_[d.app.smoketest]"]
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_[d.app.smoketest]"]
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close �[39m�[32m200�[39m �[90m1029 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.launchApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
�[35m[ADB]�[39m Using 'apkanalyzer' from '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]
[debug] �[35m[ADB]�[39m The version name of the installed 'com.abc.myapp.app.smoketest' is greater or equal to the application version name ('1.0.0' >= '1.0.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
�[35m[AndroidDriver]�[39m Performing fast reset on 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm clear com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Retrieving requested permissions
[debug] �[35m[ADB]�[39m Retrieved 8 permission(s) from ["requested"] group(s)
[debug] �[35m[ADB]�[39m Retrieving granted permissions
[debug] �[35m[ADB]�[39m Retrieved 3 permission(s) from ["install","runtime"] group(s)
[debug] �[35m[ADB]�[39m Granting permissions ["android.permission.GET_ACCOUNTS","android.permission.ACCESS_COARSE_LOCATION","android.permission.ACCESS_FINE_LOCATION","android.permission.WRITE_EXTERNAL_STORAGE","android.permission.READ_EXTERNAL_STORAGE"] to 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Got the following command chunks to execute: [["pm","grant","com.abc.myapp.app.smoketest","android.permission.GET_ACCOUNTS",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_COARSE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_FINE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.WRITE_EXTERNAL_STORAGE",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.READ_EXTERNAL_STORAGE",";"]]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm grant com.abc.myapp.app.smoketest android.permission.GET_ACCOUNTS ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_COARSE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_FINE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.WRITE_EXTERNAL_STORAGE ; pm grant com.abc.myapp.app.smoketest android.permission.READ_EXTERNAL_STORAGE ;'
[debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.abc.myapp.app.smoketest' application (stop and clear)
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 uninstall io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'adb uninstall io.appium.espressoserver.test' command output: Success
�[35m[ADB]�[39m io.appium.espressoserver.test was successfully uninstalled
�[35m[Espresso]�[39m Uninstalled the obsolete Espresso server package from the device under test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 4.741s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -W -n com.abc.myapp.app.smoketest/com.abc.myapp.app.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.launchApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch �[39m�[32m200�[39m �[90m14951 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m39 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m23 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m9 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m14 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.closeApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m953 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m1845 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAWkk0lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m3069 ms - 493172�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZzHUlEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m4432 ms - 563668�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZwyklEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m5610 ms - 562876�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZD+klEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m6792 ms - 547580�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m7712 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m8657 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m9601 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m10507 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m11455 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m12379 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close �[39m�[32m200�[39m �[90m12585 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.launchApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Getting package info for 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]
[debug] �[35m[ADB]�[39m The version name of the installed 'com.abc.myapp.app.smoketest' is greater or equal to the application version name ('1.0.0' >= '1.0.0')
[debug] �[35m[ADB]�[39m There is no need to install/upgrade '/Users/userA/myapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
�[35m[AndroidDriver]�[39m Performing fast reset on 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Getting install status for com.abc.myapp.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.abc.myapp.app.smoketest' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm clear com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Retrieving requested permissions
[debug] �[35m[ADB]�[39m Retrieved 8 permission(s) from ["requested"] group(s)
[debug] �[35m[ADB]�[39m Retrieving granted permissions
[debug] �[35m[ADB]�[39m Retrieved 3 permission(s) from ["install","runtime"] group(s)
[debug] �[35m[ADB]�[39m Granting permissions ["android.permission.GET_ACCOUNTS","android.permission.ACCESS_COARSE_LOCATION","android.permission.ACCESS_FINE_LOCATION","android.permission.WRITE_EXTERNAL_STORAGE","android.permission.READ_EXTERNAL_STORAGE"] to 'com.abc.myapp.app.smoketest'
[debug] �[35m[ADB]�[39m Got the following command chunks to execute: [["pm","grant","com.abc.myapp.app.smoketest","android.permission.GET_ACCOUNTS",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_COARSE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.ACCESS_FINE_LOCATION",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.WRITE_EXTERNAL_STORAGE",";","pm","grant","com.abc.myapp.app.smoketest","android.permission.READ_EXTERNAL_STORAGE",";"]]
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm grant com.abc.myapp.app.smoketest android.permission.GET_ACCOUNTS ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_COARSE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.ACCESS_FINE_LOCATION ; pm grant com.abc.myapp.app.smoketest android.permission.WRITE_EXTERNAL_STORAGE ; pm grant com.abc.myapp.app.smoketest android.permission.READ_EXTERNAL_STORAGE ;'
[debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.abc.myapp.app.smoketest' application (stop and clear)
[debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled
[debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
�[35m[Espresso]�[39m Repackaging espresso server for: 'com.abc.myapp.app.smoketest'
�[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml'
[debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"}
[debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.abc.myapp.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v'
[debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk'
[debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/myapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T'
[debug] �[35m[ADB]�[39m Unzip successful
[debug] �[35m[ADB]�[39m Moving manifest
[debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is completed
�[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
�[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' exited with code 1
�[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY
�[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?
�[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not signed with debug cert
[debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already zip-aligned. Doing nothing
[debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' with default cert
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/myapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is installed
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 uninstall io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'adb uninstall io.appium.espressoserver.test' command output: Success
�[35m[ADB]�[39m io.appium.espressoserver.test was successfully uninstalled
�[35m[Espresso]�[39m Uninstalled the obsolete Espresso server package from the device under test
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 3
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell pm install /data/local/tmp/appium_cache/39266893f510123d3ff520a216972d0406a0c530.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' took 5.275s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.0_com.abc.myapp.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am start -W -n com.abc.myapp.app.smoketest/com.abc.myapp.app.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.launchApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/launch �[39m�[32m200�[39m �[90m15555 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m18 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m9 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m8 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (bc98a9a3)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element] to [POST http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8/element] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
[debug] �[35m[W3C (bc98a9a3)]�[39m Encountered internal error running command: Error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[W3C (bc98a9a3)]�[39m at doJwpProxy (/Users/userA/myapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:468:13)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/element �[39m�[31m500�[39m �[90m8 ms - 729�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.closeApp() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m775 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAACy30lEQVR4AezBCVQUhN74788MCIgQgQviAiQuaV73bnbRVNQyFXEJUEOxV8HUtFzJLdz3Jc0lLBcQEHEHVwpNxNKrXjcupqIigiOxNUIwMCC/v+c9nZfjX2YGGSrs+zyK0v8PQgghhBBCCCGEEEIIIYQQQgghhKjWlAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2lAghhBBCCCGEEEIIIYQQQgghhBCi2lMihBBCCCGEEEIIIYQQQgghhBBCiGpPiRBCCCGEEEIIIYQQQgghhBBCCCGqPSVCCCGEEEIIIYQQQgghhBBCCCGEqPaUCCGEEEIIIYQQQgghhBBCCCGEEKLaUyKEEEIIIYQQQgghhBBCCCGEEEKIak+JEEIIIYQQQgghhBBCCCGEEEIIIao9JUIIIYQQQgghhBBCCCGEEEIIIYSo9pQIIYQQQgghhBBCCCGEEEIIIYQQotpTIoQQQgghhBBCCCGEEEIIIYQQQohqT4kQQgghhBBCCCGEEEIIIYQQQgghqj0lQgghhBBCCCGEEEIIIYQQQgghhKj2TBFCiCpSWlrK/fv3SU1NRa1Wk5ubS82aNbGxscHZ2RlHR0eUSiVCCPEy02g07Ny5E32GDRuGlZUVhjh37hzXr19Hl5YtW9KlSxeE...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m1602 ms - 61144�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAW+MklEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m2770 ms - 501916�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZw00lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m4087 ms - 562888�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZu70lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m6057 ms - 562244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAZFSUlEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m7341 ms - 548028�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFXOUlEQVR4AezBSXZbywJox0itNza33PX85/HtpW1JvBJVsABwEgkQzIjxf/3f/0+27YbKYtnmyjdZLNtc5RPIalks20TJUtmuIFkqH0rl//v//l//7//5P04y3NCwTl4yzDDcg3wzHDYMj2E4JndnDPdguFD+Mkw1/CU5zzDTcNhwfzLdMLwmJxomynUM1zCcr7xumGy4d8MMedEYZisPYVhsDK/LamWbrNxAtrnKYtnmKw8sq2WxbJMlR3yxbTdUFss2V77JYtnmKp9AVsti2SZKlsp2BclS+XAqcrrcUNbIdeXW8p8cljyGXC53qdyDkDPlBZkqf8j5QsgMOSz3JVeRvCRnCCEH5XpyDTlPeVsmC7lnOSqvKsr2ryxWXpbVyjZZuYFsc5XtAZQHltWyWLbJkqO+2LYbKYtlu4Islm2ufAZZLYtlmyjZPr5kqXxMpXKKkFvLdeUt+fjylxyWPIacL9tpcqK8IVPlh+Q+5LDch1xVcnu5vlxDTlNuKPcsl8pJynYHyq2VbbJyA9nmKjeQba7ywLJaFst2p/5n226gLJZtvrJYtrnKJ5DVsli2iZLlsk2WLJUPK0nek2fF8M1wI3kyzJVThOGoPBtWySvCcEjy0zB8XGE4Te5e+WEM9yAMb8gJwjBL5YfhkDwZjgrDIXky3EaWSJ4Mh4ThTFknz4ZZwvC6cro8GSYLw73Kk+FUOUsxhiPKQ8mTYaHyw7Bc2SYrN5BtrnID2eYqDyyrZbFskyWzfLFti5XFss0VymLZ5iqfQFbLYtkmSpYK2SZLlsqHVihvyb9CUW4o8+QcIWSGrJB3hJDDkpsImSCEvC4fSlHuQV6RM4SQI5JfQg7LDCGHZb3cQA4LOVFuJzPlZeUyIZPl3uUUuUi5RCgPK2SlKMoqZZus3EC2ucpiIdtc5YFltSyWbbJkpi+2baGyWLYryGLZ5spnkNWyWLaJku3jS5bKx1fK...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m8371 ms - 117244�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.closeApp() result: null
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/appium/app/close �[39m�[32m200�[39m �[90m8573 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log/types�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLogTypes() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAA6B0lEQVR4AezBAQ3AQBAEoen59/zVsQnwVS8AAAAAAAAAYNoFAAAAAAAAAMy7AAAAAAAAAIB5FwAAAAAAAAAw7wIAAAAAAAAA5l0AAAAAAAAAwLwLAAAAAAAAAJh3AQAAAAAAAADzLgAAAAAAAABg3gUAAAAAAAAAzLsAAAAAAAAAgHkXAAAAAAAAADDvAgAAAAAAAADmXQAAAAAAAADAvAsAAAAAAAAAmHcBAAAAAAAAAPMuAAAAAAAAAGDeBQAAAAAAAADMuwAAAAAAAACAeRcAAAAAAAAAMO8CAAAAAAAAAOZdAAAAAAAAAMC8CwAAAAAAAACYdwEAAAAAAAAA8y4AAAAAAAAAYN4FAAAAAAAAAMy7AAAAAAAAAIB5FwAAAAAAAAAw7wIAAAAAAAAA5l0AAAAAAAAAwLwLAAAAAAAAAJh3AQAAAAAAAADzLgAAAAAAAABg3gUAAAAAAAAAzLsAAAAAAAAAgHkXAAAAAAAAADDvAgAAAAAAAADmXQAAAAAAAADAvAsAAAAAAAAAmHcBAAAAAAAAAPMuAAAAAAAAAGDeBQAAAAAAAADMuwAAAAAAAACAeRcAAAAAAAAAMO8CAAAAAAAAAOZdAAAAAAAAAMC8CwAAAAAAAACYdwEAAAAAAAAA8y4AAAAAAAAAYN4FAAAAAAAAAMy7AAAAAAAAAIB5FwAAAAAAAAAw7wIAAAAAAAAA5l0AAAAAAAAAwLwLAAAAAAAAAJh3AQAAAAAAAADzLgAAAAAAAABg3gUAAAAAAAAAzLsAAAAAAAAAgHkXAAAAAAAAADDvAgAAAAAAAADmXQAAAAAAAADAvAsAAAAAAAAAmHcBAAAAAAAAAPMuAAAAAAAAAGDeBQAAAAAAAADMuwAAAAAAAACAeRcAAAAAAAAAMO8CAAAAAAAAAOZdAAAAAAAAAMC8CwAAAAAAAACYdwEAAAAAAAAA8y4AAAAAAAAAYN4F...
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLogTypes() result: ["logcat","bugreport","server"]
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/screenshot �[39m�[32m200�[39m �[90m9564 ms - 19896�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log/types �[39m�[32m200�[39m �[90m984 ms - 41�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"bugreport"}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLog() with args: ["bugreport","bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"logcat"}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLog() with args: ["logcat","bc98a9a3-009a-4366-9222-e75ed51840c0"]
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log�[39m
�[35m[HTTP]�[39m �[90m{"type":"server"}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.getLog() with args: ["server","bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[BaseDriver]�[39m Retrieving 'bugreport' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 bugreport'
[debug] �[35m[BaseDriver]�[39m Retrieving 'logcat' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565878480452,"level":"ALL","message":"/data/user_de/0/com.android.shell/files/bugreports/bugreport-2019-08-15-16-13-23.zip: 1 file pulled. 14.3 MB/s (4845522 bytes in 0.323s)"}]
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log �[39m�[32m200�[39m �[90m77183 ms - 202�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[BaseDriver]�[39m Retrieving 'server' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager$3.run(LogManager.java:390)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager$3.run(LogManager.java:388)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.security.AccessController.doPrivileged(AccessController.java:67)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager.readPrimordialConfiguration(LogManager.java:387)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager.-wrap5(Unknown Source:0)"},{"timestamp":1565878354274,"level":"ALL","message":"08-15 16:12:34.266 17985 17985 E System : \tat java.util.logging.LogManager$2.run(LogManager.java:336)"},{"timestamp":1565878354274,"level":"AL...
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log �[39m�[32m200�[39m �[90m77234 ms - 1787874�[39m
�[35m[HTTP]�[39m �[90m�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.getLog() result: [{"timestamp":1565878480455,"level":"ALL","message":"[Appium] Welcome to Appium v1.14.1"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] Non-default server args:"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] allowInsecure: {"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] 0: get_server_logs"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] }"},{"timestamp":1565878480455,"level":"ALL","message":"[Appium] Appium REST http interface listener started on 0.0.0.0:4723"},{"timestamp":1565878480455,"level":"ALL","message":"[HTTP] \u001b[37m-->\u001b[39m \u001b[37mPOST\u001b[39m \u001b[37m/wd/hub/session\u001b[39m"},{"timestamp":1565878480455,"level":"ALL","message":"[HTTP] \u001b[90m{"capabilities":{"alwaysMatch":{"automationName":"Espresso","chromedriverExecutable":"/Users/userA/myapp/test/acceptance/app/node_modules/.bin/chromedriver","nativeWebScreenshot":true,"forceEspressoRebuild":true,"appActivity":"com.abc.myapp.app.Mai...
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0/log �[39m�[32m200�[39m �[90m77244 ms - 299649�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (bc98a9a3)]�[39m Calling AppiumDriver.deleteSession() with args: ["bc98a9a3-009a-4366-9222-e75ed51840c0"]
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionRequested' logged at 1565878480587 (16:14:40 GMT+0200 (Central European Summer Time))
�[35m[Appium]�[39m Removing session bc98a9a3-009a-4366-9222-e75ed51840c0 from our master session list
[debug] �[35m[Espresso]�[39m Deleting espresso session
[debug] �[35m[Espresso]�[39m Deleting Espresso server session
[debug] �[35m[WD Proxy]�[39m Matched '/' to command name 'deleteSession'
[debug] �[35m[WD Proxy]�[39m Proxying [DELETE /] to [DELETE http://localhost:8300/session/2fd04149-0f1d-42d8-89dd-39ff1bb6c8f8] with no body
�[35m[WD Proxy]�[39m Got an unexpected response: {"code":"ECONNRESET"}
�[35m[Espresso]�[39m Did not get confirmation Espresso deleteSession worked; Error was: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: socket hang up
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 shell am force-stop com.abc.myapp.app.smoketest'
[debug] �[35m[Logcat]�[39m Stopping logcat capture
[debug] �[35m[ADB]�[39m Removing forwarded port socket connection: 8300
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s 5b8beaf1 forward --remove tcp:8300'
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionFinished' logged at 1565878480779 (16:14:40 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (bc98a9a3)]�[39m Received response: null
[debug] �[35m[W3C (bc98a9a3)]�[39m But deleting session, so not returning
[debug] �[35m[W3C (bc98a9a3)]�[39m Responding to client with driver.deleteSession() result: null
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/bc98a9a3-009a-4366-9222-e75ed51840c0 �[39m�[32m200�[39m �[90m194 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[Appium]�[39m Received SIGTERM - shutting down

@KazuCocoa
Copy link
Member

You called /launch command. Then, maybe Chromedriver did not wake up.

From next version, launch/close will raise errors: https://github.com/appium/appium-espresso-driver/pull/485/files
Because for espresso driver, they are same as create session/delete session technically.
So, we'll guide to use driver.quite and start driver instead.
Could you replace your close/launch to quite/start driver?

Then, I assume it should work

@ania-s
Copy link
Author

ania-s commented Aug 27, 2019

@KazuCocoa I tried closeApp/terminateApp/reset(only reset seems to work) to stop the app and then startActivity to launch it. However, after restarting the app I still cannot get it running:

debug] �[35m[Espresso]�[39m No obsolete sessions have been detected (Error: socket hang up)
�[35m[Espresso]�[39m Starting Espresso Server v1.15.1 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
[debug] �[35m[ADB]�[39m Creating ADB subprocess with args: ["-P",5037,"-s","5b8beaf1","shell","am","instrument","-w","-e","debug","false","io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT]
�[35m[Espresso]�[39m Waiting for Espresso to be online...
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8300/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 500: {"id":"8e158bce-8fe4-45a4-95f6-652697f4891e","sessionId":null,"value":{"error":"unknown error","message":"kotlin.KotlinNullPointerException","stacktrace":"kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:49)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:764)\n"}}
[debug] �[35m[W3C]�[39m Matched W3C error code 'unknown error' to UnknownError

and:

[debug] �[35m[WD Proxy]�[39m Got response with status 500: {"id":"412076d6-c5d9-4def-90c8-5aa7e787b321","sessionId":"29ae7135-9921-46ef-9c6c-5b0eb4aa084c","value":{"error":"unknown error","message":"java.lang.RuntimeException: Could not launch intent Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=com.app.abc.app.smoketest/com.app.abc.app.MainActivity } within 45 seconds. Perhaps the main thread has not gone idle within a reasonable amount of time? There could be an animation or something constantly repainting the screen. Or the activity is doing network calls on creation? See the threaddump logs. For your reference the last time the event queue was idle before your activity launch request was 1566899430566 and now the last time the queue went idle was: 1566899463646. If these numbers are the same your activity might be hogging the event queue.","stacktrace":"java.lang.RuntimeException: Could not launch intent Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=com.app.abc.app.smoketest/com.app.abc.app.MainActivity } within 45 seconds. Pe...
[debug] �[35m[W3C]�[39m Matched W3C error code 'unknown error' to UnknownError
[debug] �[35m[BaseDriver]�[39m Retrieving 'logcat' logs
[debug] �[35m[BaseDriver]�[39m Retrieving supported log types
[debug] �[35m[W3C (424e5215)]�[39m Encountered internal error running command: An unknown server-side error occurred while processing the command. Original error: java.lang.RuntimeException: Could not launch intent Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=com.app.abc.app.smoketest/com.app.abc.app.MainActivity } within 45 seconds. Perhaps the main thread has not gone idle within a reasonable amount of time? There could be an animation or something constantly repainting the screen. Or the activity is doing network calls on creation? See the threaddump logs. For your reference the last time the event queue was idle before your activity launch request was 1566899430566 and now the last time the queue went idle was: 1566899463646. If these numbers are the same your activity might be hogging the event queue.
[debug] �[35m[W3C (424e5215)]�[39m java.lang.RuntimeException: Could not launch intent Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=com.app.abc.app.smoketest/com.app.abc.app.MainActivity } within 45 seconds. Perhaps the main thread has not gone idle within a reasonable amount of time? There could be an animation or something constantly repainting the screen. Or the activity is doing network calls on creation? See the threaddump logs. For your reference the last time the event queue was idle before your activity launch request was 1566899430566 and now the last time the queue went idle was: 1566899463646. If these numbers are the same your activity might be hogging the event queue.

@KazuCocoa
Copy link
Member

KazuCocoa commented Aug 27, 2019

It looks reset also should guide delete / create session in espresso context
Let me check later.

@ania-s
Copy link
Author

ania-s commented Aug 28, 2019

@KazuCocoa so which commands can I actually use to stop & start app on Android? WebdriverIO that we use have no quit or any corresponding command. I don't think there is a mobile command I could execute. So any way to do that?
And what about launching an app? Is startActivity supported?

@KazuCocoa
Copy link
Member

According to http://appium.io/docs/en/commands/session/delete/, driver.endSession(); is for webdriverio as quit for other clients

@ania-s
Copy link
Author

ania-s commented Aug 28, 2019

Well I think this documentation is not up to date as there is no endSession() method for webdriverio. Hence I am really confused as it seems there is not way to handle it when using webdriverio

@jlipps
Copy link
Member

jlipps commented Aug 28, 2019

I think it's deleteSession

@ania-s
Copy link
Author

ania-s commented Aug 29, 2019

I think it's deleteSession

@jlipps I tried it yesterday as well but it deletes the session completely and I would have to start a new one providing all the capabilities etc. I cannot simply use startActivity afterwards as it complains that A session is either terminated or not started Is that really how it should work, that I need to start a new session?

@ania-s
Copy link
Author

ania-s commented Aug 29, 2019

I tried to use deleteSession and newSession to start the next test, however if I pass browser.capabilities to the newSession I get an error:
An unknown server-side error occurred while processing the command. Original error: Either JSONWP or W3C capabilities should be provided
I checked that all the capabilities have the correct type. And couldn't find wat wrong is.

@KazuCocoa
Copy link
Member

Could you share the latest appium log?
I'm not sure the cause is client-side or server-side.

I need to start a new session?

Yes.
Not same as UIA2, espresso ties to the app under test. Once you kill the process, you should re-launch espresso server since the instrumentation process has been stopped. If you only needed to make the app background, you can use background command instead of close the app command.

@ania-s
Copy link
Author

ania-s commented Aug 29, 2019

�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
�[35m[HTTP]�[39m �[90m{"capabilities":{"alwaysMatch":{"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"firstMatch":[{}]},"desiredCapabilities":{"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoket�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [{"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},null,{"alwaysMatch":{"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"firstMatch":[{}]}]
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1567066362913 (10:12:42 GMT+0200 (Central European Summer Time))
�[35m[BaseDriver]�[39m The capabilities ["automationName","nativeWebScreenshot","chromedriverExecutable","appActivity","appPackage","autoWebview","autoGrantPermissions","deviceName","app"] are not standard capabilities and should have an extension prefix
�[35m[Appium]�[39m Appium v1.14.2 creating new EspressoDriver (v1.15.1) session
�[35m[Appium]�[39m Capabilities:
�[35m[Appium]�[39m automationName: Espresso
�[35m[Appium]�[39m nativeWebScreenshot: true
�[35m[Appium]�[39m chromedriverExecutable: /Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver
�[35m[Appium]�[39m appActivity: com.app.abc.app.MainActivity
�[35m[Appium]�[39m appPackage: com.app.abc.app.smoketest
�[35m[Appium]�[39m autoWebview: true
�[35m[Appium]�[39m autoGrantPermissions: true
�[35m[Appium]�[39m platformName: Android
�[35m[Appium]�[39m deviceName: Galaxy Tab S2
�[35m[Appium]�[39m app: /Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
�[35m[Appium]�[39m Explicitly enabling use of insecure features:
�[35m[Appium]�[39m get_server_logs
[debug] �[35m[BaseDriver]�[39m W3C capabilities and MJSONWP desired capabilities were provided
[debug] �[35m[BaseDriver]�[39m Creating session with W3C capabilities: {
[debug] �[35m[BaseDriver]�[39m "alwaysMatch": {
[debug] �[35m[BaseDriver]�[39m "appium:automationName": "Espresso",
[debug] �[35m[BaseDriver]�[39m "appium:nativeWebScreenshot": true,
[debug] �[35m[BaseDriver]�[39m "appium:chromedriverExecutable": "/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver",
[debug] �[35m[BaseDriver]�[39m "appium:appActivity": "com.app.abc.app.MainActivity",
[debug] �[35m[BaseDriver]�[39m "appium:appPackage": "com.app.abc.app.smoketest",
[debug] �[35m[BaseDriver]�[39m "appium:autoWebview": true,
[debug] �[35m[BaseDriver]�[39m "appium:autoGrantPermissions": true,
[debug] �[35m[BaseDriver]�[39m "platformName": "Android",
[debug] �[35m[BaseDriver]�[39m "appium:deviceName": "Galaxy Tab S2",
[debug] �[35m[BaseDriver]�[39m "appium:app": "/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"
[debug] �[35m[BaseDriver]�[39m },
[debug] �[35m[BaseDriver]�[39m "firstMatch": [
[debug] �[35m[BaseDriver]�[39m {}
[debug] �[35m[BaseDriver]�[39m ]
[debug] �[35m[BaseDriver]�[39m }
�[35m[BaseDriver]�[39m Session created with session id: c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[BaseDriver]�[39m Using local app '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
[debug] �[35m[Espresso]�[39m Checking whether app is actually present
�[35m[Espresso]�[39m EspressoDriver version: 1.15.1
�[35m[ADB]�[39m Found 1 'build-tools' folders under '/Users/userA/Library/Android/sdk' (newest first):
�[35m[ADB]�[39m /Users/userA/Library/Android/sdk/build-tools/28.0.3
�[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb'
�[35m[AndroidDriver]�[39m Retrieving device list
[debug] �[35m[ADB]�[39m Trying to find a connected android device
[debug] �[35m[ADB]�[39m Getting connected devices...
[debug] �[35m[ADB]�[39m 1 device(s) connected
�[35m[AndroidDriver]�[39m Using device: d0ac6cf4
�[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb'
[debug] �[35m[ADB]�[39m Setting device id to d0ac6cf4
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell getprop ro.build.version.sdk'
[debug] �[35m[ADB]�[39m Current device property 'ro.build.version.sdk': 24
[debug] �[35m[ADB]�[39m Device API level: 24
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 wait-for-device'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell echo ping'
[debug] �[35m[AndroidDriver]�[39m Pushing settings apk to device...
[debug] �[35m[ADB]�[39m Getting install status for io.appium.settings
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package io.appium.settings'
[debug] �[35m[ADB]�[39m 'io.appium.settings' is not installed
[debug] �[35m[ADB]�[39m App '/Users/userA/abcapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is not installed
[debug] �[35m[ADB]�[39m Installing '/Users/userA/abcapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 4
�[35m[ADB]�[39m The application at '/Users/userA/abcapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is already cached to '/data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pm install -g /data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk'
�[35m[ADB]�[39m The installation of 'settings_apk-debug.apk' took 2.650s
[debug] �[35m[ADB]�[39m Install command stdout: Success
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'pgrep --help; echo $?''
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell am start -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER'
[debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pgrep ^appium.settings$'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell appops set io.appium.settings android:mock_location allow'
[debug] �[35m[Logcat]�[39m Starting logcat capture
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell settings get global animator_duration_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell settings get global transition_animation_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell settings get global window_animation_scale'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell am broadcast -a io.appium.settings.animation -n io.appium.settings/.receivers.AnimationSettingReceiver --es setstatus disable'
[debug] �[35m[Espresso]�[39m Forwarding Espresso Server port 6791 to 8300
[debug] �[35m[ADB]�[39m Forwarding system: 8300 to device: 6791
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 forward tcp:8300 tcp:6791'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys window'
�[35m[AndroidDriver]�[39m Screen already unlocked, doing nothing
[debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk
�[35m[ADB]�[39m Using 'apksigner' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner'
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for com.app.abc.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package com.app.abc.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.app.abc.app.smoketest' is not installed
[debug] �[35m[ADB]�[39m Getting install status for com.app.abc.app.smoketest
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package com.app.abc.app.smoketest'
[debug] �[35m[ADB]�[39m 'com.app.abc.app.smoketest' is not installed
[debug] �[35m[ADB]�[39m App '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is not installed
[debug] �[35m[ADB]�[39m Installing '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 4
�[35m[ADB]�[39m The application at '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already cached to '/data/local/tmp/appium_cache/ee512164370a461179d1596d8ce0c6664ce86fd9.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pm install -g /data/local/tmp/appium_cache/ee512164370a461179d1596d8ce0c6664ce86fd9.apk'
�[35m[ADB]�[39m The installation of 'app-smoketest-debug.apk' took 3.519s
[debug] �[35m[ADB]�[39m Install command stdout: Success
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell ls /data/local/tmp/espresso.apppackage'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell cat /data/local/tmp/espresso.apppackage'
[debug] �[35m[Espresso]�[39m The previous target application package was 'com.app.abc.app.smoketest'. The current package is 'com.app.abc.app.smoketest'
[debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk
[debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk"]'
[debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
[debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
[debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
[debug] �[35m[ADB]�[39m
[debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is already signed.
[debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package io.appium.espressoserver.test'
[debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed
[debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is not installed
�[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk')
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo ERROR''
[debug] �[35m[ADB]�[39m The count of applications in the cache: 4
�[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/cffbc1d70b8fb3ffb8926a6693605463f9caed53.apk'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pm install /data/local/tmp/appium_cache/cffbc1d70b8fb3ffb8926a6693605463f9caed53.apk'
�[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' took 4.358s
[debug] �[35m[ADB]�[39m Install command stdout: Success
�[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test')
[debug] �[35m[Espresso]�[39m Performing cleanup of automation leftovers
[debug] �[35m[Espresso]�[39m No obsolete sessions have been detected (Error: socket hang up)
�[35m[Espresso]�[39m Starting Espresso Server v1.15.1 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
[debug] �[35m[ADB]�[39m Creating ADB subprocess with args: ["-P",5037,"-s","d0ac6cf4","shell","am","instrument","-w","-e","debug","false","io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner"]
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT]
�[35m[Espresso]�[39m Waiting for Espresso to be online...
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8300/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 500: {"id":"8b4bdeec-1813-4437-993c-9d709e28a356","sessionId":null,"value":{"error":"unknown error","message":"kotlin.KotlinNullPointerException","stacktrace":"kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:49)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:762)\n"}}
[debug] �[35m[W3C]�[39m Matched W3C error code 'unknown error' to UnknownError
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8300/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"b14073ee-b119-4755-9505-032304f39b7e","sessionId":null,"value":null}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://localhost:8300/session] with body: {"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName"...
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"deff0be2-630a-42c5-99fb-c1a2dd0bf03b","sessionId":"cc1a33fd-e696-4a20-95a5-afe735292d5c","value":{"capabilities":{"alwaysMatch":{},"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity...
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C' per session creation request
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'echo "com.app.abc.app.smoketest" > "/data/local/tmp/espresso.apppackage"''
�[35m[Espresso]�[39m Recorded the target application package 'com.app.abc.app.smoketest' to /data/local/tmp/espresso.apppackage
[debug] �[35m[ADB]�[39m Waiting up to 20000ms for activity matching pkg: 'com.app.abc.app.smoketest' and activity: 'com.app.abc.app.MainActivity' to be focused
[debug] �[35m[ADB]�[39m Possible activities, to be checked: 'com.app.abc.app.MainActivity', 'com.app.abc.app.smoketest.com.app.abc.app.MainActivity'
[debug] �[35m[ADB]�[39m Getting focused package and activity
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys window windows'
[debug] �[35m[ADB]�[39m Found package: 'com.google.android.packageinstaller' and fully qualified activity name : 'com.android.packageinstaller.permission.ui.GrantPermissionsActivity'
[debug] �[35m[ADB]�[39m Incorrect package and activity. Retrying.
[debug] �[35m[ADB]�[39m Getting focused package and activity
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys window windows'
[debug] �[35m[ADB]�[39m Found package: 'com.app.abc.app.smoketest' and fully qualified activity name : 'com.app.abc.app.MainActivity'
�[35m[Espresso]�[39m Setting webview to context 'WEBVIEW_com.app.abc.app.smoketest' with timeout 2000ms
[debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell cat /proc/net/unix'
�[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on
[debug] �[35m[AndroidDriver]�[39m WEBVIEW_12369 mapped to pid 12369
[debug] �[35m[AndroidDriver]�[39m Getting process name for webview
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell ps'
[debug] �[35m[AndroidDriver]�[39m Parsed pid: '12369' pkg: 'com.app.abc.app.smoketest' from
[debug] �[35m[AndroidDriver]�[39m USER PID PPID VSIZE RSS WCHAN PC NAME
[debug] �[35m[AndroidDriver]�[39m u0_a166 12369 590 2180212 148252 SyS_epoll_ 0000000000 S com.app.abc.app.smoketest
[debug] �[35m[AndroidDriver]�[39m Returning process name: 'com.app.abc.app.smoketest'
[debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_com.app.abc.app.smoketest"]
[debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_com.app.abc.app.smoketest"]
[debug] �[35m[AndroidDriver]�[39m Connecting to chrome-backed webview context 'WEBVIEW_com.app.abc.app.smoketest'
[debug] �[35m[AndroidDriver]�[39m A port was not given, using random free port: 8009
[debug] �[35m[AndroidDriver]�[39m Automated Chromedriver download is disabled. Use 'chromedriver_autodownload' server feature to enable it
[debug] �[35m[AndroidDriver]�[39m Before starting chromedriver, androidPackage is 'com.app.abc.app.smoketest'
[debug] �[35m[Chromedriver]�[39m Changed state to 'starting'
�[35m[Chromedriver]�[39m Set chromedriver binary as: /Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver
[debug] �[35m[Chromedriver]�[39m Killing any old chromedrivers, running: pkill -15 -f "/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver.--port=8009"
�[35m[Chromedriver]�[39m No old chromedrivers seem to exist
[debug] �[35m[Chromedriver]�[39m Cleaning any old adb forwarded port socket connections
[debug] �[35m[ADB]�[39m List forwarding ports
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 forward --list'
[debug] �[35m[ADB]�[39m Removing forwarded port socket connection: 60620
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 forward --remove tcp:60620'
�[35m[Chromedriver]�[39m Spawning chromedriver with: /Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver --url-base=wd/hub --port=8009 --adb-port=5037 --verbose
[debug] �[35m[Chromedriver]�[39m Chromedriver version: '76.0.3809.68'
[debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8009/wd/hub/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"value":{"build":{"version":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"x86_64","name":"Mac OS X","version":"10.14.6"},"ready":true}}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://127.0.0.1:8009/wd/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.app.abc.app.smoketest","androidUseRunningApp":true,"androidDeviceSerial":"d0ac6cf4"},"loggingPrefs":{"browser":"ALL"}}}
[debug] �[35m[Chromedriver]�[39m Webview version: 'Chrome/76.0.3809.132'
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"acceptInsecureCerts":false,"acceptSslCerts":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"cssSelectorsEnabled":true,"databaseEnabled":false,"goog:chromeOptions":{"debuggerAddress":"localhost:60925"},"handlesAlerts":true,"hasTouchScreen":true,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"pageLoadStrategy":"normal","platform":"ANDROID","proxy":{},"rotatable":false,"setWindowRect":false,"strictFileInteractability":false,"takesHeapSnapshot":true,"takesScreenshot":true,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"unexpectedAlertBehaviour":"ignore","version":"76.0.3809.132","webStorageEnabled":true}}
[debug] �[35m[WD Proxy]�[39m Updated the downstream protocol to 'MJSONWP' as per session creation request
[debug] �[35m[Chromedriver]�[39m Changed state to 'online'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/info] to [GET http://localhost:8300/session/cc1a33fd-e696-4a20-95a5-afe735292d5c/appium/device/info] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"a3f007bf-b0aa-46dc-abe6-301e43c3a581","sessionId":"cc1a33fd-e696-4a20-95a5-afe735292d5c","value":{"platformVersion":"7.0","androidId":"c5103d24218bc01f","realDisplaySize":"2048x1536","brand":"samsung","locale":"en_US","carrierName":"","apiVersion":"24","manufacturer":"samsung","displayDensity":320,"timeZone":"Europe/Berlin","model":"SM-T819"}}
�[35m[Appium]�[39m New EspressoDriver session created successfully, session c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1 added to master session list
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1567066387297 (10:13:07 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (c7cc4602)]�[39m Cached the protocol value 'W3C' for the new session c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[32m200�[39m �[90m24390 ms - 549�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='LoginPage_testId']"}\n (Session info: chrome=76.0.3809.132)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element has failed
[debug] �[35m[W3C (c7cc4602)]�[39m at JWProxy.proxy (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:234:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[33m404�[39m �[90m972 ms - 1157�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/elements] with body: {"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements �[39m�[32m200�[39m �[90m84 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/elements] with body: {"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":[{"ELEMENT":"0.1022189318427924-1"}]}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements �[39m�[32m200�[39m �[90m239 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-1"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m35 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-1/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-1/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-1/rect] to [GET http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-1/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-1/rect �[39m�[32m200�[39m �[90m36 ms - 117�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-1/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-1/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-1/rect] to [GET http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-1/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-1/rect �[39m�[32m200�[39m �[90m26 ms - 117�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.getScreenshot() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFPWElEQVR4AezBXXaTScCYwWrOrC1Xuc3+9/ElhyeABzyAfyS9rZYsd9X4X//7/2Tbbqgslm2ufJPFss1VPoGslsWyTZQsle0KkqXyoVT+3//7v/7v//yPkww3NKyTlwwzDPcg3wyHDcNjGI7J3RnDPRgulD8MUw1/SM4zzDQcNtyfTDcMr8mJholyHcM1DOcrrxsmG+7dMENeNIbZykMYFhvD67Ja2SYrN5BtrrJYtvnKA8tqWSzbZMkRX2zbDZXFss2Vb7JYtrnKJ5DVsli2iZKlsl1BslQ+nIqcLjeUNXJdubX8K4cljyGXy10q9yDkTHlBpspvcr4QMkMOy33JVSQvyRlCyEG5nlxDzlPelslC7lmOyquKsv0ti5WXZbWyTVZuINtcZXsA5YFltSyWbbLkqC+27UbKYtmuIItlmyufQVbLYtkmSraPL1kqH1OpnCLk1nJdeUs+vvwhhyWPIefLdpqcKG/IVPkhuQ85LPchV5XcXq4v15DTlBvKPculcpKy3YFya2WbrNxAtrnKDWSbqzywrJbFst2pf2zbDZTFss1XFss2V/kEsloWyzZRsly2yZKl8mElyXvyrBi+GW4kT4a5coowHJVnwyp5RRgOSX4aho8rDKfJ3Ss/jOEehOENOUEYZqn8MBySJ8NRYTgkT4bbyBLJk+GQMJwp6+TZMEsYXldOlyfDZGG4V3kynCpnKcZwRHkoeTIsVH4YlivbZOUGss1VbiDbXOWBZbUslm2yZJYvtm2xsli2uUJZLNtc5RPIalks20TJUiHbZMlS+dAK5S35WyjKDWWenCOEzJAV8o4QclhyEyEThJDX5UMpyj3IK3KGEHJE8kvIYZkh5LCslxvIYSEnyu1kprysXCZksty7nCIXKZcI5WGFrBRFWaVsk5UbyDZXWSxkm6s8sKyWxbJNlsz0xbYtVBbLdgVZLNtc+QyyWhbLNlGyfXzJUvn4SnlV...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot �[39m�[32m200�[39m �[90m1002 ms - 114552�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//[@data-test-id='Username_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//
[@data-test-id='Username_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-2"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m81 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-2/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-2/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-2/clear] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-2/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-2/clear �[39m�[32m200�[39m �[90m119 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-2/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-2/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-2/value] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-2/value] with body: {"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-2/value �[39m�[32m200�[39m �[90m673 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.getScreenshot() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFZh0lEQVR4AezBXXaTScCYwWrOrC1Xuc3+9/ElhyeABzyAfyS9rZYsd9X4X//7/2Tbbqgslm2ufJPFss1VPoGslsWyTZQsle0KkqXyoVT+3//7v/7v//yPkww3NKyTlwwzDPcg3wyHDcNjGI7J3RnDPRgulD8MUw1/SM4zzDQcNtyfTDcMr8mJholyHcM1DOcrrxsmG+7dMENeNIbZykMYFhvD67Ja2SYrN5BtrrJYtvnKA8tqWSzbZMkRX2zbDZXFss2Vb7JYtrnKJ5DVsli2iZKlsl1BslQ+nIqcLjeUNXJdubX8K4cljyGXy10q9yDkTHlBpspvcr4QMkMOy33JVSQvyRlCyEG5nlxDzlPelslC7lmOyquKsv0ti5WXZbWyTVZuINtcZXsA5YFltSyWbbLkqC+27UbKYtmuIItlmyufQVbLYtkmSraPL1kqH1OpnCLk1nJdeUs+vvwhhyWPIefLdpqcKG/IVPkhuQ85LPchV5XcXq4v15DTlBvKPculcpKy3YFya2WbrNxAtrnKDWSbqzywrJbFst2pf2zbDZTFss1XFss2V/kEsloWyzZRsly2yZKl8mElyXvyrBi+GW4kT4a5coowHJVnwyp5RRgOSX4aho8rDKfJ3Ss/jOEehOENOUEYZqn8MBySJ8NRYTgkT4bbyBLJk+GQMJwp6+TZMEsYXldOlyfDZGG4V3kynCpnKcZwRHkoeTIsVH4YlivbZOUGss1VbiDbXOWBZbUslm2yZJYvtm2xsli2uUJZLNtc5RPIalks20TJUiHbZMlS+dAK5S35WyjKDWWenCOEzJAV8o4QclhyEyEThJDX5UMpyj3IK3KGEHJE8kvIYZkh5LCslxvIYSEnyu1kprysXCZksty7nCIXKZcI5WGFrBRFWaVsk5UbyDZXWSxkm6s8sKyWxbJNlsz0xbYtVBbLdgVZLNtc+QyyWhbLNlGyfXzJUvn4SnlV...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot �[39m�[32m200�[39m �[90m1012 ms - 118028�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//[@data-test-id='Username_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//
[@data-test-id='Username_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-2"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m44 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-2/attribute/value�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-2/attribute/value' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-2/attribute/value] to [GET http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-2/attribute/value] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":"drivertest2"}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-2/attribute/value �[39m�[32m200�[39m �[90m32 ms - 74�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.getScreenshot() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFZh0lEQVR4AezBXXaTScCYwWrOrC1Xuc3+9/ElhyeABzyAfyS9rZYsd9X4X//7/2Tbbqgslm2ufJPFss1VPoGslsWyTZQsle0KkqXyoVT+3//7v/7v//yPkww3NKyTlwwzDPcg3wyHDcNjGI7J3RnDPRgulD8MUw1/SM4zzDQcNtyfTDcMr8mJholyHcM1DOcrrxsmG+7dMENeNIbZykMYFhvD67Ja2SYrN5BtrrJYtvnKA8tqWSzbZMkRX2zbDZXFss2Vb7JYtrnKJ5DVsli2iZKlsl1BslQ+nIqcLjeUNXJdubX8K4cljyGXy10q9yDkTHlBpspvcr4QMkMOy33JVSQvyRlCyEG5nlxDzlPelslC7lmOyquKsv0ti5WXZbWyTVZuINtcZXsA5YFltSyWbbLkqC+27UbKYtmuIItlmyufQVbLYtkmSraPL1kqH1OpnCLk1nJdeUs+vvwhhyWPIefLdpqcKG/IVPkhuQ85LPchV5XcXq4v15DTlBvKPculcpKy3YFya2WbrNxAtrnKDWSbqzywrJbFst2pf2zbDZTFss1XFss2V/kEsloWyzZRsly2yZKl8mElyXvyrBi+GW4kT4a5coowHJVnwyp5RRgOSX4aho8rDKfJ3Ss/jOEehOENOUEYZqn8MBySJ8NRYTgkT4bbyBLJk+GQMJwp6+TZMEsYXldOlyfDZGG4V3kynCpnKcZwRHkoeTIsVH4YlivbZOUGss1VbiDbXOWBZbUslm2yZJYvtm2xsli2uUJZLNtc5RPIalks20TJUiHbZMlS+dAK5S35WyjKDWWenCOEzJAV8o4QclhyEyEThJDX5UMpyj3IK3KGEHJE8kvIYZkh5LCslxvIYSEnyu1kprysXCZksty7nCIXKZcI5WGFrBRFWaVsk5UbyDZXWSxkm6s8sKyWxbJNlsz0xbYtVBbLdgVZLNtc+QyyWhbLNlGyfXzJUvn4SnlV...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot �[39m�[32m200�[39m �[90m1027 ms - 118028�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//[@data-test-id='Password_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//
[@data-test-id='Password_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-3"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m71 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-3/clear�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-3/clear' to command name 'clear'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-3/clear] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-3/clear] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-3/clear �[39m�[32m200�[39m �[90m106 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-3/value�[39m
�[35m[HTTP]�[39m �[90m{"text":"doe","value":["d","o","e"]}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-3/value' to command name 'setValue'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-3/value] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-3/value] with body: {"text":"doe","value":["d","o","e"]}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-3/value �[39m�[32m200�[39m �[90m247 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.getScreenshot() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFFyklEQVR4AezBXXaTScCYwWrOrC1Xuc3+9/ElhyeABzyAfyS9rZYsd9X4X//7/2Tbbqgslm2ufJPFss1VPoGslsWyTZQsle0KkqXyoVT+3//7v/7v//yPkww3NKyTlwwzDPcg3wyHDcNjGI7J3RnDPRgulD8MUw1/SM4zzDQcNtyfTDcMr8mJholyHcM1DOcrrxsmG+7dMENeNIbZykMYFhvD67Ja2SYrN5BtrrJYtvnKA8tqWSzbZMkRX2zbDZXFss2Vb7JYtrnKJ5DVsli2iZKlsl1BslQ+nIqcLjeUNXJdubX8K4cljyGXy10q9yDkTHlBpspvcr4QMkMOy33JVSQvyRlCyEG5nlxDzlPelslC7lmOyquKsv0ti5WXZbWyTVZuINtcZXsA5YFltSyWbbLkqC+27UbKYtmuIItlmyufQVbLYtkmSraPL1kqH1OpnCLk1nJdeUs+vvwhhyWPIefLdpqcKG/IVPkhuQ85LPchV5XcXq4v15DTlBvKPculcpKy3YFya2WbrNxAtrnKDWSbqzywrJbFst2pf2zbDZTFss1XFss2V/kEsloWyzZRsly2yZKl8mElyXvyrBi+GW4kT4a5coowHJVnwyp5RRgOSX4aho8rDKfJ3Ss/jOEehOENOUEYZqn8MBySJ8NRYTgkT4bbyBLJk+GQMJwp6+TZMEsYXldOlyfDZGG4V3kynCpnKcZwRHkoeTIsVH4YlivbZOUGss1VbiDbXOWBZbUslm2yZJYvtm2xsli2uUJZLNtc5RPIalks20TJUiHbZMlS+dAK5S35WyjKDWWenCOEzJAV8o4QclhyEyEThJDX5UMpyj3IK3KGEHJE8kvIYZkh5LCslxvIYSEnyu1kprysXCZksty7nCIXKZcI5WGFrBRFWaVsk5UbyDZXWSxkm6s8sKyWxbJNlsz0xbYtVBbLdgVZLNtc+QyyWhbLNlGyfXzJUvn4SnlV...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot �[39m�[32m200�[39m �[90m1022 ms - 111292�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//[@data-test-id='Password_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//
[@data-test-id='Password_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-3"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m41 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-3/attribute/value�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-3/attribute/value' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-3/attribute/value] to [GET http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-3/attribute/value] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":"doe"}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-3/attribute/value �[39m�[32m200�[39m �[90m28 ms - 66�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.getScreenshot() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFBvElEQVR4AezBXXaTScCYwWrOrC1Xuc3+9/ElhyeABzyAfyS9rZYsd9X4X//7/2Tbbqgslm2ufJPFss1VPoGslsWyTZQsle0KkqXyoVT+3//7v/7v//yPkww3NKyTlwwzDPcg3wyHDcNjGI7J3RnDPRgulD8MUw1/SM4zzDQcNtyfTDcMr8mJholyHcM1DOcrrxsmG+7dMENeNIbZykMYFhvD67Ja2SYrN5BtrrJYtvnKA8tqWSzbZMkRX2zbDZXFss2Vb7JYtrnKJ5DVsli2iZKlsl1BslQ+nIqcLjeUNXJdubX8K4cljyGXy10q9yDkTHlBpspvcr4QMkMOy33JVSQvyRlCyEG5nlxDzlPelslC7lmOyquKsv0ti5WXZbWyTVZuINtcZXsA5YFltSyWbbLkqC+27UbKYtmuIItlmyufQVbLYtkmSraPL1kqH1OpnCLk1nJdeUs+vvwhhyWPIefLdpqcKG/IVPkhuQ85LPchV5XcXq4v15DTlBvKPculcpKy3YFya2WbrNxAtrnKDWSbqzywrJbFst2pf2zbDZTFss1XFss2V/kEsloWyzZRsly2yZKl8mElyXvyrBi+GW4kT4a5coowHJVnwyp5RRgOSX4aho8rDKfJ3Ss/jOEehOENOUEYZqn8MBySJ8NRYTgkT4bbyBLJk+GQMJwp6+TZMEsYXldOlyfDZGG4V3kynCpnKcZwRHkoeTIsVH4YlivbZOUGss1VbiDbXOWBZbUslm2yZJYvtm2xsli2uUJZLNtc5RPIalks20TJUiHbZMlS+dAK5S35WyjKDWWenCOEzJAV8o4QclhyEyEThJDX5UMpyj3IK3KGEHJE8kvIYZkh5LCslxvIYSEnyu1kprysXCZksty7nCIXKZcI5WGFrBRFWaVsk5UbyDZXWSxkm6s8sKyWxbJNlsz0xbYtVBbLdgVZLNtc+QyyWhbLNlGyfXzJUvn4SnlV...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot �[39m�[32m200�[39m �[90m1024 ms - 109908�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//[@data-test-id='LoginButton_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//
[@data-test-id='LoginButton_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-4"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m74 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-4/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-4/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-4/click] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-4/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-4/click �[39m�[32m200�[39m �[90m299 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-1"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m25 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/elements] with body: {"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":[{"ELEMENT":"0.1022189318427924-1"}]}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements �[39m�[32m200�[39m �[90m24 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//[@data-test-id='LoginPage_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/elements] with body: {"using":"xpath","value":"//
[@data-test-id='LoginPage_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements �[39m�[32m200�[39m �[90m125 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.getScreenshot() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAV5T0lEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot �[39m�[32m200�[39m �[90m1236 ms - 478404�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//[@data-test-id='SearchSpringboardCard_testId']"}\n (Session info: chrome=76.0.3809.132)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element has failed
[debug] �[35m[W3C (c7cc4602)]�[39m at JWProxy.proxy (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:234:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[33m404�[39m �[90m63 ms - 1181�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements �[39m�[32m200�[39m �[90m68 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":[]}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements �[39m�[32m200�[39m �[90m279 ms - 63�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/elements] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":[{"ELEMENT":"0.1022189318427924-5"}]}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements �[39m�[32m200�[39m �[90m92 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='SearchSpringboardCard_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='SearchSpringboardCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-5"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m151 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-5/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-5/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-5/rect] to [GET http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-5/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"height":700,"width":384,"x":75.375,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-5/rect �[39m�[32m200�[39m �[90m314 ms - 113�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-5/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-5/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-5/rect] to [GET http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-5/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"height":700,"width":384,"x":75.375,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-5/rect �[39m�[32m200�[39m �[90m86 ms - 113�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.getScreenshot() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAExhUlEQVR4AezBS4il+UE3/u/znHPq1P3SXV3V3THJxLxRJyGKuBAxGowgyQsujESELNwIQnDpQiOI22yzUiSMO1EQEx10MAlZKAmiUbygZPSf5E3MTHddui6nqrrO5Xl+/38J9Tr/cSZzq66q0/35fKry/wkAAAAAAAAAMNXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAA...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot �[39m�[32m200�[39m �[90m969 ms - 104372�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='CategoryButton_petrol-station_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='CategoryButton_petrol-station_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-6"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m503 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='CategoryButton_petrol-station_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/elements] with body: {"using":"xpath","value":"//[@data-test-id='CategoryButton_petrol-station_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":[{"ELEMENT":"0.1022189318427924-6"}]}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements �[39m�[32m200�[39m �[90m167 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.getScreenshot() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAE1lklEQVR4AezBS4yleUE3/u/znFN16n7prq7qbgRG+CMOiMT4/8cYUSImb8DEhRiMCQs3JCTEpQuFxLhly0pjCO4IJkTAiUwEwgICMQpGNBDQF3kHZ6a7Ll2XU7dzeZ7fP0VSrzjOMLfq6jrdn8+nemZcSgAAAAAAAACAiVYHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAA...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot �[39m�[32m200�[39m �[90m952 ms - 105760�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='CategoryButton_petrol-station_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='CategoryButton_petrol-station_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-6"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m102 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-6/click�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-6/click' to command name 'click'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-6/click] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-6/click] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":null}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-6/click �[39m�[32m200�[39m �[90m242 ms - 65�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.getScreenshot() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAE1lklEQVR4AezBS4yleUE3/u/znFN16n7prq7qbgRG+CMOiMT4/8cYUSImb8DEhRiMCQs3JCTEpQuFxLhly0pjCO4IJkTAiUwEwgICMQpGNBDQF3kHZ6a7Ll2XU7dzeZ7fP0VSrzjOMLfq6jrdn8+nemZcSgAAAAAAAACAiVYHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAAAACAiVcHAAAAAAAAAJh4dQAAAAAA...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot �[39m�[32m200�[39m �[90m987 ms - 105760�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='CategorySearchCard_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='CategorySearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m608 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='CategorySearchCard_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/elements] with body: {"using":"xpath","value":"//[@data-test-id='CategorySearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":[{"ELEMENT":"0.1022189318427924-7"}]}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements �[39m�[32m200�[39m �[90m221 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='CategorySearchCard_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='CategorySearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m329 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-7/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-7/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-7/rect] to [GET http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-7/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"height":700,"width":384,"x":75.375,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-7/rect �[39m�[32m200�[39m �[90m83 ms - 113�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-7/rect�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-7/rect' to command name 'getElementRect'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-7/rect] to [GET http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-7/rect] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"height":700,"width":384,"x":75.375,"y":34.1328125}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-7/rect �[39m�[32m200�[39m �[90m34 ms - 113�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.getScreenshot() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAALHfUlEQVR4AezBy25rWYLf6f9ae5ObV4kUKYrkOZERlYUy0ukceeACEqgyYKBnnrjeod+rn6BHfoJuwEB70D0zjG6UKzIj8og3kZJ43Zt7rdVWlJWpjMjwOTpHF27q933mf/t/QhAAAAAAAAAAAAAAACg0KwAAAAAAAAAAAAAAUHhWAAAAAAAAAAAAAACg8KwAAAAAAAAAAAAAAEDhWQEAAAAAAAAAAAAAgMKzAgAAAAAAAAAAAAAAhWcFAAAAAAAAAAAAAAAKzwoAAAAAAAAAAAAAABSeFQAAAAAAAAAAAAAAKDwrAAAAAAAAAAAAAABQeFYAAAAAAAAAAAAAAKDwrAAAAAAAAAAAAAAAQOFZAQAAAAAAAAAAAACAwrMCAAAAAAAAAAAAAACFZwUAAAAAAAAAAAAAAArPCgAAAAAAAAAAAAAAFJ4VAAAAAAAAAAAAAAAoPCsAAAAAAAAAAAAAAFB4VgAAAAAAAAAAAAAAoPCsAAAAAAAAAAAAAABA4VkBAAAAAAAAAAAAAIDCswIAAAAAAAAAAAAAAIVnBQAAAAAAAAAAAAAACs8KAAAAAAAAAAAAAAAUnhUAAAAAAAAAAAAAACg8KwAAAAAAAAAAAAAAUHhWAAAAAAAAAAAAAACg8KwAAAAAAAAAAAAAAEDhWQEAAAAAAAAAAAAAgMKzAgAAAAAAAAAAAAAAhWcFAAAAAAAAAAAAAAAKzwoAAAAAAAAAAAAAABSeFQAAAAAAAAAAAAAAKDwrAAAAAAAAAAAAAABQeFYAAAAAAAAAAAAAAKDwrAAAAAAAAAAAAAAAQOFZAQAAAAAAAAAAAACAwrMCAAAAAAAAAAAAAACFZwUAAAAAAAAAAAAAAArPCgAAAAAAAAAAAAAAFJ4VAAAAAAAAAAAAAAAoPCsAAAAAAAAAAAAAAFB4VgAAAAAAAAAAAAAAoPCsAAAAAAAAAAAAAABA4VkBAAAAAAAA...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot �[39m�[32m200�[39m �[90m1004 ms - 242944�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='CategorySearchCard_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='CategorySearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m56 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='CategorySearchCard_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements' to command name 'findElements'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/elements] with body: {"using":"xpath","value":"//[@data-test-id='CategorySearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":[{"ELEMENT":"0.1022189318427924-7"}]}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/elements �[39m�[32m200�[39m �[90m36 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='CategorySearchCard_testId']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='CategorySearchCard_testId']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-7"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m36 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-7/attribute/title�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-7/attribute/title' to command name 'getAttribute'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-7/attribute/title] to [GET http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element/0.1022189318427924-7/attribute/title] with body: {}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":"Petrol Station"}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element/0.1022189318427924-7/attribute/title �[39m�[32m200�[39m �[90m33 ms - 77�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.getScreenshot() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAALHfUlEQVR4AezBy25rWYLf6f9ae5ObV4kUKYrkOZERlYUy0ukceeACEqgyYKBnnrjeod+rn6BHfoJuwEB70D0zjG6UKzIj8og3kZJ43Zt7rdVWlJWpjMjwOTpHF27q933mf/t/QhAAAAAAAAAAAAAAACg0KwAAAAAAAAAAAAAAUHhWAAAAAAAAAAAAAACg8KwAAAAAAAAAAAAAAEDhWQEAAAAAAAAAAAAAgMKzAgAAAAAAAAAAAAAAhWcFAAAAAAAAAAAAAAAKzwoAAAAAAAAAAAAAABSeFQAAAAAAAAAAAAAAKDwrAAAAAAAAAAAAAABQeFYAAAAAAAAAAAAAAKDwrAAAAAAAAAAAAAAAQOFZAQAAAAAAAAAAAACAwrMCAAAAAAAAAAAAAACFZwUAAAAAAAAAAAAAAArPCgAAAAAAAAAAAAAAFJ4VAAAAAAAAAAAAAAAoPCsAAAAAAAAAAAAAAFB4VgAAAAAAAAAAAAAAoPCsAAAAAAAAAAAAAABA4VkBAAAAAAAAAAAAAIDCswIAAAAAAAAAAAAAAIVnBQAAAAAAAAAAAAAACs8KAAAAAAAAAAAAAAAUnhUAAAAAAAAAAAAAACg8KwAAAAAAAAAAAAAAUHhWAAAAAAAAAAAAAACg8KwAAAAAAAAAAAAAAEDhWQEAAAAAAAAAAAAAgMKzAgAAAAAAAAAAAAAAhWcFAAAAAAAAAAAAAAAKzwoAAAAAAAAAAAAAABSeFQAAAAAAAAAAAAAAKDwrAAAAAAAAAAAAAABQeFYAAAAAAAAAAAAAAKDwrAAAAAAAAAAAAAAAQOFZAQAAAAAAAAAAAACAwrMCAAAAAAAAAAAAAACFZwUAAAAAAAAAAAAAAArPCgAAAAAAAAAAAAAAFJ4VAAAAAAAAAAAAAAAoPCsAAAAAAAAAAAAAAFB4VgAAAAAAAAAAAAAAoPCsAAAAAAAAAAAAAABA4VkBAAAAAAAA...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot �[39m�[32m200�[39m �[90m1005 ms - 242944�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_0']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_0']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-8"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m86 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_1']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_1']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-9"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m59 ms - 156�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_2']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_2']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-10"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m59 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_3']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_3']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-11"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m66 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_4']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_4']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-12"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m58 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_5']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_5']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-13"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m56 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_6']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_6']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-14"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m49 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_7']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_7']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-15"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m54 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_8']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_8']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-16"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m62 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_9']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_9']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-17"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m51 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_10']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_10']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-18"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m64 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_11']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_11']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-19"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m50 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_12']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_12']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-20"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m47 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_13']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_13']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-21"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m67 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_14']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_14']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-22"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m75 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_15']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_15']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-23"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m51 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_16']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_16']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-24"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m60 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_17']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_17']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-25"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m58 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_18']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_18']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-26"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m52 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_19']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_19']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":0,"value":{"ELEMENT":"0.1022189318427924-27"}}
�[35m[WD Proxy]�[39m Replacing sessionId c31ec595f57847b7506e5c474d561f04 with c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[32m200�[39m �[90m59 ms - 158�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//
[@data-test-id='searchItem_testId_20']"}�[39m
�[35m[W3C (c7cc4602)]�[39m Driver proxy active, passing request on via HTTP proxy
[debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element' to command name 'findElement'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element] to [POST http://127.0.0.1:8009/wd/hub/session/c31ec595f57847b7506e5c474d561f04/element] with body: {"using":"xpath","value":"//[@data-test-id='searchItem_testId_20']"}
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"c31ec595f57847b7506e5c474d561f04","status":7,"value":{"message":"no such element: Unable to locate element: {"method":"xpath","selector":"//
[@data-test-id='searchItem_testId_20']"}\n (Session info: chrome=76.0.3809.132)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}}
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element has failed
[debug] �[35m[W3C (c7cc4602)]�[39m at JWProxy.proxy (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:234:13)
[debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/element �[39m�[33m404�[39m �[90m63 ms - 1165�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.getScreenshot() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAALHfUlEQVR4AezBy25rWYLf6f9ae5ObV4kUKYrkOZERlYUy0ukceeACEqgyYKBnnrjeod+rn6BHfoJuwEB70D0zjG6UKzIj8og3kZJ43Zt7rdVWlJWpjMjwOTpHF27q933mf/t/QhAAAAAAAAAAAAAAACg0KwAAAAAAAAAAAAAAUHhWAAAAAAAAAAAAAACg8KwAAAAAAAAAAAAAAEDhWQEAAAAAAAAAAAAAgMKzAgAAAAAAAAAAAAAAhWcFAAAAAAAAAAAAAAAKzwoAAAAAAAAAAAAAABSeFQAAAAAAAAAAAAAAKDwrAAAAAAAAAAAAAABQeFYAAAAAAAAAAAAAAKDwrAAAAAAAAAAAAAAAQOFZAQAAAAAAAAAAAACAwrMCAAAAAAAAAAAAAACFZwUAAAAAAAAAAAAAAArPCgAAAAAAAAAAAAAAFJ4VAAAAAAAAAAAAAAAoPCsAAAAAAAAAAAAAAFB4VgAAAAAAAAAAAAAAoPCsAAAAAAAAAAAAAABA4VkBAAAAAAAAAAAAAIDCswIAAAAAAAAAAAAAAIVnBQAAAAAAAAAAAAAACs8KAAAAAAAAAAAAAAAUnhUAAAAAAAAAAAAAACg8KwAAAAAAAAAAAAAAUHhWAAAAAAAAAAAAAACg8KwAAAAAAAAAAAAAAEDhWQEAAAAAAAAAAAAAgMKzAgAAAAAAAAAAAAAAhWcFAAAAAAAAAAAAAAAKzwoAAAAAAAAAAAAAABSeFQAAAAAAAAAAAAAAKDwrAAAAAAAAAAAAAABQeFYAAAAAAAAAAAAAAKDwrAAAAAAAAAAAAAAAQOFZAQAAAAAAAAAAAACAwrMCAAAAAAAAAAAAAACFZwUAAAAAAAAAAAAAAArPCgAAAAAAAAAAAAAAFJ4VAAAAAAAAAAAAAAAoPCsAAAAAAAAAAAAAAFB4VgAAAAAAAAAAAAAAoPCsAAAAAAAAAAAAAABA4VkBAAAAAAAA...
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/screenshot �[39m�[32m200�[39m �[90m980 ms - 242944�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Calling AppiumDriver.deleteSession() with args: ["c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1"]
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionRequested' logged at 1567066409820 (10:13:29 GMT+0200 (Central European Summer Time))
�[35m[Appium]�[39m Removing session c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1 from our master session list
[debug] �[35m[Espresso]�[39m Deleting espresso session
[debug] �[35m[Espresso]�[39m Deleting Espresso server session
[debug] �[35m[WD Proxy]�[39m Matched '/' to command name 'deleteSession'
[debug] �[35m[WD Proxy]�[39m Proxying [DELETE /] to [DELETE http://localhost:8300/session/cc1a33fd-e696-4a20-95a5-afe735292d5c] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"5af7b30c-7bd4-486b-ae6d-6d65d57d9029","sessionId":"cc1a33fd-e696-4a20-95a5-afe735292d5c","value":{"id":"9d00b685-11bd-4ec5-ae1e-97a579d661f2","sessionId":null,"value":null}}
[debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] io.appium.espressoserver.EspressoServerRunnerTest:
�[35m[Espresso]�[39m Instrumentation process exited with code null from signal SIGTERM
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell am broadcast -a io.appium.settings.animation -n io.appium.settings/.receivers.AnimationSettingReceiver --es setstatus enable'
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell am force-stop com.app.abc.app.smoketest'
[debug] �[35m[Logcat]�[39m Stopping logcat capture
[debug] �[35m[ADB]�[39m Removing forwarded port socket connection: 8300
[debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 forward --remove tcp:8300'
[debug] �[35m[BaseDriver]�[39m Event 'quitSessionFinished' logged at 1567066411328 (10:13:31 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (c7cc4602)]�[39m Received response: null
[debug] �[35m[W3C (c7cc4602)]�[39m But deleting session, so not returning
[debug] �[35m[W3C (c7cc4602)]�[39m Responding to client with driver.deleteSession() result: null
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1 �[39m�[32m200�[39m �[90m1510 ms - 14�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
�[35m[HTTP]�[39m �[90m{"capabilities":{"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [null,null,{"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}]
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1567066411333 (10:13:31 GMT+0200 (Central European Summer Time))
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1567066411334 (10:13:31 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C]�[39m Encountered internal error running command: Error: Either JSONWP or W3C capabilities should be provided
[debug] �[35m[W3C]�[39m at parseCapsForInnerDriver (/Users/userA/abcapp/test/acceptance/app/node_modules/appium/lib/utils.js:58:14)
[debug] �[35m[W3C]�[39m at AppiumDriver.createSession (/Users/userA/abcapp/test/acceptance/app/node_modules/appium/lib/appium.js:294:26)
[debug] �[35m[W3C]�[39m at AppiumDriver.executeCommand (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/driver.js:377:19)
[debug] �[35m[W3C]�[39m at AppiumDriver.executeCommand (/Users/userA/abcapp/test/acceptance/app/node_modules/appium/lib/appium.js:491:26)
[debug] �[35m[W3C]�[39m at executeCommand (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:285:34)
[debug] �[35m[W3C]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[31m500�[39m �[90m7 ms - 682�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
�[35m[HTTP]�[39m �[90m{"capabilities":{"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [null,null,{"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}]
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1567066411341 (10:13:31 GMT+0200 (Central European Summer Time))
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1567066411341 (10:13:31 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C]�[39m Encountered internal error running command: Error: Either JSONWP or W3C capabilities should be provided
[debug] �[35m[W3C]�[39m at parseCapsForInnerDriver (/Users/userA/abcapp/test/acceptance/app/node_modules/appium/lib/utils.js:58:14)
[debug] �[35m[W3C]�[39m at AppiumDriver.createSession (/Users/userA/abcapp/test/acceptance/app/node_modules/appium/lib/appium.js:294:26)
[debug] �[35m[W3C]�[39m at AppiumDriver.executeCommand (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/driver.js:377:19)
[debug] �[35m[W3C]�[39m at AppiumDriver.executeCommand (/Users/userA/abcapp/test/acceptance/app/node_modules/appium/lib/appium.js:491:26)
[debug] �[35m[W3C]�[39m at executeCommand (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:285:34)
[debug] �[35m[W3C]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[31m500�[39m �[90m4 ms - 682�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
�[35m[HTTP]�[39m �[90m{"capabilities":{"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [null,null,{"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}]
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1567066411346 (10:13:31 GMT+0200 (Central European Summer Time))
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1567066411346 (10:13:31 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C]�[39m Encountered internal error running command: Error: Either JSONWP or W3C capabilities should be provided
[debug] �[35m[W3C]�[39m at parseCapsForInnerDriver (/Users/userA/abcapp/test/acceptance/app/node_modules/appium/lib/utils.js:58:14)
[debug] �[35m[W3C]�[39m at AppiumDriver.createSession (/Users/userA/abcapp/test/acceptance/app/node_modules/appium/lib/appium.js:294:26)
[debug] �[35m[W3C]�[39m at AppiumDriver.executeCommand (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/driver.js:377:19)
[debug] �[35m[W3C]�[39m at AppiumDriver.executeCommand (/Users/userA/abcapp/test/acceptance/app/node_modules/appium/lib/appium.js:491:26)
[debug] �[35m[W3C]�[39m at executeCommand (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:285:34)
[debug] �[35m[W3C]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[31m500�[39m �[90m3 ms - 682�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m
�[35m[HTTP]�[39m �[90m{"capabilities":{"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}�[39m
[debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [null,null,{"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}]
[debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1567066411350 (10:13:31 GMT+0200 (Central European Summer Time))
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1567066411350 (10:13:31 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C]�[39m Encountered internal error running command: Error: Either JSONWP or W3C capabilities should be provided
[debug] �[35m[W3C]�[39m at parseCapsForInnerDriver (/Users/userA/abcapp/test/acceptance/app/node_modules/appium/lib/utils.js:58:14)
[debug] �[35m[W3C]�[39m at AppiumDriver.createSession (/Users/userA/abcapp/test/acceptance/app/node_modules/appium/lib/appium.js:294:26)
[debug] �[35m[W3C]�[39m at AppiumDriver.executeCommand (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/basedriver/driver.js:377:19)
[debug] �[35m[W3C]�[39m at AppiumDriver.executeCommand (/Users/userA/abcapp/test/acceptance/app/node_modules/appium/lib/appium.js:491:26)
[debug] �[35m[W3C]�[39m at executeCommand (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:285:34)
[debug] �[35m[W3C]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[31m500�[39m �[90m2 ms - 682�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C (c7cc4602)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C (c7cc4602)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.emit (events.js:194:15)
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1 �[39m�[33m404�[39m �[90m2 ms - 2644�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C (c7cc4602)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C (c7cc4602)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.emit (events.js:194:15)
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1 �[39m�[33m404�[39m �[90m2 ms - 2644�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C (c7cc4602)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C (c7cc4602)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.emit (events.js:194:15)
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1 �[39m�[33m404�[39m �[90m3 ms - 2644�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C (c7cc4602)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C (c7cc4602)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.emit (events.js:194:15)
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1 �[39m�[33m404�[39m �[90m3 ms - 2644�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/log/types�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at jsonParser (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/types/json.js:110:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/log/types �[39m�[33m404�[39m �[90m2 ms - 2694�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/log/types�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at jsonParser (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/types/json.js:110:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/log/types �[39m�[33m404�[39m �[90m2 ms - 2694�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/log/types�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at jsonParser (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/types/json.js:110:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/log/types �[39m�[33m404�[39m �[90m3 ms - 2694�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/log/types�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at jsonParser (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/types/json.js:110:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
�[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1/log/types �[39m�[33m404�[39m �[90m3 ms - 2694�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C (c7cc4602)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C (c7cc4602)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.emit (events.js:194:15)
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1 �[39m�[33m404�[39m �[90m3 ms - 2644�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C (c7cc4602)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C (c7cc4602)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.emit (events.js:194:15)
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1 �[39m�[33m404�[39m �[90m2 ms - 2644�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C (c7cc4602)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C (c7cc4602)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.emit (events.js:194:15)
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1 �[39m�[33m404�[39m �[90m3 ms - 2644�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1�[39m
�[35m[HTTP]�[39m �[90m{}�[39m
[debug] �[35m[W3C (c7cc4602)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (c7cc4602)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (c7cc4602)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (c7cc4602)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (c7cc4602)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C (c7cc4602)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C (c7cc4602)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7)
[debug] �[35m[W3C (c7cc4602)]�[39m at IncomingMessage.emit (events.js:194:15)
�[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/c7cc4602-d7c3-4560-87d7-2a1f27dc2ff1 �[39m�[33m404�[39m �[90m2 ms - 2644�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[Appium]�[39m Received SIGTERM - shutting down

@KazuCocoa
Copy link
Member

You sent below item.

{"capabilities":{"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}

But:

  • Valid format fro W3C is:
{"capabilities":{"alwaysMatch":{"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"firstMatch":[{}]}
  • Valid format for MJSONWP is like below (Switched 'capabilities' with 'desiredCapabilities'):
{ "desiredCapabilities": {"platformName":"Android","automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}

I quoted them from the top of your attached log.

@ania-s
Copy link
Author

ania-s commented Sep 2, 2019

@KazuCocoa I fixed the capabilities and got rid of the error but now I have another one:

capabilities:

{
      "alwaysMatch": {
        "appium:automationName": "Espresso",
        "appium:nativeWebScreenshot": true,
        "appium:chromedriverExecutable": ".../app/node_modules/.bin/chromedriver",
        "appium:forceEspressoRebuild": true,
        "appium:appActivity": "com.abc.app.MainActivity",
        "appium:appPackage": "com.abc.app.smoketest",
        "appium:autoWebview": true,
        "appium:autoGrantPermissions": true,
        "platformName": "Android",
        "appium:deviceName": "Galaxy Tab S2",
        "appium:app": ".../app-smoketest-debug.apk",
        "cjson:metadata": {
          "browser": {
            "name": "chrome",
            "version": "unknown"
          },
          "device": "Galaxy Tab S2",
          "platform": {
            "name": "android",
            "version": "7.0"
          }
        }
      },
      "firstMatch": [
        {}
      ]
    };

the logs with new error (I tried appWaitActivity, appWaitPackage, appWaitDuration and no change):

�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m �[35m[HTTP]�[39m �[90m{"capabilities":{"alwaysMatch":{"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","forceEspressoRebuild":true,"appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}}},"firstMatch":[{}]},"desiredCapabilities":{"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","forceEspressoRebuild":true,"appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":tr�[39m [debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [{"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","forceEspressoRebuild":true,"appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}}},null,{"alwaysMatch":{"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","forceEspressoRebuild":true,"appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"platformName":"Android","deviceName":"Ga... [debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1567414303329 (10:51:43 GMT+0200 (Central European Summer Time)) �[35m[BaseDriver]�[39m The capabilities ["automationName","nativeWebScreenshot","chromedriverExecutable","forceEspressoRebuild","appActivity","appPackage","autoWebview","autoGrantPermissions","deviceName","app"] are not standard capabilities and should have an extension prefix �[35m[Appium]�[39m Appium v1.14.2 creating new EspressoDriver (v1.15.1) session �[35m[Appium]�[39m Capabilities: �[35m[Appium]�[39m automationName: Espresso �[35m[Appium]�[39m nativeWebScreenshot: true �[35m[Appium]�[39m chromedriverExecutable: /Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver �[35m[Appium]�[39m forceEspressoRebuild: true �[35m[Appium]�[39m appActivity: com.app.abc.app.MainActivity �[35m[Appium]�[39m appPackage: com.app.abc.app.smoketest �[35m[Appium]�[39m autoWebview: true �[35m[Appium]�[39m autoGrantPermissions: true �[35m[Appium]�[39m platformName: Android �[35m[Appium]�[39m deviceName: Galaxy Tab S2 �[35m[Appium]�[39m app: /Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk �[35m[Appium]�[39m cjson:metadata: { �[35m[Appium]�[39m browser: { �[35m[Appium]�[39m name: chrome �[35m[Appium]�[39m version: unknown �[35m[Appium]�[39m } �[35m[Appium]�[39m device: Galaxy Tab S2 �[35m[Appium]�[39m platform: { �[35m[Appium]�[39m name: android �[35m[Appium]�[39m version: 7.0 �[35m[Appium]�[39m } �[35m[Appium]�[39m } �[35m[Appium]�[39m Explicitly enabling use of insecure features: �[35m[Appium]�[39m get_server_logs [debug] �[35m[BaseDriver]�[39m W3C capabilities and MJSONWP desired capabilities were provided [debug] �[35m[BaseDriver]�[39m Creating session with W3C capabilities: { [debug] �[35m[BaseDriver]�[39m "alwaysMatch": { [debug] �[35m[BaseDriver]�[39m "appium:automationName": "Espresso", [debug] �[35m[BaseDriver]�[39m "appium:nativeWebScreenshot": true, [debug] �[35m[BaseDriver]�[39m "appium:chromedriverExecutable": "/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver", [debug] �[35m[BaseDriver]�[39m "appium:forceEspressoRebuild": true, [debug] �[35m[BaseDriver]�[39m "appium:appActivity": "com.app.abc.app.MainActivity", [debug] �[35m[BaseDriver]�[39m "appium:appPackage": "com.app.abc.app.smoketest", [debug] �[35m[BaseDriver]�[39m "appium:autoWebview": true, [debug] �[35m[BaseDriver]�[39m "appium:autoGrantPermissions": true, [debug] �[35m[BaseDriver]�[39m "platformName": "Android", [debug] �[35m[BaseDriver]�[39m "appium:deviceName": "Galaxy Tab S2", [debug] �[35m[BaseDriver]�[39m "appium:app": "/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk", [debug] �[35m[BaseDriver]�[39m "cjson:metadata": { [debug] �[35m[BaseDriver]�[39m "browser": { [debug] �[35m[BaseDriver]�[39m "name": "chrome", [debug] �[35m[BaseDriver]�[39m "version": "unknown" [debug] �[35m[BaseDriver]�[39m }, [debug] �[35m[BaseDriver]�[39m "device": "Galaxy Tab S2", [debug] �[35m[BaseDriver]�[39m "platform": { [debug] �[35m[BaseDriver]�[39m "name": "android", [debug] �[35m[BaseDriver]�[39m "version": "7.0" [debug] �[35m[BaseDriver]�[39m } [debug] �[35m[BaseDriver]�[39m } [debug] �[35m[BaseDriver]�[39m }, [debug] �[35m[BaseDriver]�[39m "firstMatch": [ [debug] �[35m[BaseDriver]�[39m {} [debug] �[35m[BaseDriver]�[39m ] [debug] �[35m[BaseDriver]�[39m } �[35m[BaseDriver]�[39m The following capabilities were provided, but are not recognized by Appium: �[35m[BaseDriver]�[39m cjson:metadata �[35m[BaseDriver]�[39m Session created with session id: 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[BaseDriver]�[39m Using local app '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' [debug] �[35m[Espresso]�[39m Checking whether app is actually present �[35m[Espresso]�[39m EspressoDriver version: 1.15.1 �[35m[ADB]�[39m Found 1 'build-tools' folders under '/Users/userA/Library/Android/sdk' (newest first): �[35m[ADB]�[39m /Users/userA/Library/Android/sdk/build-tools/28.0.3 �[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb' �[35m[AndroidDriver]�[39m Retrieving device list [debug] �[35m[ADB]�[39m Trying to find a connected android device [debug] �[35m[ADB]�[39m Getting connected devices... [debug] �[35m[ADB]�[39m 1 device(s) connected �[35m[AndroidDriver]�[39m Using device: d0ac6cf4 �[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb' [debug] �[35m[ADB]�[39m Setting device id to d0ac6cf4 [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell getprop ro.build.version.sdk' [debug] �[35m[ADB]�[39m Current device property 'ro.build.version.sdk': 24 [debug] �[35m[ADB]�[39m Device API level: 24 [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 wait-for-device' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell echo ping' [debug] �[35m[AndroidDriver]�[39m Pushing settings apk to device... [debug] �[35m[ADB]�[39m Getting install status for io.appium.settings [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package io.appium.settings' [debug] �[35m[ADB]�[39m 'io.appium.settings' is not installed [debug] �[35m[ADB]�[39m App '/Users/userA/abcapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is not installed [debug] �[35m[ADB]�[39m Installing '/Users/userA/abcapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo _ERROR_'' [debug] �[35m[ADB]�[39m The count of applications in the cache: 6 �[35m[ADB]�[39m The application at '/Users/userA/abcapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is already cached to '/data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pm install -g /data/local/tmp/appium_cache/12bb63270ecd4315cfaaa8d8202b809bbfccca11.apk' �[35m[ADB]�[39m The installation of 'settings_apk-debug.apk' took 2.620s [debug] �[35m[ADB]�[39m Install command stdout: Success [debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'pgrep --help; echo $?'' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pgrep \^appium\.settings\$' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell am start -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER' [debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pgrep \^appium\.settings\$' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell appops set io.appium.settings android\:mock_location allow' [debug] �[35m[Logcat]�[39m Starting logcat capture [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell settings get global animator_duration_scale' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell settings get global transition_animation_scale' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell settings get global window_animation_scale' [debug] �[35m[Espresso]�[39m Forwarding Espresso Server port 6791 to 8309 [debug] �[35m[ADB]�[39m Forwarding system: 8309 to device: 6791 [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 forward tcp\:8309 tcp\:6791' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys window' �[35m[AndroidDriver]�[39m Screen already unlocked, doing nothing [debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk �[35m[ADB]�[39m Using 'apksigner' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' [debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]' [debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US [debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc [debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 [debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 [debug] �[35m[ADB]�[39m [debug] �[35m[ADB]�[39m '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed. [debug] �[35m[ADB]�[39m Getting install status for com.app.abc.app.smoketest [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package com.app.abc.app.smoketest' [debug] �[35m[ADB]�[39m 'com.app.abc.app.smoketest' is not installed [debug] �[35m[ADB]�[39m Getting install status for com.app.abc.app.smoketest [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package com.app.abc.app.smoketest' [debug] �[35m[ADB]�[39m 'com.app.abc.app.smoketest' is not installed [debug] �[35m[ADB]�[39m App '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is not installed [debug] �[35m[ADB]�[39m Installing '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo _ERROR_'' [debug] �[35m[ADB]�[39m The count of applications in the cache: 6 �[35m[ADB]�[39m The application at '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already cached to '/data/local/tmp/appium_cache/e160ea221b698349deebb4dec04476d9ce86b231.apk' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pm install -g /data/local/tmp/appium_cache/e160ea221b698349deebb4dec04476d9ce86b231.apk' �[35m[ADB]�[39m The installation of 'app-smoketest-debug.apk' took 3.290s [debug] �[35m[ADB]�[39m Install command stdout: Success [debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled [debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' �[35m[Espresso]�[39m Repackaging espresso server for: 'com.app.abc.app.smoketest' �[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml' [debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"} �[35m[ADB]�[39m Using 'aapt2' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2' [debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.app.abc.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v' [debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' [debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/abcapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' [debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T' [debug] �[35m[ADB]�[39m Unzip successful �[35m[ADB]�[39m Using 'aapt' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt' [debug] �[35m[ADB]�[39m Moving manifest [debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is completed �[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' [debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk [debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk"]' �[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' exited with code 1 �[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY �[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped? �[35m[ADB]�[39m [debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is not signed with debug cert �[35m[ADB]�[39m Using 'zipalign' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/zipalign' [debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is already zip-aligned. Doing nothing [debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' with default cert [debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/abcapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/abcapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk"]' [debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test [debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package io.appium.espressoserver.test' [debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed �[35m[ADB]�[39m io.appium.espressoserver.test was not uninstalled, because it was not present on the device [debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package io.appium.espressoserver.test' [debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed [debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is not installed �[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk') [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo _ERROR_'' [debug] �[35m[ADB]�[39m The count of applications in the cache: 6 �[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/cffbc1d70b8fb3ffb8926a6693605463f9caed53.apk' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pm install /data/local/tmp/appium_cache/cffbc1d70b8fb3ffb8926a6693605463f9caed53.apk' �[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' took 4.501s [debug] �[35m[ADB]�[39m Install command stdout: Success �[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test') [debug] �[35m[Espresso]�[39m Performing cleanup of automation leftovers [debug] �[35m[Espresso]�[39m No obsolete sessions have been detected (Error: socket hang up) �[35m[Espresso]�[39m Starting Espresso Server v1.15.1 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner [debug] �[35m[ADB]�[39m Creating ADB subprocess with args: ["-P",5037,"-s","d0ac6cf4","shell","am","instrument","-w","-e","debug","false","io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner"] [debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] �[35m[Espresso]�[39m Waiting for Espresso to be online... [debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus' [debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8309/status] with no body [debug] �[35m[WD Proxy]�[39m Got response with status 500: {"id":"e0f52170-a2e4-4382-a7ca-f3f24e94f1c8","sessionId":null,"value":{"error":"unknown error","message":"kotlin.KotlinNullPointerException","stacktrace":"kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:49)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:762)\n"}} [debug] �[35m[W3C]�[39m Matched W3C error code 'unknown error' to UnknownError [debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus' [debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8309/status] with no body [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"92ba7bff-b3dd-4887-833f-6b6428f60f5a","sessionId":null,"value":null} [debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C' [debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession' [debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://localhost:8309/session] with body: {"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}},"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","forceEspressoRebuild":true,"appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}},... [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"9f8a0606-affe-47cc-a1c8-e585ba053cfe","sessionId":"4a4669ac-be63-4e30-a837-09ce6239b5e3","value":{"capabilities":{"alwaysMatch":{},"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}},"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","forceEspressoRebuild":true,"appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android","... [debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C' per session creation request [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'echo "com.app.abc.app.smoketest" > "/data/local/tmp/espresso.apppackage"'' �[35m[Espresso]�[39m Recorded the target application package 'com.app.abc.app.smoketest' to /data/local/tmp/espresso.apppackage [debug] �[35m[ADB]�[39m Waiting up to 20000ms for activity matching pkg: 'com.app.abc.app.smoketest' and activity: 'com.app.abc.app.MainActivity' to be focused [debug] �[35m[ADB]�[39m Possible activities, to be checked: 'com.app.abc.app.MainActivity', 'com.app.abc.app.smoketest.com.app.abc.app.MainActivity' [debug] �[35m[ADB]�[39m Getting focused package and activity [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys window windows' [debug] �[35m[ADB]�[39m Found package: 'com.app.abc.app.smoketest' and fully qualified activity name : 'com.app.abc.app.MainActivity' �[35m[Espresso]�[39m Setting webview to context 'WEBVIEW_com.app.abc.app.smoketest' with timeout 2000ms [debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell cat /proc/net/unix' �[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on [debug] �[35m[AndroidDriver]�[39m WEBVIEW_32585 mapped to pid 32585 [debug] �[35m[AndroidDriver]�[39m Getting process name for webview [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell ps' [debug] �[35m[AndroidDriver]�[39m Parsed pid: '32585' pkg: 'com.app.abc.app.smoketest' from [debug] �[35m[AndroidDriver]�[39m USER PID PPID VSIZE RSS WCHAN PC NAME [debug] �[35m[AndroidDriver]�[39m u0_a226 32585 596 2220592 147856 SyS_epoll_ 0000000000 S com.app.abc.app.smoketest [debug] �[35m[AndroidDriver]�[39m Returning process name: 'com.app.abc.app.smoketest' [debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_com.app.abc.app.smoketest"] [debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_com.app.abc.app.smoketest"] [debug] �[35m[AndroidDriver]�[39m Connecting to chrome-backed webview context 'WEBVIEW_com.app.abc.app.smoketest' [debug] �[35m[AndroidDriver]�[39m A port was not given, using random free port: 8038 [debug] �[35m[AndroidDriver]�[39m Automated Chromedriver download is disabled. Use 'chromedriver_autodownload' server feature to enable it [debug] �[35m[AndroidDriver]�[39m Before starting chromedriver, androidPackage is 'com.app.abc.app.smoketest' [debug] �[35m[Chromedriver]�[39m Changed state to 'starting' �[35m[Chromedriver]�[39m Set chromedriver binary as: /Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver [debug] �[35m[Chromedriver]�[39m Killing any old chromedrivers, running: pkill -15 -f "/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver.*--port=8038" �[35m[Chromedriver]�[39m No old chromedrivers seem to exist [debug] �[35m[Chromedriver]�[39m Cleaning any old adb forwarded port socket connections [debug] �[35m[ADB]�[39m List forwarding ports [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 forward --list' [debug] �[35m[ADB]�[39m Removing forwarded port socket connection: 64479 [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 forward --remove tcp\:64479' �[35m[Chromedriver]�[39m Spawning chromedriver with: /Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver --url-base=wd/hub --port=8038 --adb-port=5037 --verbose [debug] �[35m[Chromedriver]�[39m Chromedriver version: '76.0.3809.68' [debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus' [debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8038/wd/hub/status] with no body �[35m[WD Proxy]�[39m Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8038} [debug] �[35m[WD Proxy]�[39m RequestError: Error: connect ECONNREFUSED 127.0.0.1:8038 [debug] �[35m[WD Proxy]�[39m at new RequestError (/Users/userA/abcapp/test/acceptance/app/node_modules/request-promise-core/lib/errors.js:14:15) [debug] �[35m[WD Proxy]�[39m at Request.plumbing.callback (/Users/userA/abcapp/test/acceptance/app/node_modules/request-promise-core/lib/plumbing.js:87:29) [debug] �[35m[WD Proxy]�[39m at Request.RP$callback [as _callback] (/Users/userA/abcapp/test/acceptance/app/node_modules/request-promise-core/lib/plumbing.js:46:31) [debug] �[35m[WD Proxy]�[39m at self.callback (/Users/userA/abcapp/test/acceptance/app/node_modules/request/request.js:185:22) [debug] �[35m[WD Proxy]�[39m at Request.emit (events.js:189:13) [debug] �[35m[WD Proxy]�[39m at Request.onRequestError (/Users/userA/abcapp/test/acceptance/app/node_modules/request/request.js:881:8) [debug] �[35m[WD Proxy]�[39m at ClientRequest.emit (events.js:194:15) [debug] �[35m[WD Proxy]�[39m at Socket.socketErrorListener (_http_client.js:392:9) [debug] �[35m[WD Proxy]�[39m at Socket.emit (events.js:189:13) [debug] �[35m[WD Proxy]�[39m at emitErrorNT (internal/streams/destroy.js:82:8) [debug] �[35m[WD Proxy]�[39m at emitErrorAndCloseNT (internal/streams/destroy.js:50:3) [debug] �[35m[WD Proxy]�[39m at process._tickCallback (internal/process/next_tick.js:63:19) [debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus' [debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8038/wd/hub/status] with no body [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"value":{"build":{"version":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"x86_64","name":"Mac OS X","version":"10.14.6"},"ready":true}} [debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C' [debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession' [debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://127.0.0.1:8038/wd/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.app.abc.app.smoketest","androidUseRunningApp":true,"androidDeviceSerial":"d0ac6cf4"},"loggingPrefs":{"browser":"ALL"}}} [debug] �[35m[Chromedriver]�[39m Webview version: 'Chrome/76.0.3809.132' [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"acceptInsecureCerts":false,"acceptSslCerts":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"cssSelectorsEnabled":true,"databaseEnabled":false,"goog:chromeOptions":{"debuggerAddress":"localhost:64694"},"handlesAlerts":true,"hasTouchScreen":true,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"pageLoadStrategy":"normal","platform":"ANDROID","proxy":{},"rotatable":false,"setWindowRect":false,"strictFileInteractability":false,"takesHeapSnapshot":true,"takesScreenshot":true,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"unexpectedAlertBehaviour":"ignore","version":"76.0.3809.132","webStorageEnabled":true}} [debug] �[35m[WD Proxy]�[39m Updated the downstream protocol to 'MJSONWP' as per session creation request [debug] �[35m[Chromedriver]�[39m Changed state to 'online' [debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/info] to [GET http://localhost:8309/session/4a4669ac-be63-4e30-a837-09ce6239b5e3/appium/device/info] with no body [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"3d971869-d20c-426f-8169-dc2ac24bdfe5","sessionId":"4a4669ac-be63-4e30-a837-09ce6239b5e3","value":{"platformVersion":"7.0","androidId":"c5103d24218bc01f","realDisplaySize":"2048x1536","brand":"samsung","locale":"en_US","carrierName":"","apiVersion":"24","manufacturer":"samsung","displayDensity":320,"timeZone":"Europe/Berlin","model":"SM-T819"}} �[35m[Appium]�[39m New EspressoDriver session created successfully, session 9d174fd3-0e65-4b4a-96c7-ff5543221670 added to master session list [debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1567414327707 (10:52:07 GMT+0200 (Central European Summer Time)) [debug] �[35m[W3C (9d174fd3)]�[39m Cached the protocol value 'W3C' for the new session 9d174fd3-0e65-4b4a-96c7-ff5543221670 [debug] �[35m[W3C (9d174fd3)]�[39m Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}},"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","forceEspressoRebuild":true,"appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}} �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[32m200�[39m �[90m24384 ms - 715�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element' to command name 'findElement' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":7,"value":{"message":"no such element: Unable to locate element: {\"method\":\"xpath\",\"selector\":\"//*[@data-test-id='LoginPage_testId']\"}\n (Session info: chrome=76.0.3809.132)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}} [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element has failed [debug] �[35m[W3C (9d174fd3)]�[39m at JWProxy.proxy (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:234:13) [debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[33m404�[39m �[90m191 ms - 1157�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements' to command name 'findElements' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/elements] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":[]} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements �[39m�[32m200�[39m �[90m56 ms - 63�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements' to command name 'findElements' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/elements] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":[]} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements �[39m�[32m200�[39m �[90m732 ms - 63�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements' to command name 'findElements' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/elements] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":[]} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements �[39m�[32m200�[39m �[90m47 ms - 63�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements' to command name 'findElements' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/elements] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":[{"ELEMENT":"0.2560391138660729-1"}]} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements �[39m�[32m200�[39m �[90m234 ms - 158�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element' to command name 'findElement' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"ELEMENT":"0.2560391138660729-1"}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[32m200�[39m �[90m48 ms - 156�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-1/rect�[39m �[35m[HTTP]�[39m �[90m{}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-1/rect' to command name 'getElementRect' [debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-1/rect] to [GET http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element/0.2560391138660729-1/rect] with body: {} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-1/rect �[39m�[32m200�[39m �[90m40 ms - 117�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-1/rect�[39m �[35m[HTTP]�[39m �[90m{}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-1/rect' to command name 'getElementRect' [debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-1/rect] to [GET http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element/0.2560391138660729-1/rect] with body: {} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"height":212,"width":956,"x":34.1328125,"y":109.890625}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-1/rect �[39m�[32m200�[39m �[90m43 ms - 117�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["9d174fd3-0e65-4b4a-96c7-ff5543221670"] [debug] �[35m[W3C (9d174fd3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFPWElEQVR4AezBXXaTScCYwWrOrC1Xuc3+9/ElhyeABzyAfyS9rZYsd9X4X//7/2Tbbqgslm2ufJPFss1VPoGslsWyTZQsle0KkqXyoVT+3//7v/7v//yPkww3NKyTlwwzDPcg3wyHDcNjGI7J3RnDPRgulD8MUw1/SM4zzDQcNtyfTDcMr8mJholyHcM1DOcrrxsmG+7dMENeNIbZykMYFhvD67Ja2SYrN5BtrrJYtvnKA8tqWSzbZMkRX2zbDZXFss2Vb7JYtrnKJ5DVsli2iZKlsl1BslQ+nIqcLjeUNXJdubX8K4cljyGXy10q9yDkTHlBpspvcr4QMkMOy33JVSQvyRlCyEG5nlxDzlPelslC7lmOyquKsv0ti5WXZbWyTVZuINtcZXsA5YFltSyWbbLkqC+27UbKYtmuIItlmyufQVbLYtkmSraPL1kqH1OpnCLk1nJdeUs+vvwhhyWPIefLdpqcKG/IVPkhuQ85LPchV5XcXq4v15DTlBvKPculcpKy3YFya2WbrNxAtrnKDWSbqzywrJbFst2pf2zbDZTFss1XFss2V/kEsloWyzZRsly2yZKl8mElyXvyrBi+GW4kT4a5coowHJVnwyp5RRgOSX4aho8rDKfJ3Ss/jOEehOENOUEYZqn8MBySJ8NRYTgkT4bbyBLJk+GQMJwp6+TZMEsYXldOlyfDZGG4V3kynCpnKcZwRHkoeTIsVH4YlivbZOUGss1VbiDbXOWBZbUslm2yZJYvtm2xsli2uUJZLNtc5RPIalks20TJUiHbZMlS+dAK5S35WyjKDWWenCOEzJAV8o4QclhyEyEThJDX5UMpyj3IK3KGEHJE8kvIYZkh5LCslxvIYSEnyu1kprysXCZksty7nCIXKZcI5WGFrBRFWaVsk5UbyDZXWSxkm6s8sKyWxbJNlsz0xbYtVBbLdgVZLNtc+QyyWhbLNlGyfXzJUvn4SnlV... �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot �[39m�[32m200�[39m �[90m1085 ms - 114552�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='Username_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element' to command name 'findElement' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element] with body: {"using":"xpath","value":"//*[@data-test-id='Username_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"ELEMENT":"0.2560391138660729-2"}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[32m200�[39m �[90m80 ms - 156�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-2/clear�[39m �[35m[HTTP]�[39m �[90m{}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-2/clear' to command name 'clear' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-2/clear] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element/0.2560391138660729-2/clear] with body: {} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":null} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-2/clear �[39m�[32m200�[39m �[90m118 ms - 65�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-2/value�[39m �[35m[HTTP]�[39m �[90m{"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-2/value' to command name 'setValue' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-2/value] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element/0.2560391138660729-2/value] with body: {"text":"drivertest2","value":["d","r","i","v","e","r","t","e","s","t","2"]} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":null} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-2/value �[39m�[32m200�[39m �[90m717 ms - 65�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["9d174fd3-0e65-4b4a-96c7-ff5543221670"] [debug] �[35m[W3C (9d174fd3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFZh0lEQVR4AezBXXaTScCYwWrOrC1Xuc3+9/ElhyeABzyAfyS9rZYsd9X4X//7/2Tbbqgslm2ufJPFss1VPoGslsWyTZQsle0KkqXyoVT+3//7v/7v//yPkww3NKyTlwwzDPcg3wyHDcNjGI7J3RnDPRgulD8MUw1/SM4zzDQcNtyfTDcMr8mJholyHcM1DOcrrxsmG+7dMENeNIbZykMYFhvD67Ja2SYrN5BtrrJYtvnKA8tqWSzbZMkRX2zbDZXFss2Vb7JYtrnKJ5DVsli2iZKlsl1BslQ+nIqcLjeUNXJdubX8K4cljyGXy10q9yDkTHlBpspvcr4QMkMOy33JVSQvyRlCyEG5nlxDzlPelslC7lmOyquKsv0ti5WXZbWyTVZuINtcZXsA5YFltSyWbbLkqC+27UbKYtmuIItlmyufQVbLYtkmSraPL1kqH1OpnCLk1nJdeUs+vvwhhyWPIefLdpqcKG/IVPkhuQ85LPchV5XcXq4v15DTlBvKPculcpKy3YFya2WbrNxAtrnKDWSbqzywrJbFst2pf2zbDZTFss1XFss2V/kEsloWyzZRsly2yZKl8mElyXvyrBi+GW4kT4a5coowHJVnwyp5RRgOSX4aho8rDKfJ3Ss/jOEehOENOUEYZqn8MBySJ8NRYTgkT4bbyBLJk+GQMJwp6+TZMEsYXldOlyfDZGG4V3kynCpnKcZwRHkoeTIsVH4YlivbZOUGss1VbiDbXOWBZbUslm2yZJYvtm2xsli2uUJZLNtc5RPIalks20TJUiHbZMlS+dAK5S35WyjKDWWenCOEzJAV8o4QclhyEyEThJDX5UMpyj3IK3KGEHJE8kvIYZkh5LCslxvIYSEnyu1kprysXCZksty7nCIXKZcI5WGFrBRFWaVsk5UbyDZXWSxkm6s8sKyWxbJNlsz0xbYtVBbLdgVZLNtc+QyyWhbLNlGyfXzJUvn4SnlV... �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot �[39m�[32m200�[39m �[90m1055 ms - 118028�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='Username_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element' to command name 'findElement' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element] with body: {"using":"xpath","value":"//*[@data-test-id='Username_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"ELEMENT":"0.2560391138660729-2"}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[32m200�[39m �[90m43 ms - 156�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-2/attribute/value�[39m �[35m[HTTP]�[39m �[90m{}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-2/attribute/value' to command name 'getAttribute' [debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-2/attribute/value] to [GET http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element/0.2560391138660729-2/attribute/value] with body: {} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":"drivertest2"} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-2/attribute/value �[39m�[32m200�[39m �[90m24 ms - 74�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["9d174fd3-0e65-4b4a-96c7-ff5543221670"] [debug] �[35m[W3C (9d174fd3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFZh0lEQVR4AezBXXaTScCYwWrOrC1Xuc3+9/ElhyeABzyAfyS9rZYsd9X4X//7/2Tbbqgslm2ufJPFss1VPoGslsWyTZQsle0KkqXyoVT+3//7v/7v//yPkww3NKyTlwwzDPcg3wyHDcNjGI7J3RnDPRgulD8MUw1/SM4zzDQcNtyfTDcMr8mJholyHcM1DOcrrxsmG+7dMENeNIbZykMYFhvD67Ja2SYrN5BtrrJYtvnKA8tqWSzbZMkRX2zbDZXFss2Vb7JYtrnKJ5DVsli2iZKlsl1BslQ+nIqcLjeUNXJdubX8K4cljyGXy10q9yDkTHlBpspvcr4QMkMOy33JVSQvyRlCyEG5nlxDzlPelslC7lmOyquKsv0ti5WXZbWyTVZuINtcZXsA5YFltSyWbbLkqC+27UbKYtmuIItlmyufQVbLYtkmSraPL1kqH1OpnCLk1nJdeUs+vvwhhyWPIefLdpqcKG/IVPkhuQ85LPchV5XcXq4v15DTlBvKPculcpKy3YFya2WbrNxAtrnKDWSbqzywrJbFst2pf2zbDZTFss1XFss2V/kEsloWyzZRsly2yZKl8mElyXvyrBi+GW4kT4a5coowHJVnwyp5RRgOSX4aho8rDKfJ3Ss/jOEehOENOUEYZqn8MBySJ8NRYTgkT4bbyBLJk+GQMJwp6+TZMEsYXldOlyfDZGG4V3kynCpnKcZwRHkoeTIsVH4YlivbZOUGss1VbiDbXOWBZbUslm2yZJYvtm2xsli2uUJZLNtc5RPIalks20TJUiHbZMlS+dAK5S35WyjKDWWenCOEzJAV8o4QclhyEyEThJDX5UMpyj3IK3KGEHJE8kvIYZkh5LCslxvIYSEnyu1kprysXCZksty7nCIXKZcI5WGFrBRFWaVsk5UbyDZXWSxkm6s8sKyWxbJNlsz0xbYtVBbLdgVZLNtc+QyyWhbLNlGyfXzJUvn4SnlV... �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot �[39m�[32m200�[39m �[90m1017 ms - 118028�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='Password_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element' to command name 'findElement' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element] with body: {"using":"xpath","value":"//*[@data-test-id='Password_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"ELEMENT":"0.2560391138660729-3"}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[32m200�[39m �[90m69 ms - 156�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-3/clear�[39m �[35m[HTTP]�[39m �[90m{}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-3/clear' to command name 'clear' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-3/clear] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element/0.2560391138660729-3/clear] with body: {} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":null} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-3/clear �[39m�[32m200�[39m �[90m99 ms - 65�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-3/value�[39m �[35m[HTTP]�[39m �[90m{"text":"doe","value":["d","o","e"]}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-3/value' to command name 'setValue' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-3/value] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element/0.2560391138660729-3/value] with body: {"text":"doe","value":["d","o","e"]} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":null} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-3/value �[39m�[32m200�[39m �[90m358 ms - 65�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["9d174fd3-0e65-4b4a-96c7-ff5543221670"] [debug] �[35m[W3C (9d174fd3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFFyklEQVR4AezBXXaTScCYwWrOrC1Xuc3+9/ElhyeABzyAfyS9rZYsd9X4X//7/2Tbbqgslm2ufJPFss1VPoGslsWyTZQsle0KkqXyoVT+3//7v/7v//yPkww3NKyTlwwzDPcg3wyHDcNjGI7J3RnDPRgulD8MUw1/SM4zzDQcNtyfTDcMr8mJholyHcM1DOcrrxsmG+7dMENeNIbZykMYFhvD67Ja2SYrN5BtrrJYtvnKA8tqWSzbZMkRX2zbDZXFss2Vb7JYtrnKJ5DVsli2iZKlsl1BslQ+nIqcLjeUNXJdubX8K4cljyGXy10q9yDkTHlBpspvcr4QMkMOy33JVSQvyRlCyEG5nlxDzlPelslC7lmOyquKsv0ti5WXZbWyTVZuINtcZXsA5YFltSyWbbLkqC+27UbKYtmuIItlmyufQVbLYtkmSraPL1kqH1OpnCLk1nJdeUs+vvwhhyWPIefLdpqcKG/IVPkhuQ85LPchV5XcXq4v15DTlBvKPculcpKy3YFya2WbrNxAtrnKDWSbqzywrJbFst2pf2zbDZTFss1XFss2V/kEsloWyzZRsly2yZKl8mElyXvyrBi+GW4kT4a5coowHJVnwyp5RRgOSX4aho8rDKfJ3Ss/jOEehOENOUEYZqn8MBySJ8NRYTgkT4bbyBLJk+GQMJwp6+TZMEsYXldOlyfDZGG4V3kynCpnKcZwRHkoeTIsVH4YlivbZOUGss1VbiDbXOWBZbUslm2yZJYvtm2xsli2uUJZLNtc5RPIalks20TJUiHbZMlS+dAK5S35WyjKDWWenCOEzJAV8o4QclhyEyEThJDX5UMpyj3IK3KGEHJE8kvIYZkh5LCslxvIYSEnyu1kprysXCZksty7nCIXKZcI5WGFrBRFWaVsk5UbyDZXWSxkm6s8sKyWxbJNlsz0xbYtVBbLdgVZLNtc+QyyWhbLNlGyfXzJUvn4SnlV... �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot �[39m�[32m200�[39m �[90m1040 ms - 111292�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='Password_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element' to command name 'findElement' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element] with body: {"using":"xpath","value":"//*[@data-test-id='Password_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"ELEMENT":"0.2560391138660729-3"}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[32m200�[39m �[90m57 ms - 156�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-3/attribute/value�[39m �[35m[HTTP]�[39m �[90m{}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-3/attribute/value' to command name 'getAttribute' [debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-3/attribute/value] to [GET http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element/0.2560391138660729-3/attribute/value] with body: {} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":"doe"} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-3/attribute/value �[39m�[32m200�[39m �[90m34 ms - 66�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["9d174fd3-0e65-4b4a-96c7-ff5543221670"] [debug] �[35m[W3C (9d174fd3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAFBvElEQVR4AezBXXaTScCYwWrOrC1Xuc3+9/ElhyeABzyAfyS9rZYsd9X4X//7/2Tbbqgslm2ufJPFss1VPoGslsWyTZQsle0KkqXyoVT+3//7v/7v//yPkww3NKyTlwwzDPcg3wyHDcNjGI7J3RnDPRgulD8MUw1/SM4zzDQcNtyfTDcMr8mJholyHcM1DOcrrxsmG+7dMENeNIbZykMYFhvD67Ja2SYrN5BtrrJYtvnKA8tqWSzbZMkRX2zbDZXFss2Vb7JYtrnKJ5DVsli2iZKlsl1BslQ+nIqcLjeUNXJdubX8K4cljyGXy10q9yDkTHlBpspvcr4QMkMOy33JVSQvyRlCyEG5nlxDzlPelslC7lmOyquKsv0ti5WXZbWyTVZuINtcZXsA5YFltSyWbbLkqC+27UbKYtmuIItlmyufQVbLYtkmSraPL1kqH1OpnCLk1nJdeUs+vvwhhyWPIefLdpqcKG/IVPkhuQ85LPchV5XcXq4v15DTlBvKPculcpKy3YFya2WbrNxAtrnKDWSbqzywrJbFst2pf2zbDZTFss1XFss2V/kEsloWyzZRsly2yZKl8mElyXvyrBi+GW4kT4a5coowHJVnwyp5RRgOSX4aho8rDKfJ3Ss/jOEehOENOUEYZqn8MBySJ8NRYTgkT4bbyBLJk+GQMJwp6+TZMEsYXldOlyfDZGG4V3kynCpnKcZwRHkoeTIsVH4YlivbZOUGss1VbiDbXOWBZbUslm2yZJYvtm2xsli2uUJZLNtc5RPIalks20TJUiHbZMlS+dAK5S35WyjKDWWenCOEzJAV8o4QclhyEyEThJDX5UMpyj3IK3KGEHJE8kvIYZkh5LCslxvIYSEnyu1kprysXCZksty7nCIXKZcI5WGFrBRFWaVsk5UbyDZXWSxkm6s8sKyWxbJNlsz0xbYtVBbLdgVZLNtc+QyyWhbLNlGyfXzJUvn4SnlV... �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot �[39m�[32m200�[39m �[90m1028 ms - 109908�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginButton_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element' to command name 'findElement' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element] with body: {"using":"xpath","value":"//*[@data-test-id='LoginButton_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"ELEMENT":"0.2560391138660729-4"}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[32m200�[39m �[90m78 ms - 156�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-4/click�[39m �[35m[HTTP]�[39m �[90m{}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-4/click' to command name 'click' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-4/click] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element/0.2560391138660729-4/click] with body: {} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":null} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-4/click �[39m�[32m200�[39m �[90m331 ms - 65�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element' to command name 'findElement' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"ELEMENT":"0.2560391138660729-1"}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[32m200�[39m �[90m26 ms - 156�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements' to command name 'findElements' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/elements] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":[{"ELEMENT":"0.2560391138660729-1"}]} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements �[39m�[32m200�[39m �[90m27 ms - 158�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements' to command name 'findElements' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/elements] with body: {"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":[]} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements �[39m�[32m200�[39m �[90m50 ms - 63�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["9d174fd3-0e65-4b4a-96c7-ff5543221670"] [debug] �[35m[W3C (9d174fd3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAV5WUlEQVR4AezBW7YbR6BYycBZd2z+6t+e/zxsL21ToiSK5HkAqKysApARl//1//3/WZYDlcmyjJVvMlmWscoLyGyZLMtAyVRZdpBMlYdS+b//9//4P//7f7vKxYEu5sl7Lka4OIN8c7HZxcVzuNgmp3O5OIOLO+UXF0Nd/CK5zcVIF5tdnE+Gu7j4SK50MVD2cbGHi9uVj10MdnF2FyPkXZeL0cpTuJjscvGxzFaWwcoBsoxVJssyXnlimS2TZRks2eLNshyoTJZlrHyTybKMVV5AZstkWQZKpsqyg2SqPJyKXC8HyhzZV46Wv2Wz5DnkfjmlcgYhN8o7MlR+ktuFkBGyWc4lu0jekxuEkI2yn+whtymfy2AhZ5at8qGiLL/LZOV9ma0sg5UDZBmrLE+gPLHMlsmyDJZs9WZZDlImy7KDTJZlrLyCzJbJsgyULI8vmSqPqVSuEXK07CufyePLL7JZ8hxyuyzXyZXyiQyVvyTnkM1yDtlVcrzsL3vIdcqBcma5V65SlhMoRyvLYOUAWcYqB8gyVnlimS2TZTmp/7EsByiTZRmvTJZlrPICMlsmyzJQMl2WwZKp8rCS5Cv5obj45uIg+e5irFwjXGyVHy5myQfCxSbJPy4uHle4uE5Or/zlcnEG4eITuUK4GKXyl4tN8t3FVuFik3x3cYxMkXx3sUm4uFHmyQ8Xo4SLj5Xr5buLwcLFWeW7i2vlJsXlYovyVPLdxUTlLxfTlWWwcoAsY5UDZBmrPLHMlsmyDJaM8mZZJiuTZRkrlMmyjFVeQGbLZFkGSqYKWQZLpspDK5TP5HehKAfKOLlFCBkhM+QLIWSz5BAhA4SQj+WhFOUM8oHcIIRskfwrZLOMELJZ5ssBslnIlXKcjJT3lfuEDJazyzVyl3KPUJ5WyExRlFnKMlg5QJaxymQhy1jliWW2TJZlsGSkN8syUZksyw4yWZax8goyWybLMlCy... �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot �[39m�[32m200�[39m �[90m1241 ms - 478416�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='SearchSpringboardCard_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element' to command name 'findElement' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element] with body: {"using":"xpath","value":"//*[@data-test-id='SearchSpringboardCard_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":7,"value":{"message":"no such element: Unable to locate element: {\"method\":\"xpath\",\"selector\":\"//*[@data-test-id='SearchSpringboardCard_testId']\"}\n (Session info: chrome=76.0.3809.132)\n (Driver info: chromedriver=76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864}),platform=Mac OS X 10.14.6 x86_64)"}} [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: ProxyRequestError: Could not proxy command to remote server. Original error: The request to /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element has failed [debug] �[35m[W3C (9d174fd3)]�[39m at JWProxy.proxy (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:234:13) [debug] �[35m[MJSONWP]�[39m Matched JSONWP error code 7 to NoSuchElementError �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[33m404�[39m �[90m264 ms - 1181�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='SearchSpringboardCard_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements' to command name 'findElements' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/elements] with body: {"using":"xpath","value":"//*[@data-test-id='SearchSpringboardCard_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":[]} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements �[39m�[32m200�[39m �[90m56 ms - 63�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='SearchSpringboardCard_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements' to command name 'findElements' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/elements] with body: {"using":"xpath","value":"//*[@data-test-id='SearchSpringboardCard_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":[{"ELEMENT":"0.2560391138660729-5"}]} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements �[39m�[32m200�[39m �[90m348 ms - 158�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='SearchSpringboardCard_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element' to command name 'findElement' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element] with body: {"using":"xpath","value":"//*[@data-test-id='SearchSpringboardCard_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"ELEMENT":"0.2560391138660729-5"}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[32m200�[39m �[90m321 ms - 156�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-5/rect�[39m �[35m[HTTP]�[39m �[90m{}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-5/rect' to command name 'getElementRect' [debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-5/rect] to [GET http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element/0.2560391138660729-5/rect] with body: {} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"height":700,"width":384,"x":75.375,"y":34.1328125}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-5/rect �[39m�[32m200�[39m �[90m111 ms - 113�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-5/rect�[39m �[35m[HTTP]�[39m �[90m{}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-5/rect' to command name 'getElementRect' [debug] �[35m[WD Proxy]�[39m Proxying [GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-5/rect] to [GET http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element/0.2560391138660729-5/rect] with body: {} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"height":700,"width":384,"x":75.375,"y":34.1328125}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element/0.2560391138660729-5/rect �[39m�[32m200�[39m �[90m52 ms - 113�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["9d174fd3-0e65-4b4a-96c7-ff5543221670"] [debug] �[35m[W3C (9d174fd3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAD8xElEQVR4AezBS4il+UE3/u/znHPq1P3SXV3V3THJxLxRJyGKuBAxGowgyQsujESELNwIQnDpQiOI22yzUiSMO1EQEx10MAlZKAmiUbygZPSf5E3MTHddui6nqrrO5Xl+/38J9Tr/cSZzq66q0/35fKry/wkAAAAAAAAAMNXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAA... �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot �[39m�[32m200�[39m �[90m967 ms - 86368�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='CategoryButton_petrol-station_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element' to command name 'findElement' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/element] with body: {"using":"xpath","value":"//*[@data-test-id='CategoryButton_petrol-station_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":{"ELEMENT":"0.2560391138660729-6"}} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[32m200�[39m �[90m67 ms - 156�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='CategoryButton_petrol-station_testId']"}�[39m �[35m[W3C (9d174fd3)]�[39m Driver proxy active, passing request on via HTTP proxy [debug] �[35m[WD Proxy]�[39m Matched '/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements' to command name 'findElements' [debug] �[35m[WD Proxy]�[39m Proxying [POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements] to [POST http://127.0.0.1:8038/wd/hub/session/61be90d8414712a27993c2f187fade82/elements] with body: {"using":"xpath","value":"//*[@data-test-id='CategoryButton_petrol-station_testId']"} [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"61be90d8414712a27993c2f187fade82","status":0,"value":[{"ELEMENT":"0.2560391138660729-6"}]} �[35m[WD Proxy]�[39m Replacing sessionId 61be90d8414712a27993c2f187fade82 with 9d174fd3-0e65-4b4a-96c7-ff5543221670 �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/elements �[39m�[32m200�[39m �[90m45 ms - 158�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Calling AppiumDriver.getScreenshot() with args: ["9d174fd3-0e65-4b4a-96c7-ff5543221670"] [debug] �[35m[W3C (9d174fd3)]�[39m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAACAAAAAYACAYAAADimKhtAAExiUlEQVR4AezBS4il+UE3/u/znHPq1P3SXV3V3THJxLxRJyGKuBAxGowgyQsujESELNwIQnDpQiOI22yzUiSMO1EQEx10MAlZKAmiUbygZPSf5E3MTHddui6nqrrO5Xl+/38J9Tr/cSZzq66q0/35fKry/wkAAAAAAAAAMNXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAAAAAAMPXqAAAAAAAAAABTrw4AAAAA... �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot �[39m�[32m200�[39m �[90m1001 ms - 104380�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Calling AppiumDriver.deleteSession() with args: ["9d174fd3-0e65-4b4a-96c7-ff5543221670"] [debug] �[35m[BaseDriver]�[39m Event 'quitSessionRequested' logged at 1567414342923 (10:52:22 GMT+0200 (Central European Summer Time)) �[35m[Appium]�[39m Removing session 9d174fd3-0e65-4b4a-96c7-ff5543221670 from our master session list [debug] �[35m[Espresso]�[39m Deleting espresso session [debug] �[35m[Espresso]�[39m Deleting Espresso server session [debug] �[35m[WD Proxy]�[39m Matched '/' to command name 'deleteSession' [debug] �[35m[WD Proxy]�[39m Proxying [DELETE /] to [DELETE http://localhost:8309/session/4a4669ac-be63-4e30-a837-09ce6239b5e3] with no body [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"1daa3570-cecd-4e3f-8408-9386e078eaa6","sessionId":"4a4669ac-be63-4e30-a837-09ce6239b5e3","value":{"id":"96eaa665-498e-4d17-acb2-3e0846f244d1","sessionId":null,"value":null}} [debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] io.appium.espressoserver.EspressoServerRunnerTest: �[35m[Espresso]�[39m Instrumentation process exited with code null from signal SIGTERM [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell am force-stop com.app.abc.app.smoketest' [debug] �[35m[Logcat]�[39m Stopping logcat capture [debug] �[35m[ADB]�[39m Removing forwarded port socket connection: 8309 [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 forward --remove tcp\:8309' [debug] �[35m[BaseDriver]�[39m Event 'quitSessionFinished' logged at 1567414343783 (10:52:23 GMT+0200 (Central European Summer Time)) [debug] �[35m[W3C (9d174fd3)]�[39m Received response: null [debug] �[35m[W3C (9d174fd3)]�[39m But deleting session, so not returning [debug] �[35m[W3C (9d174fd3)]�[39m Responding to client with driver.deleteSession() result: null �[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670 �[39m�[32m200�[39m �[90m862 ms - 14�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session�[39m �[35m[HTTP]�[39m �[90m{"capabilities":{"alwaysMatch":{"appium:automationName":"Espresso","appium:nativeWebScreenshot":true,"appium:chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appium:forceEspressoRebuild":true,"appium:appActivity":"com.app.abc.app.MainActivity","appium:appPackage":"com.app.abc.app.smoketest","appium:autoWebview":true,"appium:autoGrantPermissions":true,"platformName":"Android","appium:deviceName":"Galaxy Tab S2","appium:app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}}},"firstMatch":[{}]}}�[39m [debug] �[35m[W3C]�[39m Calling AppiumDriver.createSession() with args: [null,null,{"alwaysMatch":{"appium:automationName":"Espresso","appium:nativeWebScreenshot":true,"appium:chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","appium:forceEspressoRebuild":true,"appium:appActivity":"com.app.abc.app.MainActivity","appium:appPackage":"com.app.abc.app.smoketest","appium:autoWebview":true,"appium:autoGrantPermissions":true,"platformName":"Android","appium:deviceName":"Galaxy Tab S2","appium:app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}}},"firstMatch":[{}]}] [debug] �[35m[BaseDriver]�[39m Event 'newSessionRequested' logged at 1567414343790 (10:52:23 GMT+0200 (Central European Summer Time)) �[35m[Appium]�[39m Appium v1.14.2 creating new EspressoDriver (v1.15.1) session �[35m[Appium]�[39m Capabilities: �[35m[Appium]�[39m platformName: Android �[35m[Appium]�[39m cjson:metadata: { �[35m[Appium]�[39m browser: { �[35m[Appium]�[39m name: chrome �[35m[Appium]�[39m version: unknown �[35m[Appium]�[39m } �[35m[Appium]�[39m device: Galaxy Tab S2 �[35m[Appium]�[39m platform: { �[35m[Appium]�[39m name: android �[35m[Appium]�[39m version: 7.0 �[35m[Appium]�[39m } �[35m[Appium]�[39m } �[35m[Appium]�[39m automationName: Espresso �[35m[Appium]�[39m nativeWebScreenshot: true �[35m[Appium]�[39m chromedriverExecutable: /Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver �[35m[Appium]�[39m forceEspressoRebuild: true �[35m[Appium]�[39m appActivity: com.app.abc.app.MainActivity �[35m[Appium]�[39m appPackage: com.app.abc.app.smoketest �[35m[Appium]�[39m autoWebview: true �[35m[Appium]�[39m autoGrantPermissions: true �[35m[Appium]�[39m deviceName: Galaxy Tab S2 �[35m[Appium]�[39m app: /Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk �[35m[Appium]�[39m Explicitly enabling use of insecure features: �[35m[Appium]�[39m get_server_logs [debug] �[35m[BaseDriver]�[39m Creating session with W3C capabilities: { [debug] �[35m[BaseDriver]�[39m "alwaysMatch": { [debug] �[35m[BaseDriver]�[39m "platformName": "Android", [debug] �[35m[BaseDriver]�[39m "cjson:metadata": { [debug] �[35m[BaseDriver]�[39m "browser": { [debug] �[35m[BaseDriver]�[39m "name": "chrome", [debug] �[35m[BaseDriver]�[39m "version": "unknown" [debug] �[35m[BaseDriver]�[39m }, [debug] �[35m[BaseDriver]�[39m "device": "Galaxy Tab S2", [debug] �[35m[BaseDriver]�[39m "platform": { [debug] �[35m[BaseDriver]�[39m "name": "android", [debug] �[35m[BaseDriver]�[39m "version": "7.0" [debug] �[35m[BaseDriver]�[39m } [debug] �[35m[BaseDriver]�[39m }, [debug] �[35m[BaseDriver]�[39m "appium:automationName": "Espresso", [debug] �[35m[BaseDriver]�[39m "appium:nativeWebScreenshot": true, [debug] �[35m[BaseDriver]�[39m "appium:chromedriverExecutable": "/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver", [debug] �[35m[BaseDriver]�[39m "appium:forceEspressoRebuild": true, [debug] �[35m[BaseDriver]�[39m "appium:appActivity": "com.app.abc.app.MainActivity", [debug] �[35m[BaseDriver]�[39m "appium:appPackage": "com.app.abc.app.smoketest", [debug] �[35m[BaseDriver]�[39m "appium:autoWebview": true, [debug] �[35m[BaseDriver]�[39m "appium:autoGrantPermissions": true, [debug] �[35m[BaseDriver]�[39m "appium:deviceName": "Galaxy Tab S2", [debug] �[35m[BaseDriver]�[39m "appium:app": "/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk" [debug] �[35m[BaseDriver]�[39m }, [debug] �[35m[BaseDriver]�[39m "firstMatch": [ [debug] �[35m[BaseDriver]�[39m {} [debug] �[35m[BaseDriver]�[39m ] [debug] �[35m[BaseDriver]�[39m } �[35m[BaseDriver]�[39m The following capabilities were provided, but are not recognized by Appium: �[35m[BaseDriver]�[39m cjson:metadata �[35m[BaseDriver]�[39m Session created with session id: e83af138-e707-420d-91b0-5699fc5cfa6f �[35m[BaseDriver]�[39m Using local app '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' [debug] �[35m[Espresso]�[39m Checking whether app is actually present �[35m[Espresso]�[39m EspressoDriver version: 1.15.1 �[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb' �[35m[AndroidDriver]�[39m Retrieving device list [debug] �[35m[ADB]�[39m Trying to find a connected android device [debug] �[35m[ADB]�[39m Getting connected devices... [debug] �[35m[ADB]�[39m 1 device(s) connected �[35m[AndroidDriver]�[39m Using device: d0ac6cf4 �[35m[ADB]�[39m Using 'adb' from '/Users/userA/Library/Android/sdk/platform-tools/adb' [debug] �[35m[ADB]�[39m Setting device id to d0ac6cf4 [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell getprop ro.build.version.sdk' [debug] �[35m[ADB]�[39m Current device property 'ro.build.version.sdk': 24 [debug] �[35m[ADB]�[39m Device API level: 24 [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 wait-for-device' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell echo ping' [debug] �[35m[AndroidDriver]�[39m Pushing settings apk to device... [debug] �[35m[ADB]�[39m Getting install status for io.appium.settings [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package io.appium.settings' [debug] �[35m[ADB]�[39m 'io.appium.settings' is installed [debug] �[35m[ADB]�[39m Getting package info for 'io.appium.settings' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package io.appium.settings' �[35m[ADB]�[39m Using 'apkanalyzer' from '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' [debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/userA/abcapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk"] [debug] �[35m[ADB]�[39m The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('2.14.1' >= '2.14.1') [debug] �[35m[ADB]�[39m There is no need to install/upgrade '/Users/userA/abcapp/test/acceptance/app/node_modules/io.appium.settings/apks/settings_apk-debug.apk' [debug] �[35m[ADB]�[39m Getting IDs of all 'io.appium.settings' processes [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'pgrep --help; echo $?'' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pgrep \^appium\.settings\$' [debug] �[35m[AndroidDriver]�[39m io.appium.settings is already running. There is no need to reset its permissions. [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell appops set io.appium.settings android\:mock_location allow' [debug] �[35m[Logcat]�[39m Starting logcat capture [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell settings get global animator_duration_scale' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell settings get global transition_animation_scale' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell settings get global window_animation_scale' [debug] �[35m[Espresso]�[39m Forwarding Espresso Server port 6791 to 8309 [debug] �[35m[ADB]�[39m Forwarding system: 8309 to device: 6791 [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 forward tcp\:8309 tcp\:6791' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys window' �[35m[AndroidDriver]�[39m Screen already unlocked, doing nothing [debug] �[35m[ADB]�[39m Checking app cert for /Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk �[35m[ADB]�[39m Using 'apksigner' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' [debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"]' [debug] �[35m[ADB]�[39m apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US [debug] �[35m[ADB]�[39m Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc [debug] �[35m[ADB]�[39m Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 [debug] �[35m[ADB]�[39m Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 [debug] �[35m[ADB]�[39m [debug] �[35m[ADB]�[39m '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' is already signed. [debug] �[35m[ADB]�[39m Getting install status for com.app.abc.app.smoketest [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package com.app.abc.app.smoketest' [debug] �[35m[ADB]�[39m 'com.app.abc.app.smoketest' is installed [debug] �[35m[ADB]�[39m Getting install status for com.app.abc.app.smoketest [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package com.app.abc.app.smoketest' [debug] �[35m[ADB]�[39m 'com.app.abc.app.smoketest' is installed [debug] �[35m[ADB]�[39m Getting package info for 'com.app.abc.app.smoketest' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package com.app.abc.app.smoketest' [debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/tools/bin/apkanalyzer' with args ["manifest","print","/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"] [debug] �[35m[ADB]�[39m The version name of the installed 'com.app.abc.app.smoketest' is greater or equal to the application version name ('1.0.0' >= '1.0.0') [debug] �[35m[ADB]�[39m There is no need to install/upgrade '/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk' �[35m[AndroidDriver]�[39m Performing fast reset on 'com.app.abc.app.smoketest' [debug] �[35m[ADB]�[39m Getting install status for com.app.abc.app.smoketest [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package com.app.abc.app.smoketest' [debug] �[35m[ADB]�[39m 'com.app.abc.app.smoketest' is installed [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell am force-stop com.app.abc.app.smoketest' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pm clear com.app.abc.app.smoketest' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package com.app.abc.app.smoketest' [debug] �[35m[ADB]�[39m Retrieving requested permissions [debug] �[35m[ADB]�[39m Retrieved 8 permission(s) from ["requested"] group(s) [debug] �[35m[ADB]�[39m Retrieving granted permissions [debug] �[35m[ADB]�[39m Retrieved 3 permission(s) from ["install","runtime"] group(s) [debug] �[35m[ADB]�[39m Granting permissions ["android.permission.GET_ACCOUNTS","android.permission.ACCESS_COARSE_LOCATION","android.permission.ACCESS_FINE_LOCATION","android.permission.WRITE_EXTERNAL_STORAGE","android.permission.READ_EXTERNAL_STORAGE"] to 'com.app.abc.app.smoketest' [debug] �[35m[ADB]�[39m Got the following command chunks to execute: [["pm","grant","com.app.abc.app.smoketest","android.permission.GET_ACCOUNTS",";","pm","grant","com.app.abc.app.smoketest","android.permission.ACCESS_COARSE_LOCATION",";","pm","grant","com.app.abc.app.smoketest","android.permission.ACCESS_FINE_LOCATION",";","pm","grant","com.app.abc.app.smoketest","android.permission.WRITE_EXTERNAL_STORAGE",";","pm","grant","com.app.abc.app.smoketest","android.permission.READ_EXTERNAL_STORAGE",";"]] [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pm grant com.app.abc.app.smoketest android.permission.GET_ACCOUNTS \; pm grant com.app.abc.app.smoketest android.permission.ACCESS_COARSE_LOCATION \; pm grant com.app.abc.app.smoketest android.permission.ACCESS_FINE_LOCATION \; pm grant com.app.abc.app.smoketest android.permission.WRITE_EXTERNAL_STORAGE \; pm grant com.app.abc.app.smoketest android.permission.READ_EXTERNAL_STORAGE \;' [debug] �[35m[AndroidDriver]�[39m Performed fast reset on the installed 'com.app.abc.app.smoketest' application (stop and clear) [debug] �[35m[Espresso]�[39m 'forceEspressoRebuild' capability is enabled [debug] �[35m[Espresso]�[39m Deleting the obsolete Espresso server package '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' �[35m[Espresso]�[39m Repackaging espresso server for: 'com.app.abc.app.smoketest' �[35m[Espresso]�[39m Creating new manifest: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml' [debug] �[35m[ADB]�[39m Found the most recent Android platform: {"platform":"android-28","platformPath":"/Users/userA/Library/Android/sdk/platforms/android-28"} �[35m[ADB]�[39m Using 'aapt2' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2' [debug] �[35m[ADB]�[39m Compiling the manifest using '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt2 link -o /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk --manifest /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml --rename-manifest-package io.appium.espressoserver.test --rename-instrumentation-target-package com.app.abc.app.smoketest -I /Users/userA/Library/Android/sdk/platforms/android-28/android.jar -v' [debug] �[35m[ADB]�[39m Compiled the manifest at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' [debug] �[35m[ADB]�[39m Inserting manifest '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml', src: '/Users/userA/abcapp/test/acceptance/app/node_modules/appium-espresso-driver/espresso-server/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk', dst: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' [debug] �[35m[ADB]�[39m Unzipping '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/AndroidManifest.xml.apk' to '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T' [debug] �[35m[ADB]�[39m Unzip successful �[35m[ADB]�[39m Using 'aapt' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/aapt' [debug] �[35m[ADB]�[39m Moving manifest [debug] �[35m[ADB]�[39m Manifest insertion into '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is completed �[35m[Espresso]�[39m Repackaged espresso server ready: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' [debug] �[35m[ADB]�[39m Checking app cert for /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk [debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["verify","--print-certs","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk"]' �[35m[ADB]�[39m Got an error during apksigner execution: Command '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner verify --print-certs /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' exited with code 1 �[35m[ADB]�[39m apksigner stderr: DOES NOT VERIFY �[35m[ADB]�[39m ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped? �[35m[ADB]�[39m [debug] �[35m[ADB]�[39m '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is not signed with debug cert �[35m[ADB]�[39m Using 'zipalign' from '/Users/userA/Library/Android/sdk/build-tools/28.0.3/zipalign' [debug] �[35m[ADB]�[39m /var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is already zip-aligned. Doing nothing [debug] �[35m[ADB]�[39m Signing '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' with default cert [debug] �[35m[ADB]�[39m Starting '/Users/userA/Library/Android/sdk/build-tools/28.0.3/apksigner' with args '["sign","--key","/Users/userA/abcapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.pk8","--cert","/Users/userA/abcapp/test/acceptance/app/node_modules/appium-adb/keys/testkey.x509.pem","/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk"]' [debug] �[35m[ADB]�[39m Uninstalling io.appium.espressoserver.test [debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package io.appium.espressoserver.test' [debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is installed [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell am force-stop io.appium.espressoserver.test' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 uninstall io.appium.espressoserver.test' [debug] �[35m[ADB]�[39m 'adb uninstall io.appium.espressoserver.test' command output: Success �[35m[ADB]�[39m io.appium.espressoserver.test was successfully uninstalled �[35m[Espresso]�[39m Uninstalled the obsolete Espresso server package from the device under test [debug] �[35m[ADB]�[39m Getting install status for io.appium.espressoserver.test [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys package io.appium.espressoserver.test' [debug] �[35m[ADB]�[39m 'io.appium.espressoserver.test' is not installed [debug] �[35m[ADB]�[39m App '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is not installed �[35m[Espresso]�[39m Installing Espresso Test Server apk from the target device (path: '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk') [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'ls -t -1 /data/local/tmp/appium_cache 2>&1 || echo _ERROR_'' [debug] �[35m[ADB]�[39m The count of applications in the cache: 6 �[35m[ADB]�[39m The application at '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' is already cached to '/data/local/tmp/appium_cache/cffbc1d70b8fb3ffb8926a6693605463f9caed53.apk' [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell pm install /data/local/tmp/appium_cache/cffbc1d70b8fb3ffb8926a6693605463f9caed53.apk' �[35m[ADB]�[39m The installation of 'io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' took 4.408s [debug] �[35m[ADB]�[39m Install command stdout: Success �[35m[Espresso]�[39m Installed Espresso Test Server apk '/var/folders/b0/s7kwsw_50_337s6lxr0lkm69c34ybl/T/io.appium.espressoserver.test_1.15.1_com.app.abc.app.smoketest.apk' (pkg: 'io.appium.espressoserver.test') [debug] �[35m[Espresso]�[39m Performing cleanup of automation leftovers [debug] �[35m[Espresso]�[39m No obsolete sessions have been detected (Error: socket hang up) �[35m[Espresso]�[39m Starting Espresso Server v1.15.1 with cmd: adb shell am instrument -w -e debug false io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner [debug] �[35m[ADB]�[39m Creating ADB subprocess with args: ["-P",5037,"-s","d0ac6cf4","shell","am","instrument","-w","-e","debug","false","io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner"] [debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] �[35m[Espresso]�[39m Waiting for Espresso to be online... [debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus' [debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8309/status] with no body [debug] �[35m[WD Proxy]�[39m Got response with status 500: {"id":"f4ed139f-28a3-42a9-8620-4b76c4703d1c","sessionId":null,"value":{"error":"unknown error","message":"kotlin.KotlinNullPointerException","stacktrace":"kotlin.KotlinNullPointerException\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:49)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:762)\n"}} [debug] �[35m[W3C]�[39m Matched W3C error code 'unknown error' to UnknownError [debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus' [debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://localhost:8309/status] with no body [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"1428bbef-d975-4959-9af1-fab8c127e6bf","sessionId":null,"value":null} [debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C' [debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession' [debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://localhost:8309/session] with body: {"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}},"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","forceEspressoRebuild":true,"appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}},... [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"08e3d061-ecdd-4452-8d2f-e364eab0d07b","sessionId":"3b95d598-828f-49d7-9504-04718d130cfa","value":{"capabilities":{"alwaysMatch":{},"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}},"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","forceEspressoRebuild":true,"appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"},"platformName":"Android","... [debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C' per session creation request [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell 'echo "com.app.abc.app.smoketest" > "/data/local/tmp/espresso.apppackage"'' �[35m[Espresso]�[39m Recorded the target application package 'com.app.abc.app.smoketest' to /data/local/tmp/espresso.apppackage [debug] �[35m[ADB]�[39m Waiting up to 20000ms for activity matching pkg: 'com.app.abc.app.smoketest' and activity: 'com.app.abc.app.MainActivity' to be focused [debug] �[35m[ADB]�[39m Possible activities, to be checked: 'com.app.abc.app.MainActivity', 'com.app.abc.app.smoketest.com.app.abc.app.MainActivity' [debug] �[35m[ADB]�[39m Getting focused package and activity [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell dumpsys window windows' [debug] �[35m[ADB]�[39m Found package: 'com.app.abc.app.smoketest' and fully qualified activity name : 'com.app.abc.app.MainActivity' �[35m[Espresso]�[39m Setting webview to context 'WEBVIEW_com.app.abc.app.smoketest' with timeout 2000ms [debug] �[35m[AndroidDriver]�[39m Getting a list of available webviews [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell cat /proc/net/unix' �[35m[AndroidDriver]�[39m Not checking whether webviews have active pages; use the 'ensureWebviewsHavePages' cap to turn this check on [debug] �[35m[AndroidDriver]�[39m WEBVIEW_1043 mapped to pid 1043 [debug] �[35m[AndroidDriver]�[39m Getting process name for webview [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 shell ps' [debug] �[35m[AndroidDriver]�[39m Parsed pid: '1043' pkg: 'com.app.abc.app.smoketest' from [debug] �[35m[AndroidDriver]�[39m USER PID PPID VSIZE RSS WCHAN PC NAME [debug] �[35m[AndroidDriver]�[39m u0_a226 1043 596 2202436 146908 SyS_epoll_ 0000000000 S com.app.abc.app.smoketest [debug] �[35m[AndroidDriver]�[39m Returning process name: 'com.app.abc.app.smoketest' [debug] �[35m[AndroidDriver]�[39m Found webviews: ["WEBVIEW_com.app.abc.app.smoketest"] [debug] �[35m[AndroidDriver]�[39m Available contexts: ["NATIVE_APP","WEBVIEW_com.app.abc.app.smoketest"] [debug] �[35m[AndroidDriver]�[39m Connecting to chrome-backed webview context 'WEBVIEW_com.app.abc.app.smoketest' [debug] �[35m[AndroidDriver]�[39m A port was not given, using random free port: 8039 [debug] �[35m[AndroidDriver]�[39m Automated Chromedriver download is disabled. Use 'chromedriver_autodownload' server feature to enable it [debug] �[35m[AndroidDriver]�[39m Before starting chromedriver, androidPackage is 'com.app.abc.app.smoketest' [debug] �[35m[Chromedriver]�[39m Changed state to 'starting' �[35m[Chromedriver]�[39m Set chromedriver binary as: /Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver [debug] �[35m[Chromedriver]�[39m Killing any old chromedrivers, running: pkill -15 -f "/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver.*--port=8039" �[35m[Chromedriver]�[39m No old chromedrivers seem to exist [debug] �[35m[Chromedriver]�[39m Cleaning any old adb forwarded port socket connections [debug] �[35m[ADB]�[39m List forwarding ports [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 forward --list' [debug] �[35m[ADB]�[39m Removing forwarded port socket connection: 64694 [debug] �[35m[ADB]�[39m Running '/Users/userA/Library/Android/sdk/platform-tools/adb -P 5037 -s d0ac6cf4 forward --remove tcp\:64694' �[35m[Chromedriver]�[39m Spawning chromedriver with: /Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver --url-base=wd/hub --port=8039 --adb-port=5037 --verbose [debug] �[35m[Chromedriver]�[39m Chromedriver version: '76.0.3809.68' [debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus' [debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8039/wd/hub/status] with no body �[35m[WD Proxy]�[39m Got an unexpected response with status undefined: {"errno":"ECONNREFUSED","code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":8039} [debug] �[35m[WD Proxy]�[39m RequestError: Error: connect ECONNREFUSED 127.0.0.1:8039 [debug] �[35m[WD Proxy]�[39m at new RequestError (/Users/userA/abcapp/test/acceptance/app/node_modules/request-promise-core/lib/errors.js:14:15) [debug] �[35m[WD Proxy]�[39m at Request.plumbing.callback (/Users/userA/abcapp/test/acceptance/app/node_modules/request-promise-core/lib/plumbing.js:87:29) [debug] �[35m[WD Proxy]�[39m at Request.RP$callback [as _callback] (/Users/userA/abcapp/test/acceptance/app/node_modules/request-promise-core/lib/plumbing.js:46:31) [debug] �[35m[WD Proxy]�[39m at self.callback (/Users/userA/abcapp/test/acceptance/app/node_modules/request/request.js:185:22) [debug] �[35m[WD Proxy]�[39m at Request.emit (events.js:189:13) [debug] �[35m[WD Proxy]�[39m at Request.onRequestError (/Users/userA/abcapp/test/acceptance/app/node_modules/request/request.js:881:8) [debug] �[35m[WD Proxy]�[39m at ClientRequest.emit (events.js:194:15) [debug] �[35m[WD Proxy]�[39m at Socket.socketErrorListener (_http_client.js:392:9) [debug] �[35m[WD Proxy]�[39m at Socket.emit (events.js:189:13) [debug] �[35m[WD Proxy]�[39m at emitErrorNT (internal/streams/destroy.js:82:8) [debug] �[35m[WD Proxy]�[39m at emitErrorAndCloseNT (internal/streams/destroy.js:50:3) [debug] �[35m[WD Proxy]�[39m at process._tickCallback (internal/process/next_tick.js:63:19) [debug] �[35m[WD Proxy]�[39m Matched '/status' to command name 'getStatus' [debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8039/wd/hub/status] with no body [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"value":{"build":{"version":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"x86_64","name":"Mac OS X","version":"10.14.6"},"ready":true}} [debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C' [debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession' [debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://127.0.0.1:8039/wd/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.app.abc.app.smoketest","androidUseRunningApp":true,"androidDeviceSerial":"d0ac6cf4"},"loggingPrefs":{"browser":"ALL"}}} [debug] �[35m[Chromedriver]�[39m Webview version: 'Chrome/76.0.3809.132' [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"8887d13bbf025499e1e8f6f01a9d855a","status":0,"value":{"acceptInsecureCerts":false,"acceptSslCerts":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"cssSelectorsEnabled":true,"databaseEnabled":false,"goog:chromeOptions":{"debuggerAddress":"localhost:64893"},"handlesAlerts":true,"hasTouchScreen":true,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"pageLoadStrategy":"normal","platform":"ANDROID","proxy":{},"rotatable":false,"setWindowRect":false,"strictFileInteractability":false,"takesHeapSnapshot":true,"takesScreenshot":true,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"unexpectedAlertBehaviour":"ignore","version":"76.0.3809.132","webStorageEnabled":true}} [debug] �[35m[WD Proxy]�[39m Updated the downstream protocol to 'MJSONWP' as per session creation request [debug] �[35m[Chromedriver]�[39m Changed state to 'online' [debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/info] to [GET http://localhost:8309/session/3b95d598-828f-49d7-9504-04718d130cfa/appium/device/info] with no body [debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"35261e5d-79b5-4853-849f-7265733528a9","sessionId":"3b95d598-828f-49d7-9504-04718d130cfa","value":{"platformVersion":"7.0","androidId":"c5103d24218bc01f","realDisplaySize":"2048x1536","brand":"samsung","locale":"en_US","carrierName":"","apiVersion":"24","manufacturer":"samsung","displayDensity":320,"timeZone":"Europe/Berlin","model":"SM-T819"}} �[35m[Appium]�[39m New EspressoDriver session created successfully, session e83af138-e707-420d-91b0-5699fc5cfa6f added to master session list [debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1567414369021 (10:52:49 GMT+0200 (Central European Summer Time)) [debug] �[35m[W3C (e83af138)]�[39m Cached the protocol value 'W3C' for the new session e83af138-e707-420d-91b0-5699fc5cfa6f [debug] �[35m[W3C (e83af138)]�[39m Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}},"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","forceEspressoRebuild":true,"appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}} �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[32m200�[39m �[90m25232 ms - 715�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5 [debug] �[35m[W3C (9d174fd3)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16) [debug] �[35m[W3C (9d174fd3)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.emit (events.js:194:15) �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[33m404�[39m �[90m7 ms - 2644�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5 [debug] �[35m[W3C (9d174fd3)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16) [debug] �[35m[W3C (9d174fd3)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.emit (events.js:194:15) �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[33m404�[39m �[90m4 ms - 2644�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5 [debug] �[35m[W3C (9d174fd3)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16) [debug] �[35m[W3C (9d174fd3)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.emit (events.js:194:15) �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[33m404�[39m �[90m2 ms - 2644�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m �[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5 [debug] �[35m[W3C (9d174fd3)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16) [debug] �[35m[W3C (9d174fd3)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.emit (events.js:194:15) �[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[33m404�[39m �[90m6 ms - 2644�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at jsonParser (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/types/json.js:110:7) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot �[39m�[33m404�[39m �[90m5 ms - 2694�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at jsonParser (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/types/json.js:110:7) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot �[39m�[33m404�[39m �[90m4 ms - 2694�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at jsonParser (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/types/json.js:110:7) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot �[39m�[33m404�[39m �[90m2 ms - 2694�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at jsonParser (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/types/json.js:110:7) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/screenshot �[39m�[33m404�[39m �[90m4 ms - 2694�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5 [debug] �[35m[W3C (9d174fd3)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16) [debug] �[35m[W3C (9d174fd3)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.emit (events.js:194:15) �[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670 �[39m�[33m404�[39m �[90m2 ms - 2644�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5 [debug] �[35m[W3C (9d174fd3)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16) [debug] �[35m[W3C (9d174fd3)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.emit (events.js:194:15) �[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670 �[39m�[33m404�[39m �[90m2 ms - 2644�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5 [debug] �[35m[W3C (9d174fd3)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16) [debug] �[35m[W3C (9d174fd3)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.emit (events.js:194:15) �[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670 �[39m�[33m404�[39m �[90m2 ms - 2644�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5 [debug] �[35m[W3C (9d174fd3)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16) [debug] �[35m[W3C (9d174fd3)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.emit (events.js:194:15) �[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670 �[39m�[33m404�[39m �[90m2 ms - 2644�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/log/types�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at jsonParser (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/types/json.js:110:7) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/log/types �[39m�[33m404�[39m �[90m3 ms - 2694�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/log/types�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at jsonParser (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/types/json.js:110:7) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/log/types �[39m�[33m404�[39m �[90m2 ms - 2694�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/log/types�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at jsonParser (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/types/json.js:110:7) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/log/types �[39m�[33m404�[39m �[90m2 ms - 2694�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mGET�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/log/types�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at jsonParser (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/types/json.js:110:7) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) �[35m[HTTP]�[39m �[37m<-- GET /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/log/types �[39m�[33m404�[39m �[90m2 ms - 2694�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5 [debug] �[35m[W3C (9d174fd3)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16) [debug] �[35m[W3C (9d174fd3)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.emit (events.js:194:15) �[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670 �[39m�[33m404�[39m �[90m3 ms - 2644�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5 [debug] �[35m[W3C (9d174fd3)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16) [debug] �[35m[W3C (9d174fd3)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.emit (events.js:194:15) �[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670 �[39m�[33m404�[39m �[90m2 ms - 2644�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5 [debug] �[35m[W3C (9d174fd3)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16) [debug] �[35m[W3C (9d174fd3)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.emit (events.js:194:15) �[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670 �[39m�[33m404�[39m �[90m2 ms - 2644�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[HTTP]�[39m �[37m-->�[39m �[37mDELETE�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670�[39m �[35m[HTTP]�[39m �[90m{}�[39m [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15) [debug] �[35m[W3C (9d174fd3)]�[39m at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13) [debug] �[35m[W3C (9d174fd3)]�[39m at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22 [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14) [debug] �[35m[W3C (9d174fd3)]�[39m at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14) [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5) [debug] �[35m[W3C (9d174fd3)]�[39m at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5) [debug] �[35m[W3C (9d174fd3)]�[39m at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7 [debug] �[35m[W3C (9d174fd3)]�[39m at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12) [debug] �[35m[W3C (9d174fd3)]�[39m at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10) [debug] �[35m[W3C (9d174fd3)]�[39m at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5 [debug] �[35m[W3C (9d174fd3)]�[39m at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16) [debug] �[35m[W3C (9d174fd3)]�[39m at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7) [debug] �[35m[W3C (9d174fd3)]�[39m at IncomingMessage.emit (events.js:194:15) �[35m[HTTP]�[39m �[37m<-- DELETE /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670 �[39m�[33m404�[39m �[90m2 ms - 2644�[39m �[35m[HTTP]�[39m �[90m�[39m �[35m[Appium]�[39m Received SIGTERM - shutting down [debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] io.appium.espressoserver.EspressoServerRunnerTest:INSTRUMENTATION_RESULT: shortMsg=Process crashed. [debug] �[35m[Espresso]�[39m [Instrumentation] [STDOUT] INSTRUMENTATION_CODE: 0 �[35m[Espresso]�[39m Instrumentation process exited with code 0 from signal null

@KazuCocoa
Copy link
Member

mm, [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started happned in your 2nd test.
The 1st one had no such error. hmm..

Not sure the cause, but does it happen on emulator, too?
I was able to run without NoSuchDriverError on emulator x espresso just now.

[debug] �[35m[WD Proxy]�[39m Proxying [GET /status] to [GET http://127.0.0.1:8039/wd/hub/status] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"value":{"build":{"version":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"x86_64","name":"Mac OS X","version":"10.14.6"},"ready":true}}
[debug] �[35m[WD Proxy]�[39m Determined the downstream protocol as 'W3C'
[debug] �[35m[WD Proxy]�[39m Matched '/session' to command name 'createSession'
[debug] �[35m[WD Proxy]�[39m Proxying [POST /session] to [POST http://127.0.0.1:8039/wd/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.app.abc.app.smoketest","androidUseRunningApp":true,"androidDeviceSerial":"d0ac6cf4"},"loggingPrefs":{"browser":"ALL"}}}
[debug] �[35m[Chromedriver]�[39m Webview version: 'Chrome/76.0.3809.132'
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"sessionId":"8887d13bbf025499e1e8f6f01a9d855a","status":0,"value":{"acceptInsecureCerts":false,"acceptSslCerts":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"76.0.3809.68 (420c9498db8ce8fcd190a954d51297672c1515d5-refs/branch-heads/3809@{#864})"},"cssSelectorsEnabled":true,"databaseEnabled":false,"goog:chromeOptions":{"debuggerAddress":"localhost:64893"},"handlesAlerts":true,"hasTouchScreen":true,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"pageLoadStrategy":"normal","platform":"ANDROID","proxy":{},"rotatable":false,"setWindowRect":false,"strictFileInteractability":false,"takesHeapSnapshot":true,"takesScreenshot":true,"timeouts":{"implicit":0,"pageLoad":300000,"script":30000},"unexpectedAlertBehaviour":"ignore","version":"76.0.3809.132","webStorageEnabled":true}}
[debug] �[35m[WD Proxy]�[39m Updated the downstream protocol to 'MJSONWP' as per session creation request
[debug] �[35m[Chromedriver]�[39m Changed state to 'online'
[debug] �[35m[WD Proxy]�[39m Proxying [GET /appium/device/info] to [GET http://localhost:8309/session/3b95d598-828f-49d7-9504-04718d130cfa/appium/device/info] with no body
[debug] �[35m[WD Proxy]�[39m Got response with status 200: {"id":"35261e5d-79b5-4853-849f-7265733528a9","sessionId":"3b95d598-828f-49d7-9504-04718d130cfa","value":{"platformVersion":"7.0","androidId":"c5103d24218bc01f","realDisplaySize":"2048x1536","brand":"samsung","locale":"en_US","carrierName":"","apiVersion":"24","manufacturer":"samsung","displayDensity":320,"timeZone":"Europe/Berlin","model":"SM-T819"}}
�[35m[Appium]�[39m New EspressoDriver session created successfully, session e83af138-e707-420d-91b0-5699fc5cfa6f added to master session list
[debug] �[35m[BaseDriver]�[39m Event 'newSessionStarted' logged at 1567414369021 (10:52:49 GMT+0200 (Central European Summer Time))
[debug] �[35m[W3C (e83af138)]�[39m Cached the protocol value 'W3C' for the new session e83af138-e707-420d-91b0-5699fc5cfa6f
[debug] �[35m[W3C (e83af138)]�[39m Responding to client with driver.createSession() result: {"capabilities":{"platformName":"Android","cjson:metadata":{"browser":{"name":"chrome","version":"unknown"},"device":"Galaxy Tab S2","platform":{"name":"android","version":"7.0"}},"automationName":"Espresso","nativeWebScreenshot":true,"chromedriverExecutable":"/Users/userA/abcapp/test/acceptance/app/node_modules/.bin/chromedriver","forceEspressoRebuild":true,"appActivity":"com.app.abc.app.MainActivity","appPackage":"com.app.abc.app.smoketest","autoWebview":true,"autoGrantPermissions":true,"deviceName":"Galaxy Tab S2","app":"/Users/userA/abcapp/client/platform/runtime-android/app/build/outputs/apk/smoketest/debug/app-smoketest-debug.apk"}}
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session �[39m�[32m200�[39m �[90m25232 ms - 715�[39m
�[35m[HTTP]�[39m �[90m�[39m
�[35m[HTTP]�[39m �[37m-->�[39m �[37mPOST�[39m �[37m/wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element�[39m
�[35m[HTTP]�[39m �[90m{"using":"xpath","value":"//*[@data-test-id='LoginPage_testId']"}�[39m
[debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
[debug] �[35m[W3C (9d174fd3)]�[39m     at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:231:15)
[debug] �[35m[W3C (9d174fd3)]�[39m     at asyncHandler (/Users/userA/abcapp/test/acceptance/app/node_modules/appium-base-driver/lib/protocol/protocol.js:410:15)
[debug] �[35m[W3C (9d174fd3)]�[39m     at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (9d174fd3)]�[39m     at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:137:13)
[debug] �[35m[W3C (9d174fd3)]�[39m     at Route.dispatch (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/route.js:112:3)
[debug] �[35m[W3C (9d174fd3)]�[39m     at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (9d174fd3)]�[39m     at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:281:22
[debug] �[35m[W3C (9d174fd3)]�[39m     at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:354:14)
[debug] �[35m[W3C (9d174fd3)]�[39m     at param (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:365:14)
[debug] �[35m[W3C (9d174fd3)]�[39m     at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:410:3)
[debug] �[35m[W3C (9d174fd3)]�[39m     at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (9d174fd3)]�[39m     at logger (/Users/userA/abcapp/test/acceptance/app/node_modules/morgan/index.js:144:5)
[debug] �[35m[W3C (9d174fd3)]�[39m     at Layer.handle [as handle_request] (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/layer.js:95:5)
[debug] �[35m[W3C (9d174fd3)]�[39m     at trim_prefix (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:317:13)
[debug] �[35m[W3C (9d174fd3)]�[39m     at /Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:284:7
[debug] �[35m[W3C (9d174fd3)]�[39m     at Function.process_params (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:335:12)
[debug] �[35m[W3C (9d174fd3)]�[39m     at next (/Users/userA/abcapp/test/acceptance/app/node_modules/express/lib/router/index.js:275:10)
[debug] �[35m[W3C (9d174fd3)]�[39m     at /Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/lib/read.js:130:5
[debug] �[35m[W3C (9d174fd3)]�[39m     at invokeCallback (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:224:16)
[debug] �[35m[W3C (9d174fd3)]�[39m     at done (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:213:7)
[debug] �[35m[W3C (9d174fd3)]�[39m     at IncomingMessage.onEnd (/Users/userA/abcapp/test/acceptance/app/node_modules/body-parser/node_modules/raw-body/index.js:273:7)
[debug] �[35m[W3C (9d174fd3)]�[39m     at IncomingMessage.emit (events.js:194:15)
�[35m[HTTP]�[39m �[37m<-- POST /wd/hub/session/9d174fd3-0e65-4b4a-96c7-ff5543221670/element �[39m�[33m404�[39m �[90m7 ms - 2644�[39m
�[35m[HTTP]�[39m �[90m�[39m

@ania-s
Copy link
Author

ania-s commented Sep 2, 2019

mm, [debug] �[35m[W3C (9d174fd3)]�[39m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started happned in your 2nd test.
The 1st one had no such error. hmm..

Not sure the cause, but does it happen on emulator, too?
I was able to run without NoSuchDriverError on emulator x espresso just now.

@KazuCocoa I tried it on real device only, and this is how I need to execute the tests...

@KazuCocoa
Copy link
Member

I tried on a real device I had. It worked well. Android 9, Nokia device. Chromedriver was 76 supported one.

If it was chromedriver related issue, you can try other chromedriver versions which support your chrome version. I think you should make sure the cause is your devices, env or other materials.
Maybe trying out uiautomator2 instead of Espresso also helps to find the cause.

@ania-s
Copy link
Author

ania-s commented Sep 10, 2019

I tried on a real device I had. It worked well. Android 9, Nokia device. Chromedriver was 76 supported one.

If it was chromedriver related issue, you can try other chromedriver versions which support your chrome version. I think you should make sure the cause is your devices, env or other materials.
Maybe trying out uiautomator2 instead of Espresso also helps to find the cause.

@KazuCocoa so I got it working finally but only with "reloadSession". Nothing else worked. However, I have plenty of other issues now - bug reports, no test execution report generated, random failures. It's really flaky. I will open the separate issues for that. Thanks for help

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

Successfully merging a pull request may close this issue.

4 participants