Skip to content

Instantly share code, notes, and snippets.

@vikramvi
Created April 6, 2017 14:51
Show Gist options
  • Select an option

  • Save vikramvi/7ce1f09d5f8edf458760be400b26a77d to your computer and use it in GitHub Desktop.

Select an option

Save vikramvi/7ce1f09d5f8edf458760be400b26a77d to your computer and use it in GitHub Desktop.
explicit wait issue
Appium Server Found 2357
Appium Executable: /usr/local/bin/appium
[Appium] Welcome to Appium v1.6.4-beta
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4-beta","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 14 ms - 88
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4-beta","revision":null}}
[HTTP] <-- GET /wd/hub/status 200 9 ms - 88
[HTTP] --> POST /wd/hub/session {"capabilities":[{"desiredCapabilities":{"browserName":"Chrome","platformName":"Android","deviceName":"placeholder string"}},{"requiredCapabilities":{}}],"desiredCapabilities":{"browserName":"Chrome","platformName":"Android","deviceName":"placeholder string"},"requiredCapabilities":{}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"browserName":"Chrome","platformName":"Android","deviceName":"placeholder string"},{},[{"desiredCapabilities":{"browserName":"Chrome","platformName":"Android","deviceName":"placeholder string"}},{"requiredCapabilities":{}}],null,null]
[Appium] Creating new AndroidDriver (v1.11.3) session
[Appium] Capabilities:
[Appium] browserName: 'Chrome'
[Appium] platformName: 'Android'
[Appium] deviceName: 'placeholder string'
[debug] [AndroidDriver] AndroidDriver version: 1.11.3
[BaseDriver] Session created with session id: 3f1bce22-46c0-47f8-83b7-5085315463ef
[debug] [AndroidDriver] Getting Java version
[AndroidDriver] Java version is: 1.8.0_102
[AndroidDriver] We're going to run a Chrome-based session
[AndroidDriver] Chrome-type package and activity are com.android.chrome and com.google.android.apps.chrome.Main
[ADB] Checking whether adb is present
[ADB] Using adb from /Users/vikram-anna/Library/Android/sdk/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: 0a2b30b20337dd16
[ADB] Checking whether adb is present
[ADB] Using adb from /Users/vikram-anna/Library/Android/sdk/platform-tools/adb
[debug] [ADB] Setting device id to 0a2b30b20337dd16
[AndroidDriver] App file was not listed, instead we're going to run com.android.chrome directly on the device
[debug] [AndroidDriver] Checking whether package is present on the device
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","pm","list","packages","com.android.chrome"]
[AndroidDriver] Starting Android session
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","wait-for-device"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","echo","ping"]
[debug] [Logcat] Starting logcat capture
[debug] [AndroidDriver] Pushing settings apk to device...
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","install","/usr/local/lib/node_modules/appium/node_modules/io.appium.settings/bin/settings_apk-debug.apk"]
[debug] [AndroidDriver] Pushing unlock helper app to device...
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","install","/usr/local/lib/node_modules/appium/node_modules/appium-unlock/bin/unlock_apk-debug.apk"]
[ADB] Getting device platform version
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","getprop","ro.build.version.release"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","wm","size"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","getprop","ro.product.model"]
[debug] [ADB] Current device property 'ro.product.model': Nexus 5
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","getprop","ro.product.manufacturer"]
[debug] [ADB] Current device property 'ro.product.manufacturer': LGE
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","dumpsys","window"]
[AndroidDriver] Screen already unlocked, doing nothing
[AndroidDriver] No app sent in, not parsing package/activity
[debug] [AndroidDriver] No app capability. Assuming it is already on the device
[debug] [AndroidDriver] Running fast reset (stop and clear)
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","am","force-stop","com.android.chrome"]
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","pm","clear","com.android.chrome"]
[debug] [AndroidBootstrap] Watching for bootstrap disconnect
[debug] [ADB] Forwarding system: 4724 to device: 4724
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","forward","tcp:4724","tcp:4724"]
[debug] [UiAutomator] Starting UiAutomator
[debug] [UiAutomator] Moving to state 'starting'
[debug] [UiAutomator] Parsing uiautomator jar
[debug] [UiAutomator] Found jar name: 'AppiumBootstrap.jar'
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","push","/usr/local/lib/node_modules/appium/node_modules/appium-android-bootstrap/bootstrap/bin/AppiumBootstrap.jar","/data/local/tmp/"]
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","ps"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Starting UIAutomator
[debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","uiautomator","runtest","AppiumBootstrap.jar","-c","io.appium.android.bootstrap.Bootstrap","-e","pkg","com.android.chrome","-e","disableAndroidWatchers",false,"-e","acceptSslCerts",false]
[debug] [UiAutomator] Moving to state 'online'
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Registered crash watchers.
[AndroidBootstrap] Android bootstrap socket is now connected
[AndroidDriver] Starting a chrome-based browser session
[debug] [AndroidDriver] A port was not given, using random port: 8000
[debug] [Chromedriver] Changed state to 'starting'
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Client connected
[Chromedriver] Set chromedriver binary as: /usr/local/lib/node_modules/appium/node_modules/appium-chromedriver/chromedriver/mac/chromedriver
[Chromedriver] Killing any old chromedrivers, running: pkill -15 -f "/usr/local/lib/node_modules/appium/node_modules/appium-chromedriver/chromedriver/mac/chromedriver.*--port=8000"
[Chromedriver] No old chromedrivers seemed to exist
[Chromedriver] Spawning chromedriver with: /usr/local/lib/node_modules/appium/node_modules/appium-chromedriver/chromedriver/mac/chromedriver --url-base=wd/hub --port=8000 --adb-port=5037
[Chromedriver] [STDOUT] Starting ChromeDriver 2.26.436421 (6c1a3ab469ad86fd49c8d97ede4a6b96a49ca5f6) on port 8000
Only local connections are allowed.
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8000/wd/hub/status] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"\",\"status\":0,\"value\":{\"build\":{\"version\":\"alpha\"},\"os\":{\"arch\":\"x86_64\",\"name\":\"Mac OS X\",\"version\":\"10.11.6\"}}}"
[debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8000/wd/hub/session] with body: {"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.android.chrome","androidDeviceSerial":"0a2b30b20337dd16"}}}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":{"acceptSslCerts":true,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"2.26.436421 (6c1a3ab469ad86fd49c8d97ede4a6b96a49ca5f6)"},"cssSelectorsEnabled":true,"databaseEnabled":false,"handlesAlerts":true,"hasTouchScreen":true,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"pageLoadStrategy":"normal","platform":"ANDROID","rotatable":false,"takesHeapSnapshot":true,"takesScreenshot":true,"unexpectedAlertBehaviour":"","version":"56.0.2924.87","webStorageEnabled":true}}
[debug] [Chromedriver] Changed state to 'online'
[Appium] New AndroidDriver session created successfully, session 3f1bce22-46c0-47f8-83b7-5085315463ef added to master session list
[debug] [MJSONWP] Responding to client with driver.createSession() result: {"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"browserName":"Chrome","platformName":"Android","deviceName":"placeholder string"},"browserName":"Chrome","platformName":"Android","deviceName":"0a2b30b20337dd16","deviceUDID":"0a2b30b20337dd16","platformVersion":"6.0.1","deviceScreenSize":"1080x1920","deviceModel":"Nexus 5","deviceManufacturer":"LGE"}
[HTTP] <-- POST /wd/hub/session 200 12538 ms - 581
[HTTP] --> GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef] to [GET http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"bbac34170cc749c59ed681a54a4edf78\",\"status\":0,\"value\":{\"acceptSslCerts\":true,\"applicationCacheEnabled\":false,\"browserConnectionEnabled\":false,\"browserName\":\"chrome\",\"chrome\":{\"chromedriverVersion\":\"2.26.436421 (6c1a3ab469ad86fd49c8d97ede4a6b96a49ca5f6)\"},\"cssSelectorsEnabled\":true,\"databaseEnabled\":false,\"handlesAlerts\":true,\"hasTouchScreen\":true,\"javascriptEnabled\":true,\"locationContextEnabled\":true,\"mobileEmulationEnabled\":false,\"nativeEvents\":true,\"pageLoadStrategy\":\"normal\",\"platform\":\"ANDROID\",\"rotatable\":false,\"takesHeapSnapshot\":true,\"takesScreenshot\":true,\"unexpectedAlertBehaviour\":\"\",\"version\":\"56.0.2924.87\",\"webStorageEnabled\":true}}"
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef 200 14 ms - 668
[HTTP] --> GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef] to [GET http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"bbac34170cc749c59ed681a54a4edf78\",\"status\":0,\"value\":{\"acceptSslCerts\":true,\"applicationCacheEnabled\":false,\"browserConnectionEnabled\":false,\"browserName\":\"chrome\",\"chrome\":{\"chromedriverVersion\":\"2.26.436421 (6c1a3ab469ad86fd49c8d97ede4a6b96a49ca5f6)\"},\"cssSelectorsEnabled\":true,\"databaseEnabled\":false,\"handlesAlerts\":true,\"hasTouchScreen\":true,\"javascriptEnabled\":true,\"locationContextEnabled\":true,\"mobileEmulationEnabled\":false,\"nativeEvents\":true,\"pageLoadStrategy\":\"normal\",\"platform\":\"ANDROID\",\"rotatable\":false,\"takesHeapSnapshot\":true,\"takesScreenshot\":true,\"unexpectedAlertBehaviour\":\"\",\"version\":\"56.0.2924.87\",\"webStorageEnabled\":true}}"
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef 200 8 ms - 668
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/url {"url":"http://www.facebook.com"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/url] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/url] with body: {"url":"http://www.facebook.com"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/url 200 1971 ms - 76
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/url {"url":"http://outlook.com"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/url] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/url] with body: {"url":"http://outlook.com"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/url 200 2739 ms - 76
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts {"type":"implicit","ms":0}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/timeouts] with body: {"type":"implicit","ms":0}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts 200 6 ms - 76
[HTTP] --> GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["3f1bce22-46c0-47f8-83b7-5085315463ef"]
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "CHROMIUM"
[HTTP] <-- GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/context 200 5 ms - 82
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element {"using":"xpath","value":"//a[contains(text(),'Continue using')]"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/element] with body: {"using":"xpath","value":"//a[contains(text(),'Continue using')]"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":{"ELEMENT":"0.3639285713335705-1"}}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element 200 178 ms - 106
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts {"type":"implicit","ms":1000}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/timeouts] with body: {"type":"implicit","ms":1000}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts 200 5 ms - 76
[HTTP] --> GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.3639285713335705-1/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.3639285713335705-1/displayed] to [GET http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/element/0.3639285713335705-1/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"bbac34170cc749c59ed681a54a4edf78\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.3639285713335705-1/displayed 200 188 ms - 76
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts {"type":"implicit","ms":0}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/timeouts] with body: {"type":"implicit","ms":0}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts 200 5 ms - 76
[HTTP] --> GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["3f1bce22-46c0-47f8-83b7-5085315463ef"]
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "CHROMIUM"
[HTTP] <-- GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/context 200 4 ms - 82
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element {"using":"xpath","value":"//a[contains(text(),'Continue using')]"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/element] with body: {"using":"xpath","value":"//a[contains(text(),'Continue using')]"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":{"ELEMENT":"0.3639285713335705-1"}}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element 200 49 ms - 106
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts {"type":"implicit","ms":1000}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/timeouts] with body: {"type":"implicit","ms":1000}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts 200 6 ms - 76
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.3639285713335705-1/click {"id":"0.3639285713335705-1"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.3639285713335705-1/click] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/element/0.3639285713335705-1/click] with body: {"id":"0.3639285713335705-1"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.3639285713335705-1/click 200 2203 ms - 76
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts {"type":"implicit","ms":0}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/timeouts] with body: {"type":"implicit","ms":0}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts 200 5 ms - 76
[HTTP] --> GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["3f1bce22-46c0-47f8-83b7-5085315463ef"]
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "CHROMIUM"
[HTTP] <-- GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/context 200 4 ms - 82
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element {"using":"xpath","value":"//input[@type='email']"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/element] with body: {"using":"xpath","value":"//input[@type='email']"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":{"ELEMENT":"0.1967160822422569-1"}}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element 200 186 ms - 106
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts {"type":"implicit","ms":1000}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/timeouts] with body: {"type":"implicit","ms":1000}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts 200 7 ms - 76
[HTTP] --> GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.1967160822422569-1/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.1967160822422569-1/displayed] to [GET http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/element/0.1967160822422569-1/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"bbac34170cc749c59ed681a54a4edf78\",\"status\":0,\"value\":true}"
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.1967160822422569-1/displayed 200 99 ms - 76
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts {"type":"implicit","ms":0}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/timeouts] with body: {"type":"implicit","ms":0}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts 200 5 ms - 76
[HTTP] --> GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["3f1bce22-46c0-47f8-83b7-5085315463ef"]
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "CHROMIUM"
[HTTP] <-- GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/context 200 3 ms - 82
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element {"using":"xpath","value":"//input[@type='email']"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/element] with body: {"using":"xpath","value":"//input[@type='email']"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":{"ELEMENT":"0.1967160822422569-1"}}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element 200 71 ms - 106
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts {"type":"implicit","ms":1000}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/timeouts] with body: {"type":"implicit","ms":1000}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts 200 4 ms - 76
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.1967160822422569-1/value {"id":"0.1967160822422569-1","value":["vikram_renter_1@outlook.com"]}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.1967160822422569-1/value] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/element/0.1967160822422569-1/value] with body: {"id":"0.1967160822422569-1","value":["vikram_renter_1@outlook.com"]}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.1967160822422569-1/value 200 681 ms - 76
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts {"type":"implicit","ms":0}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/timeouts] with body: {"type":"implicit","ms":0}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts 200 4 ms - 76
[HTTP] --> GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["3f1bce22-46c0-47f8-83b7-5085315463ef"]
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "CHROMIUM"
[HTTP] <-- GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/context 200 3 ms - 82
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element {"using":"xpath","value":"//input[@value='Next']"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/element] with body: {"using":"xpath","value":"//input[@value='Next']"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":{"ELEMENT":"0.1967160822422569-2"}}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element 200 126 ms - 106
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts {"type":"implicit","ms":1000}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/timeouts] with body: {"type":"implicit","ms":1000}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts 200 5 ms - 76
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.1967160822422569-2/click {"id":"0.1967160822422569-2"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.1967160822422569-2/click] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/element/0.1967160822422569-2/click] with body: {"id":"0.1967160822422569-2"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.1967160822422569-2/click 200 315 ms - 76
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts {"type":"implicit","ms":0}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/timeouts] with body: {"type":"implicit","ms":0}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts 200 6 ms - 76
[HTTP] --> GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/context {}
[debug] [MJSONWP] Calling AppiumDriver.getCurrentContext() with args: ["3f1bce22-46c0-47f8-83b7-5085315463ef"]
[debug] [MJSONWP] Responding to client with driver.getCurrentContext() result: "CHROMIUM"
[HTTP] <-- GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/context 200 3 ms - 82
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element {"using":"xpath","value":"//input[@name='passwd']"}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/element] with body: {"using":"xpath","value":"//input[@name='passwd']"}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":{"ELEMENT":"0.1967160822422569-3"}}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element 200 308 ms - 106
[HTTP] --> POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts {"type":"implicit","ms":1000}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts] to [POST http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/timeouts] with body: {"type":"implicit","ms":1000}
[debug] [JSONWP Proxy] Got response with status 200: {"sessionId":"bbac34170cc749c59ed681a54a4edf78","status":0,"value":null}
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- POST /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/timeouts 200 4 ms - 76
[HTTP] --> GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.1967160822422569-3/displayed {}
[MJSONWP] Driver proxy active, passing request on via HTTP proxy
[debug] [JSONWP Proxy] Proxying [GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.1967160822422569-3/displayed] to [GET http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78/element/0.1967160822422569-3/displayed] with body: {}
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"bbac34170cc749c59ed681a54a4edf78\",\"status\":10,\"value\":{\"message\":\"stale element reference: element is not attached to the page document\\n (Session info: chrome=56.0.2924.87)\\n (Driver info: chromedriver=2.26.436421 (6c1a3ab469ad86fd49c8d97ede4a6b96a49ca5f6),platform=Mac OS X 10.11.6 x86_64)\"}}"
[JSONWP Proxy] Replacing sessionId bbac34170cc749c59ed681a54a4edf78 with 3f1bce22-46c0-47f8-83b7-5085315463ef
[HTTP] <-- GET /wd/hub/session/3f1bce22-46c0-47f8-83b7-5085315463ef/element/0.1967160822422569-3/displayed 200 149 ms - 314
[BaseDriver] Shutting down because we waited 60 seconds for a command
[debug] [AndroidDriver] Shutting down Android driver
[Appium] Closing session, cause was 'New Command Timeout of 60 seconds expired. Try customizing the timeout using the 'newCommandTimeout' desired capability'
[Appium] Removing session 3f1bce22-46c0-47f8-83b7-5085315463ef from our master session list
[debug] [AndroidDriver] Stopping chromedriver for context CHROMIUM
[debug] [Chromedriver] Changed state to 'stopping'
[debug] [JSONWP Proxy] Proxying [DELETE /] to [DELETE http://127.0.0.1:8000/wd/hub/session/bbac34170cc749c59ed681a54a4edf78] with no body
[debug] [JSONWP Proxy] Got response with status 200: "{\"sessionId\":\"bbac34170cc749c59ed681a54a4edf78\",\"status\":0,\"value\":null}"
[debug] [Chromedriver] Changed state to 'stopped'
[debug] [ADB] Pressing the HOME button
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","input","keyevent",3]
[debug] [AndroidBootstrap] Sending command to android: {"cmd":"shutdown"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {"cmd":"shutdown"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type SHUTDOWN
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {"status":0,"value":"OK, shutting down"}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Closed client connection
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: numtests=1
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: stream=.
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: current=1
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS_CODE: 0
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS: stream=
[debug] [AndroidBootstrap] [UIAUTO STDOUT] Test results for WatcherResultPrinter=.
[debug] [AndroidBootstrap] [UIAUTO STDOUT] Time: 77.175
[debug] [AndroidBootstrap] [UIAUTO STDOUT] OK (1 test)
[debug] [AndroidBootstrap] [UIAUTO STDOUT] INSTRUMENTATION_STATUS_CODE: -1
[debug] [AndroidBootstrap] Received command result from bootstrap
[debug] [UiAutomator] Shutting down UiAutomator
[debug] [UiAutomator] Moving to state 'stopping'
[debug] [UiAutomator] UiAutomator shut down normally
[debug] [UiAutomator] Moving to state 'stopped'
[debug] [ADB] Attempting to kill all uiautomator processes
[debug] [ADB] Getting all processes with uiautomator
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","ps"]
[ADB] No uiautomator process found to kill, continuing...
[debug] [UiAutomator] Moving to state 'stopped'
[debug] [ADB] Getting connected devices...
[debug] [ADB] 1 device(s) connected
[debug] [ADB] Running '/Users/vikram-anna/Library/Android/sdk/platform-tools/adb' with args: ["-P",5037,"-s","0a2b30b20337dd16","shell","am","force-stop","io.appium.unlock"]
[debug] [Logcat] Stopping logcat capture
[debug] [AndroidDriver] Not cleaning generated files. Add `clearSystemFiles` capability if wanted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment