Skip to content

Instantly share code, notes, and snippets.

@aikuznetsov
Created September 25, 2018 23:35
Show Gist options
  • Save aikuznetsov/50abddf6dfc0ea9a04fdb5a704c66f05 to your computer and use it in GitHub Desktop.
Save aikuznetsov/50abddf6dfc0ea9a04fdb5a704c66f05 to your computer and use it in GitHub Desktop.
[Appium] Appium support for versions of node < 8 has been deprecated and will be removed in a future version. Please upgrade!
[Appium] Welcome to Appium v1.9.1
[Appium] Non-default server args:
[Appium] log: /var/log/appium.log
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session
[HTTP] {"desiredCapabilities":{"appActivity":"com.anchorfree.hotspotshield.ui.activity.MainActivity","appPackage":"hotspotshield.android.vpn","newCommandTimeout":"0","platformVersion":"7.0","automationName":"uiautomator2","model":"SM_A310F","platformName":"Android","udid":"31007f50f410b2f3","deviceName":"31007f50f410b2f3"},"capabilities":{"alwaysMatch":{"appium:appActivity":"com.anchorfree.hotspotshield.ui.activity.MainActivity","appium:appPackage":"hotspotshield.android.vpn","appium:automationName":"uiautomator2","appium:deviceName":"31007f50f410b2f3","model":"SM_A310F","appium:newCommandTimeout":"0","platformName":"android","appium:platformVersion":"7.0","appium:udid":"31007f50f410b2f3"},"firstMatch":[{}]}}
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"appActivity":"com.anchorfree.hotspotshield.ui.activity.MainActivity","appPackage":"hotspotshield.android.vpn","newCommandTimeout":"0","platformVersion":"7.0","automationName":"uiautomator2","model":"SM_A310F","platformName":"Android","udid":"31007f50f410b2f3","deviceName":"31007f50f410b2f3"},null,{"alwaysMatch":{"appium:appActivity":"com.anchorfree.hotspotshield.ui.activity.MainActivity","appium:appPackage":"hotspotshield.android.vpn","appium:automationName":"uiautomator2","appium:deviceName":"31007f50f410b2f3","model":"SM_A310F","appium:newCommandTimeout":"0","platformName":"android","appium:platformVersion":"7.0","appium:udid":"31007f50f410b2f3"},"firstMatch":[{}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1537918217651 (16:30:17 GMT-0700 (PDT))
[BaseDriver] The capabilities ["model"] are not standard capabilities and should have an extension prefix
[Appium] Could not parse W3C capabilities: 'newCommandTimeout' must be of type number
[Appium] Trying to fix W3C capabilities by merging them with JSONWP caps
[BaseDriver] The capabilities ["model","appActivity","appPackage","automationName","deviceName","newCommandTimeout","platformVersion","udid"] are not standard capabilities and should have an extension prefix
[Appium] Could not parse fixed W3C capabilities: 'newCommandTimeout' must be of type number. Falling back to JSONWP protocol
[Appium] Creating new AndroidUiautomator2Driver (v1.19.0) session
[Appium] Capabilities:
[Appium] appActivity: com.anchorfree.hotspotshield.ui.activity.MainActivity
[Appium] appPackage: hotspotshield.android.vpn
[Appium] newCommandTimeout: 0
[Appium] platformVersion: 7.0
[Appium] automationName: uiautomator2
[Appium] model: SM_A310F
[Appium] platformName: Android
[Appium] udid: 31007f50f410b2f3
[Appium] deviceName: 31007f50f410b2f3
[debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {"appActivity":"com.anchorf...
[BaseDriver] Capability 'newCommandTimeout' changed from string ('0') to integer (0). This may cause unexpected behavior
[BaseDriver] The following capabilities were provided, but are not recognized by appium: model.
[BaseDriver] Session created with session id: 5f9be48e-4ca4-47d1-8272-2d34547a370c
[AndroidDriver] Java version is: 1.8.0_181
[ADB] Checking whether adb is present
[ADB] Found 3 'build-tools' folders under '/root' (newest first):
[ADB] /root/build-tools/26.0.0
[ADB] /root/build-tools/24.0.3
[ADB] /root/build-tools/21.1.0
[ADB] Using adb from /root/platform-tools/adb
[AndroidDriver] Retrieving device list
[debug] [ADB] Trying to find a connected android device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[AndroidDriver] Using device: 31007f50f410b2f3
[debug] [ADB] Setting device id to 31007f50f410b2f3
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell getprop ro.build.version.sdk'
[debug] [ADB] Current device property 'ro.build.version.sdk': 24
[debug] [ADB] Device API level: 24
[AndroidDriver] No app sent in, not parsing package/activity
[ADB] Getting device platform version
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell getprop ro.build.version.release'
[debug] [ADB] Current device property 'ro.build.version.release': 7.0
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell wm size'
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell wm density'
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell getprop ro.product.model'
[debug] [ADB] Current device property 'ro.product.model': SM-A310F
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell getprop ro.product.manufacturer'
[debug] [ADB] Current device property 'ro.product.manufacturer': samsung
[debug] [ADB] Device API level: 24
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell am force-stop io.appium.uiautomator2.server'
[debug] [ADB] Checking app cert for /usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.18.0.apk
[ADB] Using apksigner from /root/build-tools/24.0.3/apksigner
[debug] [ADB] Starting '/root/build-tools/24.0.3/apksigner' with args '["verify","--print-certs","/usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.18.0.apk"]'
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: C=US, O=Android, CN=Android Debug
[debug] [ADB] Signer #1 certificate SHA-256 digest: 707bc2493ea5b0267dc10a9bd4cedbab5431976f13274cdd045d93470179556d
[debug] [ADB] Signer #1 certificate SHA-1 digest: b8db0b11cec13cc7574a7d62f383ec16c0d275ee
[debug] [ADB] WARNING: META-INF/INDEX.LIST not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
[debug] [ADB] WARNING: META-INF/io.netty.versions.properties not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
[debug] [ADB]
[debug] [ADB] '/usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.18.0.apk' is not signed with debug cert.
[ADB] Checking whether zipalign is present
[ADB] Using zipalign from /root/build-tools/26.0.0/zipalign
[debug] [ADB] /usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.18.0.apk' is already zip-aligned. Doing nothing
[debug] [ADB] Signing '/usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.18.0.apk' with default cert
[debug] [ADB] Starting '/root/build-tools/24.0.3/apksigner' with args '["sign","--key","/usr/lib/node_modules/appium/node_modules/appium-adb/keys/testkey.pk8","--cert","/usr/lib/node_modules/appium/node_modules/appium-adb/keys/testkey.x509.pem","/usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.18.0.apk"]'
[debug] [ADB] Checking app cert for /usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk
[debug] [ADB] Starting '/root/build-tools/24.0.3/apksigner' with args '["verify","--print-certs","/usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk"]'
[debug] [ADB] apksigner stdout: Signer #1 certificate DN: C=US, O=Android, CN=Android Debug
[debug] [ADB] Signer #1 certificate SHA-256 digest: 707bc2493ea5b0267dc10a9bd4cedbab5431976f13274cdd045d93470179556d
[debug] [ADB] Signer #1 certificate SHA-1 digest: b8db0b11cec13cc7574a7d62f383ec16c0d275ee
[debug] [ADB]
[debug] [ADB] '/usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is not signed with debug cert.
[debug] [ADB] /usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is already zip-aligned. Doing nothing
[debug] [ADB] Signing '/usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' with default cert
[debug] [ADB] Starting '/root/build-tools/24.0.3/apksigner' with args '["sign","--key","/usr/lib/node_modules/appium/node_modules/appium-adb/keys/testkey.pk8","--cert","/usr/lib/node_modules/appium/node_modules/appium-adb/keys/testkey.x509.pem","/usr/lib/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 '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell pm list packages io.appium.uiautomator2.server'
[debug] [ADB] App is not installed
[ADB] io.appium.uiautomator2.server was not uninstalled, because it was not present on the device
[debug] [ADB] Uninstalling io.appium.uiautomator2.server.test
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell pm list packages io.appium.uiautomator2.server.test'
[debug] [ADB] App is not installed
[ADB] io.appium.uiautomator2.server.test was not uninstalled, because it was not present on the device
[debug] [ADB] Getting install status for io.appium.uiautomator2.server
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell pm list packages io.appium.uiautomator2.server'
[debug] [ADB] App is not installed
[debug] [ADB] App '/usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.18.0.apk' not installed. Installing
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 install /usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.18.0.apk'
[debug] [ADB] Install command stdout: Success
[debug] [ADB] Getting install status for io.appium.uiautomator2.server.test
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell pm list packages io.appium.uiautomator2.server.test'
[debug] [ADB] App is not installed
[debug] [ADB] App '/usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' not installed. Installing
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 install /usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
[debug] [ADB] Install command stdout: 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 '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell pm list instrumentation'
[debug] [UiAutomator2] Instrumentation 'io.appium.uiautomator2.server.test/android.support.test.runner.AndroidJUnitRunner' available
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 wait-for-device'
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell echo ping'
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Getting install status for io.appium.settings
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell pm list packages io.appium.settings'
[debug] [ADB] App is installed
[debug] [ADB] Getting package info for 'io.appium.settings'
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell dumpsys package io.appium.settings'
[ADB] Checking whether aapt is present
[ADB] Using aapt from /root/build-tools/26.0.0/aapt
[debug] [ADB] The installed 'io.appium.settings' package does not require upgrade ('2.3.0' >= '2.3.0')
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell ps'
[debug] [ADB] Device API level: 24
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 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: 24
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 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 '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell pm list packages io.appium.unlock'
[debug] [ADB] App is installed
[debug] [ADB] Getting package info for 'io.appium.unlock'
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 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 '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 forward tcp\:8200 tcp\:6790'
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell rm -rf /data/local/tmp/strings.json'
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell pm path hotspotshield.android.vpn'
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 pull /data/app/hotspotshield.android.vpn-1/base.apk /tmp/hotspotshield.android.vpn.apk'
[debug] [ADB] Pulled app for package 'hotspotshield.android.vpn' to '/tmp/hotspotshield.android.vpn.apk'
[debug] [AndroidDriver] Extracting strings from apk
[debug] [AndroidDriver] /tmp/hotspotshield.android.vpn.apk
[debug] [AndroidDriver] null
[debug] [AndroidDriver] /tmp/hotspotshield.android.vpn
[debug] [ADB] Extracting strings for language: default
[ADB] Successfully extracted 556 strings from '/tmp/hotspotshield.android.vpn.apk' resources for '(default)' configuration
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 push /tmp/hotspotshield.android.vpn/strings.json /data/local/tmp'
[debug] [UiAutomator2] No app capability. Assuming it is already on the device
[debug] [ADB] Getting install status for hotspotshield.android.vpn
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell pm list packages hotspotshield.android.vpn'
[debug] [ADB] App is installed
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell am force-stop hotspotshield.android.vpn'
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell pm clear hotspotshield.android.vpn'
[debug] [AndroidDriver] Performed fast reset on the installed 'hotspotshield.android.vpn' application (stop and clear)
[debug] [ADB] Checking app cert for null
[debug] [ADB] 'null' doesn't exist
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell ps'
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell am force-stop io.appium.uiautomator2.server'
[UiAutomator2] Starting uiautomator2 server 1.18.0
[UiAutomator2] Using UIAutomator2 server from '/usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v1.18.0.apk' and test from '/usr/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk'
[UiAutomator2] Running command: 'adb -s 31007f50f410b2f3 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] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [UiAutomator2] [UIAutomator2] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:INSTRUMENTATION_RESULT: shortMsg=Process crashed.
[debug] [UiAutomator2] [UIAutomator2] INSTRUMENTATION_CODE: 0
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [JSONWP Proxy] Matched '/status' to command name 'getStatus'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/wd/hub/status] with no body
[debug] [UiAutomator2] Deleting UiAutomator2 session
[debug] [UiAutomator2] Deleting UiAutomator2 server session
[debug] [JSONWP Proxy] Matched '/' to command name 'deleteSession'
[UiAutomator2] Did not get confirmation UiAutomator2 deleteSession worked; Error was: UnknownError: An unknown server-side error occurred while processing the command. Original error: Trying to proxy a session command without session id
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 shell am force-stop hotspotshield.android.vpn'
[debug] [Logcat] Stopping logcat capture
[debug] [ADB] Removing forwarded port socket connection: 8200
[debug] [ADB] Running '/root/platform-tools/adb -P 5037 -s 31007f50f410b2f3 forward --remove tcp\:8200'
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1537918273190 (16:31:13 GMT-0700 (PDT))
[debug] [MJSONWP] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: read ECONNRESET
[debug] [MJSONWP] at JWProxy.command$ (/usr/lib/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:238:13)
[debug] [MJSONWP] at tryCatch (/usr/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
[debug] [MJSONWP] at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/usr/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
[debug] [MJSONWP] at GeneratorFunctionPrototype.invoke (/usr/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[HTTP] <-- POST /wd/hub/session 500 55550 ms - 217
[HTTP]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment