Hello,
I’ve installed appium 1.3.4.1 on a new machine.
After setting up the enviroment: Eclipse Luna with android SDK, and downloaded the project, when trying to run a simple Login test, I get a fail where I previously didn’t.
When I’ve tried to open the Appium inspector for Windows and perform a “tap” action on an identified element, I received the following error message: Error performing tap action: Unexpected error. Missing parameters: [“selector”]
The same tests run nicely on other two PC’s one running Win7, and the other Win8.1
here is the appium console output:
info: → GET /wd/hub/session/7d4cc2ad-55d4-4ece-b696-1dc2c0d6c955/source {}
info: ← GET /wd/hub/session/7d4cc2ad-55d4-4ece-b696-1dc2c0d6c955/source 404 1.315 ms - 40
info: → GET /wd/hub/session/7d4cc2ad-55d4-4ece-b696-1dc2c0d6c955/screenshot {}
info: ← GET /wd/hub/session/7d4cc2ad-55d4-4ece-b696-1dc2c0d6c955/screenshot 404 0.953 ms - 40
info: → POST /wd/hub/session {“desiredCapabilities”:{“deviceName”:“nexus”,“app”:“E:\Pangea\Pangea.apk”,“appActivity”:“com.pangea.android.activities.SplashActivity”,“appPackage”:“com.pangea.android”,“platformName”:“Android”}}
info: Client User-Agent string: undefined
info: [debug] Using local app from desired caps: E:\Pangea\Pangea.apk
info: [debug] Creating new appium session 02b553d5-d031-407e-bac6-e5b8c305cdb5
info: Starting android appium
info: [debug] Getting Java version
info: Java version is: 1.8.0_25
info: [debug] Using fast reset? true
info: [debug] Preparing device for session
info: [debug] Checking whether app is actually present
info: [debug] Checking whether adb is present
info: [debug] Using adb from C:\Users\dev8\android-sdks\platform-tools\adb.exe
info: Retrieving device
info: [debug] Trying to find a connected android device
info: [debug] Getting connected devices…
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe devices
info: [debug] 1 device(s) connected
info: Found device emulator-5554
info: [debug] Setting device id to emulator-5554
info: [debug] Waiting for device to be ready and to respond to shell commands (timeout = 5)
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 wait-for-device
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “echo ‘ready’”
info: [debug] Starting logcat capture
info: [debug] Getting device API level
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “getprop ro.build.version.sdk”
info: [debug] Device is at API Level 17
info: Device API level is: 17
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “getprop persist.sys.language”
info: [debug] Current device persist.sys.language: en
info: [debug] java -jar “E:\Appium\node_modules\appium\node_modules\appium-adb\jars\appium_apk_tools.jar” “stringsFromApk” “E:\Pangea\Pangea.apk” “C:\Users\dev8\AppData\Local\Temp\com.pangea.android” en
info: [debug] No strings.xml for language ‘en’, getting default strings.xml
info: [debug] java -jar “E:\Appium\node_modules\appium\node_modules\appium-adb\jars\appium_apk_tools.jar” “stringsFromApk” “E:\Pangea\Pangea.apk” “C:\Users\dev8\AppData\Local\Temp\com.pangea.android”
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 push “C:\Users\dev8\AppData\Local\Temp\com.pangea.android\strings.json” /data/local/tmp
info: [debug] Checking whether aapt is present
info: [debug] Using aapt from C:\Users\dev8\android-sdks\build-tools\21.1.1\aapt.exe
info: [debug] Retrieving process from manifest.
info: [debug] executing cmd: C:\Users\dev8\android-sdks\build-tools\21.1.1\aapt.exe dump xmltree E:\Pangea\Pangea.apk AndroidManifest.xml
info: [debug] Set app process to: com.pangea.android
info: [debug] Not uninstalling app since server not started with --full-reset
info: [debug] Checking app cert for E:\Pangea\Pangea.apk.
info: [debug] executing cmd: java -jar E:\Appium\node_modules\appium\node_modules\appium-adb\jars\verify.jar E:\Pangea\Pangea.apk
info: [debug] App already signed.
info: [debug] Zip-aligning E:\Pangea\Pangea.apk
info: [debug] Checking whether zipalign is present
info: [debug] Using zipalign from C:\Users\dev8\android-sdks\build-tools\21.1.1\zipalign.exe
info: [debug] Zip-aligning apk.
info: [debug] executing cmd: C:\Users\dev8\android-sdks\build-tools\21.1.1\zipalign.exe -f 4 E:\Pangea\Pangea.apk C:\Users\dev8\AppData\Local\Temp\appium114114-3276-12qsv2t.tmp
info: [debug] MD5 for app is 6c21276743d0400d8ea1802517b747f5
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “ls /data/local/tmp/6c21276743d0400d8ea1802517b747f5.apk”
info: [debug] Getting install status for com.pangea.android
info: [debug] Getting device API level
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “getprop ro.build.version.sdk”
info: [debug] Device is at API Level 17
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “pm list packages -3 com.pangea.android”
info: [debug] App is installed
info: App is already installed, resetting app
info: [debug] Running fast reset (stop and clear)
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “am force-stop com.pangea.android”
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “pm clear com.pangea.android”
info: [debug] Forwarding system:4724 to device:4724
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 forward tcp:4724 tcp:4724
info: [debug] Pushing appium bootstrap to device…
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 push “E:\Appium\node_modules\appium\build\android_bootstrap\AppiumBootstrap.jar” /data/local/tmp/
info: [debug] Pushing settings apk to device…
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 install “E:\Appium\node_modules\appium\build\settings_apk\settings_apk-debug.apk”
info: [debug] Pushing unlock helper app to device…
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 install “E:\Appium\node_modules\appium\build\unlock_apk\unlock_apk-debug.apk”
info: Starting App
info: [debug] Attempting to kill all ‘uiautomator’ processes
info: [debug] Getting all processes with ‘uiautomator’
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “ps ‘uiautomator’”
info: [debug] No matching processes found
info: [debug] Running bootstrap
info: [debug] spawning: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell uiautomator runtest AppiumBootstrap.jar -c io.appium.android.bootstrap.Bootstrap
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
info: [debug] [UIAUTOMATOR STDOUT] io.appium.android.bootstrap.Bootstrap:
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 1
info: [debug] [BOOTSTRAP] [debug] Socket opened on port 4724
info: [debug] [BOOTSTRAP] [debug] Appium Socket Server Ready
info: [debug] [BOOTSTRAP] [debug] Loading json…
info: [debug] Waking up device if it’s not alive
info: [debug] Pushing command to appium work queue: [“wake”,{}]
info: [debug] [BOOTSTRAP] [debug] json loading complete.
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “dumpsys window”
info: [debug] [BOOTSTRAP] [debug] Registered crash watchers.
info: [debug] [BOOTSTRAP] [debug] Client connected
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“wake”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: wake
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:true,“status”:0}
info: [debug] Screen already unlocked, continuing.
info: [debug] Pushing command to appium work queue: [“getDataDir”,{}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“getDataDir”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: getDataDir
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“/data”,“status”:0}
info: [debug] dataDir set to: /data
info: [debug] Pushing command to appium work queue: [“compressedLayoutHierarchy”,{“compressLayout”:false}]
info: [debug] Getting device API level
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “getprop ro.build.version.sdk”
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“compressedLayoutHierarchy”,“params”:{“compressLayout”:false}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: compressedLayoutHierarchy
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:false,“status”:0}
info: [debug] Device is at API Level 17
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “am start -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.pangea.android/com.pangea.android.activities.SplashActivity”
info: [debug] Waiting for pkg “com.pangea.android” and activity “com.pangea.android.activities.SplashActivity” to be focused
info: [debug] Getting focused package and activity
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “dumpsys window windows”
info: [debug] Device launched! Ready for commands
info: [debug] Setting command timeout to the default of 60 secs
info: [debug] Appium session started with sessionId 02b553d5-d031-407e-bac6-e5b8c305cdb5
info: ← POST /wd/hub/session 303 4807.872 ms - 9
info: → GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5 {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“platform”:“LINUX”,“browserName”:“Android”,“platformVersion”:“4.1”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“deviceName”:“nexus”,“app”:“E:\Pangea\Pangea.apk”,“appActivity”:“com.pangea.android.activities.SplashActivity”,“appPackage”:“com.pangea.android”,“platformName”:“Android”},“deviceName”:“nexus”,“app”:“E:\Pangea\Pangea.apk”,“appActivity”:“com.pangea.android.activities.SplashActivity”,“appPackage”:“com.pangea.android”,“platformName”:“Android”},“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}
info: ← GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5 200 0.590 ms - 671 {“status”:0,“value”:{“platform”:“LINUX”,“browserName”:“Android”,“platformVersion”:“4.1”,“webStorageEnabled”:false,“takesScreenshot”:true,“javascriptEnabled”:true,“databaseEnabled”:false,“networkConnectionEnabled”:true,“locationContextEnabled”:false,“warnings”:{},“desired”:{“deviceName”:“nexus”,“app”:“E:\Pangea\Pangea.apk”,“appActivity”:“com.pangea.android.activities.SplashActivity”,“appPackage”:“com.pangea.android”,“platformName”:“Android”},“deviceName”:“nexus”,“app”:“E:\Pangea\Pangea.apk”,“appActivity”:“com.pangea.android.activities.SplashActivity”,“appPackage”:“com.pangea.android”,“platformName”:“Android”},“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}
info: → GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/source {}
info: [debug] Pushing command to appium work queue: [“source”,{}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“source”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: source
info: [debug] Responding to client with error: {“status”:13,“value”:{“message”:“An unknown server-side error occurred while processing the command.”,“origValue”:“Failed to Dump Window Hierarchy”},“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}
info: ← GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/source 500 11.430 ms - 200
info: [debug] [UIAUTOMATOR STDOUT] java.io.FileNotFoundException: /data/local/tmp/dump.xml: open failed: ENOENT (No such file or directory)
info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.IoBridge.open(IoBridge.java:416)
info: [debug] [UIAUTOMATOR STDOUT] at java.io.FileInputStream.(FileInputStream.java:78)
info: [debug] [UIAUTOMATOR STDOUT] at java.io.FileReader.(FileReader.java:42)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getRawXMLHierarchy(XMLHierarchy.java:88)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getFormattedXMLDoc(XMLHierarchy.java:96)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Source.execute(Source.java:25)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.AndroidCommandExecutor.execute(AndroidCommandExecutor.java:64)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.runCommand(SocketServer.java:168)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.handleClientData(SocketServer.java:89)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.listenForever(SocketServer.java:133)
info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.Bootstrap.testRunServer(Bootstrap.java:16)
info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invokeNative(Native Method)
info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invoke(Method.java:511)
info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runTest(TestCase.java:168)
info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runBare(TestCase.java:134)
info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult$1.protect(TestResult.java:115)
info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.runProtected(TestResult.java:133)
info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.run(TestResult.java:118)
info: [debug] [UIAUTOMATOR STDOUT] at junit.fra
info: [debug] [UIAUTOMATOR STDOUT] mework.TestCase.run(TestCase.java:124)
info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.start(UiAutomatorTestRunner.java:124)
info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.run(UiAutomatorTestRunner.java:85)
info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.RunTestCommand.run(RunTestCommand.java:76)
info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.Launcher.main(Launcher.java:83)
info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:235)
info: [debug] [UIAUTOMATOR STDOUT] at dalvik.system.NativeStart.main(Native Method)
info: [debug] [UIAUTOMATOR STDOUT] Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.Posix.open(Native Method)
info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.IoBridge.open(IoBridge.java:400)
info: [debug] [UIAUTOMATOR STDOUT] … 25 more
info: [debug] [BOOTSTRAP] [debug] Command returned error:java.lang.RuntimeException: Failed to Dump Window Hierarchy
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“Failed to Dump Window Hierarchy”,“status”:13}
info: → GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/screenshot {}
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “/system/bin/rm /data/local/tmp/screenshot.png; /system/bin/screencap -p /data/local/tmp/screenshot.png "
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 pull /data/local/tmp/screenshot.png “C:\Users\dev8\AppData\Local\Temp\appium114114-3276-1cemb3s.png”
info: [debug] Responding to client with success: {“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAAAUAAAAHgCAYAAADUjLREAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzt3Xl83HWB//H3d65M7qQ52zRp07ulLZS2UI4ipyIKyq7gLXYXEfQHrv52wVVQERXRH+vuKuCBsHigeN8IuHIWy1l6N0nTtDmb+04mc31/f4TEpJ3vZJJMWtLP6/l4+ECaycx0mHnN9/h8Pl9Lki0AMJDrRD8BADhRCCAAY3lO9BMAkHyWZcm2Ez+65XK5ZNu24+9YljX6T7fbPe5nkUhk9Pcm85hvBAQQmOUyMzO1du1apaena+fOnTpy5Ihs21ZZWZlWrFihYDCoV199VT09PY5hXLBggZqamhQIBBwfx7ZtZWVlac2aNYpGo5KGw7lr1y51d3ePRnI2IYDALFdaWqpTTjlFPp9Pp556qu6++24tX75c7373u9XY2CiXy6VDhw6pp6dn3O+NxHDBggUqLS1VfX19zPt3u90qKyuTy+WS3++XxzM+G/Pnz1d+fr6i0ahqa2sViURm7O+abAQQmOUqKiq0d+9ebdy4UZdccok8Ho82b96smpoaPfTQQ+O2+kb+6XK5FI1GVVRUpPLycoVCIcf7d7vdmjdvnrxeryQds6VXUFAgSQqFQmpoaJgwgC5finLOvkz+kkUKdbWqa+ujCnW1xv2dvIveJVnjT1mE2o+oZ/sz8uTkK3vDhY6/27tjq4KtDTF/RgCBWS4SiejSSy/Vpk2btG3bNgWDQeXn5+uJJ57QWWedpbVr1+qZZ57Rvn37Ro/1RaNR+Xw+LVy4UC5X/HOhI7cf+f+RSGQ0ci6Xa3SLMBqNTngM0DunUMvv+pU8WXPUX7ld/tJlKrnmM6r8zNUaOLAz5u+40zO18FP/Jdnj77/nlafVs/0Z+fKKVfQP1x/7e/40+YpKdeD2awggcDLbunWrAoGAzj77bG3fvl2BQEDp6emqqanRJZdconnz5o0GMBwO6/TTT1da…”,“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}
info: ← GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/screenshot 200 124.227 ms - 14390 {“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAAAUAAAAHgCAYAAADUjLREAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzt3Xl83HWB//H3d65M7qQ52zRp07ulLZS2UI4ipyIKyq7gLXYXEfQHrv52wVVQERXRH+vuKuCBsHigeN8IuHIWy1l6N0nTtDmb+04mc31/f4TEpJ3vZJJMWtLP6/l4+ECaycx0mHnN9/h8Pl9Lki0AMJDrRD8BADhRCCAAY3lO9BMAkHyWZcm2Ez+65XK5ZNu24+9YljX6T7fbPe5nkUhk9Pcm85hvBAQQmOUyMzO1du1apaena+fOnTpy5Ihs21ZZWZlWrFihYDCoV199VT09PY5hXLBggZqamhQIBBwfx7ZtZWVlac2aNYpGo5KGw7lr1y51d3ePRnI2IYDALFdaWqpTTjlFPp9Pp556qu6++24tX75c7373u9XY2CiXy6VDhw6pp6dn3O+NxHDBggUqLS1VfX19zPt3u90qKyuTy+WS3++XxzM+G/Pnz1d+fr6i0ahqa2sViURm7O+abAQQmOUqKiq0d+9ebdy4UZdccok8Ho82b96smpoaPfTQQ+O2+kb+6XK5FI1GVVRUpPLycoVCIcf7d7vdmjdvnrxeryQds6VXUFAgSQqFQmpoaJgwgC5finLOvkz+kkUKdbWqa+ujCnW1xv2dvIveJVnjT1mE2o+oZ/sz8uTkK3vDhY6/27tjq4KtDTF/RgCBWS4SiejSSy/Vpk2btG3bNgWDQeXn5+uJJ57QWWedpbVr1+qZZ57Rvn37Ro/1RaNR+Xw+LVy4UC5X/HOhI7cf+f+RSGQ0ci6Xa3SLMBqNTngM0DunUMvv+pU8WXPUX7ld/tJlKrnmM6r8zNUaOLAz5u+40zO18FP/Jdnj77/nlafVs/0Z+fKKVfQP1x/7e/40+YpKdeD2awggcDLbunWrAoGAzj77bG3fvl2BQEDp6emqqanRJZdconnz5o0GMBwO6/TTT1da…”,“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}
info: → GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/source {}
info: [debug] Pushing command to appium work queue: [“source”,{}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“source”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: source
info: [debug] [UIAUTOMATOR STDOUT] [APPIUM-UIAUTO] [debug] Returning result: {“value”:”<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation="0"><android.widget.FrameLayout index="0" text="" class="android.widget.FrameLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][320,480]" instance="0"><android.widget.LinearLayout index="0" text="" class="android.widget.LinearLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][320,480]" instance="0"><android.widget.FrameLayout index="0" text="" class="android.widget.FrameLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,25][320,480]" instance="1"><android.widget.RelativeLayout index="0" text="" class="android.widget.RelativeLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,25][320,480]" instance="0"><android.support.v4.view.ViewPager index="0" text="" class="android.support.v4.view.ViewPager" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="true" focused="false" scrollable="true" long-clickable="false" password="false" selected="false" bounds="[0,25][320,464]" instance="0"><android.widget.RelativeLayout inde
info: [debug] [UIAUTOMATOR STDOUT] x="0" text="" class="android.widget.RelativeLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,25][320,464]" instance="1"><android.widget.RelativeLayout index="0" text="" class="android.widget.RelativeLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,25][320,464]" instance="2"><android.widget.TextView index="0" text="Send Money to Mexico for only $3.95" class="android.widget.TextView" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[15,279][305,355]" instance="0"/><android.widget.Button index="1" text="SKIP" class="android.widget.Button" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="true" enabled="true" focusable="true" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[124,355][195,374]" instance="0"/><android.widget.LinearLayout index="2" text="" class="android.widget.LinearLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[122,394][197,424]" instance="1"><android.widget.TextView index="0" text="" class="android.widget.TextView" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[122,394][132,404]" instance="1"/><android.widget.TextView index="1" text="" class="android.widget.TextView" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[137,394][147,404]" instance="2"/><android.widget.TextView index="2" text="" class="android.widget.TextView" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[152,394][162,404]" instance="3"/><android.widget.TextView index="3" text="" class="android.widget.TextView" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[167,394][177,404]" instance="4"/><android.widget.TextView index="4" text="" class="android.widget.TextView" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[182,394][192,404]" instance="5"/></android.widget.LinearLayout></android.widget.RelativeLayout></android.widget.RelativeLayout></android.support.v4.view.ViewPager></android.widget.RelativeLayout></android.widget.FrameLayout></android.widget.LinearLayout></android.widget.FrameLayout></hierarchy>“,“status”:0}[/APPIUM-UIAUTO]
info: [debug] Stream still not complete, waiting
info: [debug] Responding to client with success: {“status”:0,“value”:”<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation="0"><android.widget.FrameLayout index="0" text="" class="android.widget.FrameLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][320,480]" instance="0"><android.widget.LinearLayout index="0" text="" class="android.widget.LinearLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][320,480]" instance="0"><android.widget.FrameLayout index="0" text="" class="android.widget.FrameLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-click…“,“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}
info: ← GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/source 200 65.766 ms - 6082 {“status”:0,“value”:”<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation="0"><android.widget.FrameLayout index="0" text="" class="android.widget.FrameLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][320,480]" instance="0"><android.widget.LinearLayout index="0" text="" class="android.widget.LinearLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][320,480]" instance="0"><android.widget.FrameLayout index="0" text="" class="android.widget.FrameLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-click…“,“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}
info: → GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/screenshot {}
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell “/system/bin/rm /data/local/tmp/screenshot.png; /system/bin/screencap -p /data/local/tmp/screenshot.png "
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 pull /data/local/tmp/screenshot.png “C:\Users\dev8\AppData\Local\Temp\appium114114-3276-1jtpkkt.png”
info: [debug] Responding to client with success: {“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAAAUAAAAHgCAYAAADUjLREAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzsvVusbtlVJvaNeVlr/Zd9O+fUxXZV+dpgGjDNxaIwEMXYjkgIkTrdhqijgGgFhBMJKXkARKdBHcgDD36IEoHUIXQ7UpLmoVuR+gE5SIEGTFstNY6NDdiY2C7sclWd6/5v6zJveRhjzrXWv3eVyx1axPaeqjp77/9f9zXmuHzjG2MSgISbcTNuxs34Ghzqr/oCbsbNuBk3469q3CjAm3EzbsbX7DB/1RdwM27GzfjLH0SElF49uqWUQkrpZfchovJTaz37LoRQ9vtyzvn/h3GjAG/GzfgKHycnJ3jb296G1WqFj33sY3jhhReQUsIzzzyDt771rRiGAX/4h3+IzWbzsorx9a9/Pb74xS+i67qXPU9KCaenp/jmb/5mxBgBsOL8oz/6I1xeXhYl+ZU0bhTgzbgZX+Hj6aefxjd+4zeiqip8y7d8C97//vfj67/+6/HDP/zDeP7556GUwmc/+1lsNpvZflkZvv71r8fTTz+Nz3/+89ceX2uNZ555BkopNE0DY+Zq46mnnsKdO3cQY8Rzzz2HEMK/tXv9yx43CvBm3Iyv8PHJT34Sf/zHf4y3v/3teM973gNjDL73e78Xn/nMZ/CBD3xg5vXln0opxBjxxBNP4I1vfCOccy97fK01Xvva18JaCwBXPL3HHnsMAOCcwxe+8IUvqQBVVeP8Hf8Bmte9Ce7RXTz60G/CPbr7ivvcftffBmiesnD3X8DmI78Lc34HZ9/xfS+77/ajH8Jw9wvXfnejAG/GzfgKHyEEfP/3fz+effZZfPjDH8YwDLhz5w5+67d+C9/1Xd+Ft73tbfjd3/1d/Mmf/EnB+mKMqKoKb3jDG6DUK+dC8/b59xBCUXJKqeIRxhi/JAZobz2Or//lfwZzegv7T30EzdNfh9f96M/hUz/3Qzh8+mPX7qNXJ3jD…”,“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}
info: ← GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/screenshot 200 663.243 ms - 229554 {“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAAAUAAAAHgCAYAAADUjLREAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzsvVusbtlVJvaNeVlr/Zd9O+fUxXZV+dpgGjDNxaIwEMXYjkgIkTrdhqijgGgFhBMJKXkARKdBHcgDD36IEoHUIXQ7UpLmoVuR+gE5SIEGTFstNY6NDdiY2C7sclWd6/5v6zJveRhjzrXWv3eVyx1axPaeqjp77/9f9zXmuHzjG2MSgISbcTNuxs34Ghzqr/oCbsbNuBk3469q3CjAm3EzbsbX7DB/1RdwM27GzfjLH0SElF49uqWUQkrpZfchovJTaz37LoRQ9vtyzvn/h3GjAG/GzfgKHycnJ3jb296G1WqFj33sY3jhhReQUsIzzzyDt771rRiGAX/4h3+IzWbzsorx9a9/Pb74xS+i67qXPU9KCaenp/jmb/5mxBgBsOL8oz/6I1xeXhYl+ZU0bhTgzbgZX+Hj6aefxjd+4zeiqip8y7d8C97//vfj67/+6/HDP/zDeP7556GUwmc/+1lsNpvZflkZvv71r8fTTz+Nz3/+89ceX2uNZ555BkopNE0DY+Zq46mnnsKdO3cQY8Rzzz2HEMK/tXv9yx43CvBm3Iyv8PHJT34Sf/zHf4y3v/3teM973gNjDL73e78Xn/nMZ/CBD3xg5vXln0opxBjxxBNP4I1vfCOccy97fK01Xvva18JaCwBXPL3HHnsMAOCcwxe+8IUvqQBVVeP8Hf8Bmte9Ce7RXTz60G/CPbr7ivvcftffBmiesnD3X8DmI78Lc34HZ9/xfS+77/ajH8Jw9wvXfnejAG/GzfgKHyEEfP/3fz+effZZfPjDH8YwDLhz5w5+67d+C9/1Xd+Ft73tbfjd3/1d/Mmf/EnB+mKMqKoKb3jDG6DUK+dC8/b59xBCUXJKqeIRxhi/JAZobz2Or//lfwZzegv7T30EzdNfh9f96M/hUz/3Qzh8+mPX7qNXJ3jD…”,“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}
info: → POST /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/element {“using”:“id”,“value”:null,“locator”:“id”}
info: [debug] Missing params for request: [“selector”]
info: ← POST /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/element 400 0.927 ms - 32
info: → GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/source {}
info: [debug] Pushing command to appium work queue: [“source”,{}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“source”,“params”:{}}
info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: source
info: [debug] [UIAUTOMATOR STDOUT] [APPIUM-UIAUTO] [debug] Returning result: {“value”:”<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation="0"><android.widget.FrameLayout index="0" text="" class="android.widget.FrameLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][320,480]" instance="0"><android.widget.LinearLayout index="0" text="" class="android.widget.LinearLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][320,480]" instance="0"><android.widget.FrameLayout index="0" text="" class="android.widget.FrameLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,25][320,480]" instance="1"><android.widget.RelativeLayout index="0" text="" class="android.widget.RelativeLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,25][320,480]" instance="0"><android.support.v4.view.ViewPager index="0" text="" class="android.support.v4.view.ViewPager" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="true" focused="false" scrollable="true" long-clickable="false" password="false" selected="false" bounds="[0,25][320,464]" instance="0"><android.widget.RelativeLayout inde
info: [debug] Stream still not complete, waiting
info: [debug] [UIAUTOMATOR STDOUT] x="0" text="" class="android.widget.RelativeLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,25][320,464]" instance="1"><android.widget.RelativeLayout index="0" text="" class="android.widget.RelativeLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,25][320,464]" instance="2"><android.widget.TextView index="0" text="Send Money to Mexico for only $3.95" class="android.widget.TextView" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[15,279][305,355]" instance="0"/><android.widget.Button index="1" text="SKIP" class="android.widget.Button" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="true" enabled="true" focusable="true" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[124,355][195,374]" instance="0"/><android.widget.LinearLayout index="2" text="" class="android.widget.LinearLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[122,394][197,424]" instance="1"><android.widget.TextView index="0" text="" class="android.widget.TextView" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[122,394][132,404]" instance="1"/><android.widget.TextView index="1" text="" class="android.widget.TextView" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[137,394][147,404]" instance="2"/><android.widget.TextView index="2" text="" class="android.widget.TextView" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[152,394][162,404]" instance="3"/><android.widget.TextView index="3" text="" class="android.widget.TextView" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[167,394][177,404]" instance="4"/><android.widget.TextView index="4" text="" class="android.widget.TextView" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[182,394][192,404]" instance="5"/></android.widget.LinearLayout></android.widget.RelativeLayout></android.widget.RelativeLayout></android.support.v4.view.ViewPager></android.widget.RelativeLayout></android.widget.FrameLayout></android.widget.LinearLayout></android.widget.FrameLayout></hierarchy>”,“status”:0}[/APPIUM-UIAUTO]
info: [debug] Responding to client with success: {“status”:0,“value”:“<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation="0"><android.widget.FrameLayout index="0" text="" class="android.widget.FrameLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][320,480]" instance="0"><android.widget.LinearLayout index="0" text="" class="android.widget.LinearLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][320,480]" instance="0"><android.widget.FrameLayout index="0" text="" class="android.widget.FrameLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-click…”,“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}
info: ← GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/source 200 27.399 ms - 6082 {“status”:0,“value”:“<?xml version=\"1.0\" encoding=\"UTF-8\"?><hierarchy rotation="0"><android.widget.FrameLayout index="0" text="" class="android.widget.FrameLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][320,480]" instance="0"><android.widget.LinearLayout index="0" text="" class="android.widget.LinearLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-clickable="false" password="false" selected="false" bounds="[0,0][320,480]" instance="0"><android.widget.FrameLayout index="0" text="" class="android.widget.FrameLayout" package="com.pangea.android" content-desc="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" scrollable="false" long-click…”,“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}
info: → GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/screenshot {}
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 shell "/system/bin/rm /data/local/tmp/screenshot.png; /system/bin/screencap -p /data/local/tmp/screenshot.png "
info: [debug] executing cmd: C:\Users\dev8\android-sdks\platform-tools\adb.exe -s emulator-5554 pull /data/local/tmp/screenshot.png “C:\Users\dev8\AppData\Local\Temp\appium114114-3276-ingor6.png”
info: [debug] Responding to client with success: {“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAAAUAAAAHgCAYAAADUjLREAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzsvVusbtlVJvaNeVlr/Zd9O+fUxXZV+dpgGjDNxaIwEMXYjkgIkTrdhqijgGgFhBMJKXkARKdBHcgDD36IEoHUIXQ7UpLmoVuR+gE5SIEGTFstNY6NDdiY2C7sclWd6/5v6zJveRhjzrXWv3eVyx1axPaeqjp77/9f9zXmuHzjG2MSgISbcTNuxs34Ghzqr/oCbsbNuBk3469q3CjAm3EzbsbX7DB/1RdwM27GzfjLH0SElF49uqWUQkrpZfchovJTaz37LoRQ9vtyzvn/h3GjAG/GzfgKHycnJ3jb296G1WqFj33sY3jhhReQUsIzzzyDt771rRiGAX/4h3+IzWbzsorx9a9/Pb74xS+i67qXPU9KCaenp/jmb/5mxBgBsOL8oz/6I1xeXhYl+ZU0bhTgzbgZX+Hj6aefxjd+4zeiqip8y7d8C97//vfj67/+6/HDP/zDeP7556GUwmc/+1lsNpvZflkZvv71r8fTTz+Nz3/+89ceX2uNZ555BkopNE0DY+Zq46mnnsKdO3cQY8Rzzz2HEMK/tXv9yx43CvBm3Iyv8PHJT34Sf/zHf4y3v/3teM973gNjDL73e78Xn/nMZ/CBD3xg5vXln0opxBjxxBNP4I1vfCOccy97fK01Xvva18JaCwBXPL3HHnsMAOCcwxe+8IUvqQBVVeP8Hf8Bmte9Ce7RXTz60G/CPbr7ivvcftffBmiesnD3X8DmI78Lc34HZ9/xfS+77/ajH8Jw9wvXfnejAG/GzfgKHyEEfP/3fz+effZZfPjDH8YwDLhz5w5+67d+C9/1Xd+Ft73tbfjd3/1d/Mmf/EnB+mKMqKoKb3jDG6DUK+dC8/b59xBCUXJKqeIRxhi/JAZobz2Or//lfwZzegv7T30EzdNfh9f96M/hUz/3Qzh8+mPX7qNXJ3jD…”,“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}
info: ← GET /wd/hub/session/02b553d5-d031-407e-bac6-e5b8c305cdb5/screenshot 200 303.947 ms - 229554 {“status”:0,“value”:“iVBORw0KGgoAAAANSUhEUgAAAUAAAAHgCAYAAADUjLREAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzsvVusbtlVJvaNeVlr/Zd9O+fUxXZV+dpgGjDNxaIwEMXYjkgIkTrdhqijgGgFhBMJKXkARKdBHcgDD36IEoHUIXQ7UpLmoVuR+gE5SIEGTFstNY6NDdiY2C7sclWd6/5v6zJveRhjzrXWv3eVyx1axPaeqjp77/9f9zXmuHzjG2MSgISbcTNuxs34Ghzqr/oCbsbNuBk3469q3CjAm3EzbsbX7DB/1RdwM27GzfjLH0SElF49uqWUQkrpZfchovJTaz37LoRQ9vtyzvn/h3GjAG/GzfgKHycnJ3jb296G1WqFj33sY3jhhReQUsIzzzyDt771rRiGAX/4h3+IzWbzsorx9a9/Pb74xS+i67qXPU9KCaenp/jmb/5mxBgBsOL8oz/6I1xeXhYl+ZU0bhTgzbgZX+Hj6aefxjd+4zeiqip8y7d8C97//vfj67/+6/HDP/zDeP7556GUwmc/+1lsNpvZflkZvv71r8fTTz+Nz3/+89ceX2uNZ555BkopNE0DY+Zq46mnnsKdO3cQY8Rzzz2HEMK/tXv9yx43CvBm3Iyv8PHJT34Sf/zHf4y3v/3teM973gNjDL73e78Xn/nMZ/CBD3xg5vXln0opxBjxxBNP4I1vfCOccy97fK01Xvva18JaCwBXPL3HHnsMAOCcwxe+8IUvqQBVVeP8Hf8Bmte9Ce7RXTz60G/CPbr7ivvcftffBmiesnD3X8DmI78Lc34HZ9/xfS+77/ajH8Jw9wvXfnejAG/GzfgKHyEEfP/3fz+effZZfPjDH8YwDLhz5w5+67d+C9/1Xd+Ft73tbfjd3/1d/Mmf/EnB+mKMqKoKb3jDG6DUK+dC8/b59xBCUXJKqeIRxhi/JAZobz2Or//lfwZzegv7T30EzdNfh9f96M/hUz/3Qzh8+mPX7qNXJ3jD…”,“sessionId”:“02b553d5-d031-407e-bac6-e5b8c305cdb5”}