Skip to content

Instantly share code, notes, and snippets.

@zuzeac
Created June 7, 2018 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzeac/3e9307c5d6d882a2f151dfdbb44ddec0 to your computer and use it in GitHub Desktop.
Save zuzeac/3e9307c5d6d882a2f151dfdbb44ddec0 to your computer and use it in GitHub Desktop.
implicit wait appium log. 1.8.1
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\Users\zuzeacm>taskkill /F /IM node.exe
SUCCESS: The process "node.exe" with PID 8372 has been terminated.
C:\Users\zuzeacm>npm install appium-android-driver
> appium-chromedriver@4.1.0 install C:\Users\zuzeacm\node_modules\appium-chromedriver
> node install-npm.js
info Chromedriver Install Installing Chromedriver version '2.39' for platform 'win' and architecture '32'
info Chromedriver Install Opening temp file to write chromedriver_win32 to...
info Chromedriver Install Downloading https://chromedriver.storage.googleapis.com/2.39/chromedriver_win32.zip...
info Chromedriver Install Writing binary content to C:\Users\zuzeacm\AppData\Local\Temp\201857-14732-hrdgo0.dfk6\chromedriver_win32.zip...
info Chromedriver Install Extracting C:\Users\zuzeacm\AppData\Local\Temp\201857-14732-hrdgo0.dfk6\chromedriver_win32.zip to C:\Users\zuzeacm\AppData\Local\Temp\201857-14732-hrdgo0.dfk6\chromedriver_win32
info Chromedriver Install Creating C:\Users\zuzeacm\node_modules\appium-chromedriver\chromedriver\win...
info Chromedriver Install Copying unzipped binary, reading from C:\Users\zuzeacm\AppData\Local\Temp\201857-14732-hrdgo0.dfk6\chromedriver_win32\chromedriver.exe...
info Chromedriver Install Writing to C:\Users\zuzeacm\node_modules\appium-chromedriver\chromedriver\win\chromedriver.exe...
info Chromedriver Install C:\Users\zuzeacm\node_modules\appium-chromedriver\chromedriver\win\chromedriver.exe successfully put in place
npm WARN saveError ENOENT: no such file or directory, open 'C:\Users\zuzeacm\package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\zuzeacm\package.json'
npm WARN zuzeacm No description
npm WARN zuzeacm No repository field.
npm WARN zuzeacm No README data
npm WARN zuzeacm No license field.
+ appium-android-driver@3.0.2
added 327 packages in 41.156s
C:\Users\zuzeacm>taskkill /F /IM node.exe
SUCCESS: The process "node.exe" with PID 5160 has been terminated.
C:\Users\zuzeacm>npm install appium-android-driver
npm WARN saveError ENOENT: no such file or directory, open 'C:\Users\zuzeacm\package.json'
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\zuzeacm\package.json'
npm WARN zuzeacm No description
npm WARN zuzeacm No repository field.
npm WARN zuzeacm No README data
npm WARN zuzeacm No license field.
+ appium-android-driver@3.0.2
updated 1 package in 3.164s
C:\Users\zuzeacm>npm install appium-android-driver
npm WARN saveError ENOENT: no such file or directory, open 'C:\Users\zuzeacm\package.json'
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\zuzeacm\package.json'
npm WARN zuzeacm No description
npm WARN zuzeacm No repository field.
npm WARN zuzeacm No README data
npm WARN zuzeacm No license field.
+ appium-android-driver@3.0.2
updated 1 package in 2.981s
C:\Users\zuzeacm>taskkill /F /IM node.exe
SUCCESS: The process "node.exe" with PID 12888 has been terminated.
C:\Users\zuzeacm>appium
[Appium] Welcome to Appium v1.8.1
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session
[HTTP] {"desiredCapabilities":{"appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","newCommandTimeout":30,"platformVersion":"6.0","automationName":"UiAutomator2","platformName":"Android","deviceName":"Android"},"capabilities":{"desiredCapabilities":{"appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","newCommandTimeout":30,"platformVersion":"6.0","automationName":"UiAutomator2","platformName":"Android","deviceName":"Android"},"firstMatch":[{"appium:appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appium:appPackage":"com.plannet.milesandmoreapp.sTest","appium:automationName":"UiAutomator2","appium:deviceName":"Android","appium:newCommandTimeout":30,"platformName":"android","appium:platformVersion":"6.0"}]}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","newCommandTimeout":30,"platformVersion":"6.0","automationName":"UiAutomator2","platformName":"Android","deviceName":"Android"},null,{"desiredCapabilities":{"appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","newCommandTimeout":30,"platformVersion":"6.0","automationName":"UiAutomator2","platformName":"Android","deviceName":"Android"},"firstMatch":[{"appium:appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appium:appPackage":"com.plannet.milesandmoreapp.sTest","appium:automationName":"UiAutomator2","appium:deviceName":"Android","appium:newCommandTimeout":30,"platformName":"android","appium:platformVersion":"6.0"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1528355045784 (10:04:05 GMT+0300 (GTB Daylight Time))
[Appium] Creating new AndroidUiautomator2Driver (v1.12.0) session
[Appium] Capabilities:
[Appium] platformName: android
[Appium] appActivity: com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity
[Appium] appPackage: com.plannet.milesandmoreapp.sTest
[Appium] automationName: UiAutomator2
[Appium] deviceName: Android
[Appium] newCommandTimeout: 30
[Appium] platformVersion: 6.0
[debug] [BaseDriver] W3C capabilities {"alwaysMatch":{"platformNa... and MJSONWP desired capabilities [object Object] were provided
[debug] [BaseDriver] Creating session with W3C capabilities: {"alwaysMatch":{"platformNa...
[BaseDriver] Session created with session id: e0edb789-6135-4490-97df-cdeb8227283b
[debug] [AndroidDriver] Getting Java version
[AndroidDriver] Java version is: 1.8.0_171
[ADB] Checking whether adb is present
[ADB] Found 3 'build-tools' folders under 'C:\Users\zuzeacm\AppData\Local\Android\sdk' (newest first):
[ADB] C:/Users/zuzeacm/AppData/Local/Android/sdk/build-tools/26.0.2
[ADB] C:/Users/zuzeacm/AppData/Local/Android/sdk/build-tools/26.0.0
[ADB] C:/Users/zuzeacm/AppData/Local/Android/sdk/build-tools/25.0.3
[ADB] Using adb.exe from C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 2 device(s) connected
[AndroidDriver] Looking for a device with Android '6.0'
[debug] [ADB] Setting device id to 988a1c413957384c51
[ADB] Getting device platform version
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 988a1c413957384c51 shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 7.0
[debug] [ADB] Setting device id to 0216022827e50c00
[ADB] Getting device platform version
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 6.0.1
[AndroidDriver] Using device: 0216022827e50c00
[debug] [ADB] Setting device id to 0216022827e50c00
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell getprop ro.build.version.sdk'
[debug] [ADB] Current device property 'ro.build.version.sdk': 23
[debug] [ADB] Device API level: 23
[AndroidDriver] No app sent in, not parsing package/activity
[ADB] Getting device platform version
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 6.0.1
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell wm size'
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell wm density'
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell getprop ro.product.model'
[debug] [ADB] Current device property 'ro.product.model': SM-G925F
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell getprop ro.product.manufacturer'
[debug] [ADB] Current device property 'ro.product.manufacturer': samsung
[debug] [ADB] Device API level: 23
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell am force-stop io.appium.uiautomator2.server'
[debug] [ADB] Checking app cert for C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v1.12.0.apk
[ADB] Using apksigner.bat from C:\Users\zuzeacm\AppData\Local\Android\sdk\build-tools\26.0.2\apksigner.bat
[debug] [ADB] Patching 'C:\Users\zuzeacm\AppData\Local\Android\sdk\build-tools\26.0.2\apksigner.bat' for Windows...
[debug] [ADB] Starting patched 'C:\Users\zuzeacm\AppData\Local\Temp\201857-12588-aoe30k.wyv2v\apksigner.bat' with args 'verify,--print-certs,C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v1.12.0.apk'
[debug] [ADB] 'C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v1.12.0.apk' is not signed with debug cert.
[debug] [ADB] Zip-aligning 'C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v1.12.0.apk'
[ADB] Checking whether zipalign is present
[ADB] Using zipalign.exe from C:\Users\zuzeacm\AppData\Local\Android\sdk\build-tools\26.0.2\zipalign.exe
[debug] [ADB] Signing 'C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v1.12.0.apk' with default cert
[debug] [ADB] Patching 'C:\Users\zuzeacm\AppData\Local\Android\sdk\build-tools\26.0.2\apksigner.bat' for Windows...
[debug] [ADB] Starting patched 'C:\Users\zuzeacm\AppData\Local\Temp\201857-12588-afh7nw.wmjs\apksigner.bat' with args 'sign,--key,C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.pk8,--cert,C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.x509.pem,C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v1.12.0.apk'
[debug] [ADB] Checking app cert for C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] Patching 'C:\Users\zuzeacm\AppData\Local\Android\sdk\build-tools\26.0.2\apksigner.bat' for Windows...
[debug] [ADB] Starting patched 'C:\Users\zuzeacm\AppData\Local\Temp\201857-12588-1asrvvw.oldgl\apksigner.bat' with args 'verify,--print-certs,C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk'
[debug] [ADB] 'C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk' is not signed with debug cert.
[debug] [ADB] Zip-aligning 'C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk'
[debug] [ADB] Signing 'C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk' with default cert
[debug] [ADB] Patching 'C:\Users\zuzeacm\AppData\Local\Android\sdk\build-tools\26.0.2\apksigner.bat' for Windows...
[debug] [ADB] Starting patched 'C:\Users\zuzeacm\AppData\Local\Temp\201857-12588-1xl0d6y.1lsp\apksigner.bat' with args 'sign,--key,C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.pk8,--cert,C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-adb\keys\testkey.x509.pem,C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk'
[debug] [ADB] Uninstalling io.appium.uiautomator2.server
[debug] [ADB] Getting install status for io.appium.uiautomator2.server
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell pm list packages io.appium.uiautomator2.server'
[debug] [ADB] App is installed
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell am force-stop io.appium.uiautomator2.server'
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 uninstall io.appium.uiautomator2.server'
[debug] [ADB] 'adb uninstall io.appium.uiautomator2.server' command output: Success
[ADB] io.appium.uiautomator2.server was successfully uninstalled
[debug] [ADB] Uninstalling io.appium.uiautomator2.server.test
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell pm list packages io.appium.uiautomator2.server.test'
[debug] [ADB] App is installed
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell am force-stop io.appium.uiautomator2.server.test'
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 uninstall io.appium.uiautomator2.server.test'
[debug] [ADB] 'adb uninstall io.appium.uiautomator2.server.test' command output: Success
[ADB] io.appium.uiautomator2.server.test was successfully uninstalled
[debug] [ADB] Getting install status for io.appium.uiautomator2.server
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell pm list packages io.appium.uiautomator2.server'
[debug] [ADB] App is not installed
[debug] [ADB] App 'C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v1.12.0.apk' not installed. Installing
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 install C\:\\Users\\zuzeacm\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-v1.12.0.apk'
[debug] [ADB] Install command stdout: [ 4%] /data/local/tmp/appium-uiautomator2-server-v1.12.0.apk
[debug] [ADB] [ 8%] /data/local/tmp/appium-uiautomator2-server-v1.12.0.apk
[debug] [ADB] [ 12%] /data/local/tmp/a...tomator2-server-v1.12.0.apk: 1 file pushed. 4.2 MB/s (1593949 bytes in 0.365s)
[debug] [ADB] pkg: /data/local/tmp/appium-uiautomator2-server-v1.12.0.apk
[debug] [ADB] Success
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell pm list packages io.appium.uiautomator2.server.test'
[debug] [ADB] App is not installed
[debug] [ADB] App 'C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk' not installed. Installing
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 install C\:\\Users\\zuzeacm\\AppData\\Roaming\\npm\\node_modules\\appium\\node_modules\\appium-uiautomator2-server\\apks\\appium-uiautomator2-server-debug-androidTest.apk'
[debug] [ADB] Install command stdout: [ 3%] /data/local/tmp/appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] [ 6%] /data/local/tmp/appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] [ 10...g-androidTest.apk: 1 file pushed. 5.8 MB/s (1881229 bytes in 0.308s)
[debug] [ADB] pkg: /data/local/tmp/appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] Success
[debug] [UiAutomator2] Waiting up to 20000ms for instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' to be available
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell pm list instrumentation'
[debug] [UiAutomator2] Instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' available
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 wait-for-device'
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell echo ping'
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell pm list packages io.appium.settings'
[debug] [ADB] App is installed
[debug] [ADB] Getting package info for 'io.appium.settings'
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell dumpsys package io.appium.settings'
[ADB] Checking whether aapt is present
[ADB] Using aapt.exe from C:\Users\zuzeacm\AppData\Local\Android\sdk\build-tools\26.0.2\aapt.exe
[debug] [ADB] The installed 'io.appium.settings' package does not require upgrade ('2.3.0' >= '2.3.0')
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell ps'
[debug] [ADB] Device API level: 23
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell am start -W -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] [ADB] Device API level: 23
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell appops set io.appium.settings android\:mock_location allow'
[AndroidDriver] setDeviceLanguageCountry requires language or country.
[AndroidDriver] Got language: 'null' and country: 'null'
[debug] [Logcat] Starting logcat capture
[debug] [AndroidDriver] Pushing unlock helper app to device...
[debug] [ADB] Getting install status for io.appium.unlock
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell pm list packages io.appium.unlock'
[debug] [ADB] App is installed
[debug] [ADB] Getting package info for 'io.appium.unlock'
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell dumpsys package io.appium.unlock'
[debug] [ADB] The installed 'io.appium.unlock' package does not require upgrade ('2.0.0' >= '2.0.0')
[debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to 8200
[debug] [ADB] Forwarding system: 8200 to device: 6790
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 forward tcp\:8200 tcp\:6790'
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell rm -rf /data/local/tmp/strings.json'
[debug] [UiAutomator2] No app capability. Assuming it is already on the device
[debug] [ADB] Getting install status for com.plannet.milesandmoreapp.sTest
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell pm list packages com.plannet.milesandmoreapp.sTest'
[debug] [ADB] App is installed
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell am force-stop com.plannet.milesandmoreapp.sTest'
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell pm clear com.plannet.milesandmoreapp.sTest'
[debug] [AndroidDriver] Performed fast reset on the installed 'com.plannet.milesandmoreapp.sTest' application (stop and clear)
[debug] [ADB] Checking app cert for null
[debug] [ADB] 'null' doesn't exist
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell am force-stop io.appium.uiautomator2.server'
[UiAutomator2] Starting uiautomator2 server 1.12.0
[UiAutomator2] Using UIAutomator2 server from 'C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-v1.12.0.apk' and test from 'C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-uiautomator2-server\apks\appium-uiautomator2-server-debug-androidTest.apk'
[UiAutomator2] Running command: 'adb -s 0216022827e50c00 shell am instrument -w io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner'
[UiAutomator2] Waiting up to 20000ms for UiAutomator2 to be online...
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"SESSIONID\",\"status\":0,\"value\":\"Status Invoked\"}"
[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8200/wd/hub/session] with body: {"desiredCapabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23}}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":0,"value":"Created Session"}
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell dumpsys window'
[AndroidDriver] Screen already unlocked, doing nothing
[UiAutomator2] UiAutomator2 did not start the activity we were waiting for, 'com.plannet.milesandmoreapp.sTest/com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity'. Starting it ourselves
[debug] [ADB] Device API level: 23
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell am start -W -n com.plannet.milesandmoreapp.sTest/com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000'
[debug] [JSONWP Proxy] Proxying [GET /appium/device/pixel_ratio] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/appium/device/pixel_ratio] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":4}"
[debug] [JSONWP Proxy] Proxying [GET /appium/device/system_bars] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/appium/device/system_bars] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{\"statusBar\":96}}"
[debug] [JSONWP Proxy] Proxying [GET /window/current/size] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/window/current/size] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{\"height\":2560,\"width\":1440}}"
[Appium] New AndroidUiautomator2Driver session created successfully, session e0edb789-6135-4490-97df-cdeb8227283b added to master session list
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1528355080718 (10:04:40 GMT+0300 (GTB Daylight Time))
[debug] [W3C] Responding to client with driver.createSession() result: {"capabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}}
[HTTP] <-- POST /wd/hub/session 200 34960 ms - 1069
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 82 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 54 ms - 1001
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/timeouts
[HTTP] {"implicit":20000}
[debug] [W3C] Calling AppiumDriver.timeouts() with args: [{"protocol":"W3C","implicit":20000},"e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [BaseDriver] script: undefined, pageLoad: undefined, implicit: 20000
[debug] [BaseDriver] Set implicit wait to 20000ms
[debug] [W3C] Responding to client with driver.timeouts() result: null
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/timeouts 200 22 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 64 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 56 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 50 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 55 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 92 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 120 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 94 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 89 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 77 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 71 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 67 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 70 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 64 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 90 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 89 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 92 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 90 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 77 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 68 ms - 1001
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element
[HTTP] {"using":"id","value":"button_login"}
[debug] [W3C] Calling AppiumDriver.findElement() with args: ["id","button_login","e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 20000 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/element] with body: {"strategy":"id","selector":"button_login","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":0,"value":{"ELEMENT":"a1f32ede-2445-43c1-b42d-3dd4f950718c"}}
[debug] [W3C] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"a1f32ede-2445-43c1-b42d-3dd4f950718c"}
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element 200 121 ms - 88
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element/a1f32ede-2445-43c1-b42d-3dd4f950718c/click
[HTTP] {"id":"a1f32ede-2445-43c1-b42d-3dd4f950718c"}
[debug] [W3C] Calling AppiumDriver.click() with args: ["a1f32ede-2445-43c1-b42d-3dd4f950718c","e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [JSONWP Proxy] Proxying [POST /element/a1f32ede-2445-43c1-b42d-3dd4f950718c/click] to [POST http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/element/a1f32ede-2445-43c1-b42d-3dd4f950718c/click] with body: {"element":"a1f32ede-2445-43c1-b42d-3dd4f950718c"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":0,"value":true}
[debug] [W3C] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element/a1f32ede-2445-43c1-b42d-3dd4f950718c/click 200 108 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 72 ms - 1001
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element
[HTTP] {"using":"id","value":"card_or_username_or_lhid_text"}
[debug] [W3C] Calling AppiumDriver.findElement() with args: ["id","card_or_username_or_lhid_text","e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 20000 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/element] with body: {"strategy":"id","selector":"card_or_username_or_lhid_text","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":0,"value":{"ELEMENT":"56a92e26-3baf-407e-8bff-92345367d330"}}
[debug] [W3C] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"56a92e26-3baf-407e-8bff-92345367d330"}
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element 200 1654 ms - 88
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element/56a92e26-3baf-407e-8bff-92345367d330/value
[HTTP] {"id":"56a92e26-3baf-407e-8bff-92345367d330","text":"mailb","value":["m","a","i","l","b"]}
[debug] [W3C] Calling AppiumDriver.setValue() with args: [["m","a","i","l","b"],"56a92e26-3baf-407e-8bff-92345367d330","e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [JSONWP Proxy] Proxying [POST /element/56a92e26-3baf-407e-8bff-92345367d330/value] to [POST http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/element/56a92e26-3baf-407e-8bff-92345367d330/value] with body: {"elementId":"56a92e26-3baf-407e-8bff-92345367d330","text":"mailb","replace":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":0,"value":""}
[debug] [W3C] Responding to client with driver.setValue() result: ""
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element/56a92e26-3baf-407e-8bff-92345367d330/value 200 105 ms - 12
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/appium/device/hide_keyboard
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.hideKeyboard() with args: [null,null,null,null,"e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell dumpsys input_method'
[W3C] Encountered internal error running command: Error: Soft keyboard not present, cannot hide keyboard
[W3C] at AndroidUiautomator2Driver.callee$0$0$ (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\general.js:54:11)
[W3C] at tryCatch (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:67:40)
[W3C] at GeneratorFunctionPrototype.invoke [as _invoke] (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:315:22)
[W3C] at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:100:21)
[W3C] at GeneratorFunctionPrototype.invoke (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:136:37)
[W3C] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/appium/device/hide_keyboard 500 233 ms - 1378
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 63 ms - 1001
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element
[HTTP] {"using":"id","value":"pin_or_password_text"}
[debug] [W3C] Calling AppiumDriver.findElement() with args: ["id","pin_or_password_text","e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 20000 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/element] with body: {"strategy":"id","selector":"pin_or_password_text","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":0,"value":{"ELEMENT":"c0f96ba8-e470-4573-86f0-75695579e36f"}}
[debug] [W3C] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"c0f96ba8-e470-4573-86f0-75695579e36f"}
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element 200 130 ms - 88
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element/c0f96ba8-e470-4573-86f0-75695579e36f/value
[HTTP] {"id":"c0f96ba8-e470-4573-86f0-75695579e36f","text":"Test@123","value":["T","e","s","t","@","1","2","3"]}
[debug] [W3C] Calling AppiumDriver.setValue() with args: [["T","e","s","t","@","1","2","3"],"c0f96ba8-e470-4573-86f0-75695579e36f","e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [JSONWP Proxy] Proxying [POST /element/c0f96ba8-e470-4573-86f0-75695579e36f/value] to [POST http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/element/c0f96ba8-e470-4573-86f0-75695579e36f/value] with body: {"elementId":"c0f96ba8-e470-4573-86f0-75695579e36f","text":"Test@123","replace":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":0,"value":""}
[debug] [W3C] Responding to client with driver.setValue() result: ""
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element/c0f96ba8-e470-4573-86f0-75695579e36f/value 200 63 ms - 12
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/appium/device/hide_keyboard
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.hideKeyboard() with args: [null,null,null,null,"e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell dumpsys input_method'
[W3C] Encountered internal error running command: Error: Soft keyboard not present, cannot hide keyboard
[W3C] at AndroidUiautomator2Driver.callee$0$0$ (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-android-driver\lib\commands\general.js:54:11)
[W3C] at tryCatch (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:67:40)
[W3C] at GeneratorFunctionPrototype.invoke [as _invoke] (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:315:22)
[W3C] at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:100:21)
[W3C] at GeneratorFunctionPrototype.invoke (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:136:37)
[W3C] at <anonymous>
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/appium/device/hide_keyboard 500 130 ms - 1378
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 57 ms - 1001
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element
[HTTP] {"using":"id","value":"sign_in_button"}
[debug] [W3C] Calling AppiumDriver.findElement() with args: ["id","sign_in_button","e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 20000 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/element] with body: {"strategy":"id","selector":"sign_in_button","context":"","multiple":false}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":0,"value":{"ELEMENT":"81fb26a8-9d7b-4d6b-9562-856f7766bc60"}}
[debug] [W3C] Responding to client with driver.findElement() result: {"element-6066-11e4-a52e-4f735466cecf":"81fb26a8-9d7b-4d6b-9562-856f7766bc60"}
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element 200 276 ms - 88
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element/81fb26a8-9d7b-4d6b-9562-856f7766bc60/click
[HTTP] {"id":"81fb26a8-9d7b-4d6b-9562-856f7766bc60"}
[debug] [W3C] Calling AppiumDriver.click() with args: ["81fb26a8-9d7b-4d6b-9562-856f7766bc60","e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [JSONWP Proxy] Proxying [POST /element/81fb26a8-9d7b-4d6b-9562-856f7766bc60/click] to [POST http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/element/81fb26a8-9d7b-4d6b-9562-856f7766bc60/click] with body: {"element":"81fb26a8-9d7b-4d6b-9562-856f7766bc60"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":0,"value":true}
[debug] [W3C] Responding to client with driver.click() result: true
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element/81fb26a8-9d7b-4d6b-9562-856f7766bc60/click 200 72 ms - 14
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 66 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 78 ms - 1001
[HTTP]
[HTTP] --> GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.getSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [UiAutomator2] Getting session details from server to mix in
[debug] [JSONWP Proxy] Proxying [GET /] to [GET http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":{}}"
[debug] [W3C] Responding to client with driver.getSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"Android","newCommandTimeout":30,"platformVersion":"6.0"},"platformName":"android","appActivity":"com.plannet.milesandmoreapp.interapp.InterAppEntryPointActivity","appPackage":"com.plannet.milesandmoreapp.sTest","automationName":"UiAutomator2","deviceName":"0216022827e50c00","newCommandTimeout":30,"platformVersion":"6.0.1","deviceUDID":"0216022827e50c00","deviceScreenSize":"1440x2560","deviceScreenDensity":640,"deviceModel":"SM-G925F","deviceManufacturer":"samsung","deviceApiLevel":23,"pixelRatio":4,"statBarHeight":96,"viewportRect":{"left":0,"top":96,"width":1440,"height":2464}}
[HTTP] <-- GET /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 57 ms - 1001
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element
[HTTP] {"using":"id","value":"dialog_allow_button"}
[debug] [W3C] Calling AppiumDriver.findElement() with args: ["id","dialog_allow_button","e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 20000 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/element] with body: {"strategy":"id","selector":"dialog_allow_button","context":"","multiple":false}
[W3C] Encountered internal error running command: {"w3cStatus":400,"jsonwp":{"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":7,"value":"An element could not be located on the page using the given search parameters."}} ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":7,"value":"An element could not be located on the page using the given search parameters."}
[W3C] at JWProxy.proxy$ (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\jsonwp-proxy\proxy.js:152:13)
[W3C] at tryCatch (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:67:40)
[W3C] at GeneratorFunctionPrototype.invoke [as _invoke] (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:315:22)
[W3C] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:100:21)
[W3C] at GeneratorFunctionPrototype.invoke (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:136:37)
[W3C] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element 404 471 ms - 1458
[HTTP]
[HTTP] --> POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element
[HTTP] {"using":"id","value":"dialog_allow_button"}
[debug] [W3C] Calling AppiumDriver.findElement() with args: ["id","dialog_allow_button","e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [BaseDriver] Valid locator strategies for this request: xpath, id, class name, accessibility id, -android uiautomator
[debug] [BaseDriver] Waiting up to 20000 ms for condition
[debug] [JSONWP Proxy] Proxying [POST /element] to [POST http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621/element] with body: {"strategy":"id","selector":"dialog_allow_button","context":"","multiple":false}
[W3C] Encountered internal error running command: {"w3cStatus":400,"jsonwp":{"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":7,"value":"An element could not be located on the page using the given search parameters."}} ProxyRequestError: Could not proxy command to remote server. Original error: 500 - {"sessionId":"5205fa9a-172c-44e1-87a2-efa9d1e1e621","status":7,"value":"An element could not be located on the page using the given search parameters."}
[W3C] at JWProxy.proxy$ (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\appium-base-driver\lib\jsonwp-proxy\proxy.js:152:13)
[W3C] at tryCatch (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:67:40)
[W3C] at GeneratorFunctionPrototype.invoke [as _invoke] (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:315:22)
[W3C] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:100:21)
[W3C] at GeneratorFunctionPrototype.invoke (C:\Users\zuzeacm\AppData\Roaming\npm\node_modules\appium\node_modules\babel-runtime\regenerator\runtime.js:136:37)
[W3C] at <anonymous>
[debug] [MJSONWP] Matched JSONWP error code 7 to NoSuchElementError
[HTTP] <-- POST /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b/element 404 214 ms - 1458
[HTTP]
[HTTP] --> DELETE /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b
[HTTP] {}
[debug] [W3C] Calling AppiumDriver.deleteSession() with args: ["e0edb789-6135-4490-97df-cdeb8227283b"]
[debug] [BaseDriver] Event 'quitSessionRequested' logged at 1528355088100 (10:04:48 GMT+0300 (GTB Daylight Time))
[Appium] Removing session e0edb789-6135-4490-97df-cdeb8227283b from our master session list
[debug] [UiAutomator2] Deleting UiAutomator2 session
[debug] [UiAutomator2] Deleting UiAutomator2 server session
[debug] [JSONWP Proxy] Proxying [DELETE /] to [DELETE http://localhost:8200/wd/hub/session/5205fa9a-172c-44e1-87a2-efa9d1e1e621] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"5205fa9a-172c-44e1-87a2-efa9d1e1e621\",\"status\":0,\"value\":\"Session deleted\"}"
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 shell am force-stop com.plannet.milesandmoreapp.sTest'
[debug] [UiAutomator2] [UIAutomator2]
[debug] [UiAutomator2] [UIAutomator2] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:.
[debug] [UiAutomator2] [UIAutomator2]
[debug] [UiAutomator2] [UIAutomator2] Time: 12.043
[debug] [UiAutomator2] [UIAutomator2]
[debug] [UiAutomator2] [UIAutomator2] OK (1 test)
[debug] [UiAutomator2] [UIAutomator2]
[debug] [UiAutomator2] [UIAutomator2]
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8200
[debug] [ADB] Running 'C:\Users\zuzeacm\AppData\Local\Android\sdk\platform-tools\adb.exe -P 5037 -s 0216022827e50c00 forward --remove tcp\:8200'
[debug] [BaseDriver] Event 'quitSessionFinished' logged at 1528355089665 (10:04:49 GMT+0300 (GTB Daylight Time))
[debug] [W3C] Received response: null
[debug] [W3C] But deleting session, so not returning
[debug] [W3C] Responding to client with driver.deleteSession() result: null
[HTTP] <-- DELETE /wd/hub/session/e0edb789-6135-4490-97df-cdeb8227283b 200 1619 ms - 14
[HTTP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment