Skip to content

Instantly share code, notes, and snippets.

@mdvacca
Created January 23, 2015 00:05
Show Gist options
  • Save mdvacca/d9430dad7ba0d6c2d25f to your computer and use it in GitHub Desktop.
Save mdvacca/d9430dad7ba0d6c2d25f to your computer and use it in GitHub Desktop.
2015-01-22 23:56:56:711 - info: Welcome to Appium v1.3.4 (REV c8c79a85fbd6870cd6fc3d66d038a115ebe22efe)
2015-01-22 23:56:56:714 - info: Appium REST http interface listener started on 0.0.0.0:4723
2015-01-22 23:56:56:717 - info: [debug] Non-default server args: {"sessionOverride":true,"fullReset":true,"log":"/tmp/appium.log","platformName":"Android","platformVersion":"4.4","automationName":"Appium","defaultCommandTimeout":7200}
2015-01-22 23:56:56:717 - info: Console LogLevel: debug
2015-01-22 23:56:56:717 - info: File LogLevel: debug
2015-01-22 23:56:57:287 - info: --> GET /wd/hub/status {}
2015-01-22 23:56:57:289 - info: [debug] Responding to client with success: {"status":0,"value":{"build":{"version":"1.3.4","revision":"c8c79a85fbd6870cd6fc3d66d038a115ebe22efe"}}}
2015-01-22 23:56:57:293 - info: <-- GET /wd/hub/status 200 5.758 ms - 104 {"status":0,"value":{"build":{"version":"1.3.4","revision":"c8c79a85fbd6870cd6fc3d66d038a115ebe22efe"}}}
2015-01-22 23:57:08:296 - info: --> GET /wd/hub/status {}
2015-01-22 23:57:08:297 - info: [debug] Responding to client with success: {"status":0,"value":{"build":{"version":"1.3.4","revision":"c8c79a85fbd6870cd6fc3d66d038a115ebe22efe"}}}
2015-01-22 23:57:08:298 - info: <-- GET /wd/hub/status 200 1.529 ms - 104 {"status":0,"value":{"build":{"version":"1.3.4","revision":"c8c79a85fbd6870cd6fc3d66d038a115ebe22efe"}}}
2015-01-22 23:57:32:095 - info: --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/david/tmp/apks/android-debug.apk","platformName":"Android","deviceName":"Android","app-package":"com.medallia.mobile","app-activity":".ui.LauncherActivity","udid":"06260df4344be093","version":"4.4"}}
2015-01-22 23:57:32:096 - info: Client User-Agent string: Apache-HttpClient/4.3.4 (java 1.5)
2015-01-22 23:57:32:097 - info: [debug] The following desired capabilities were provided, but not recognized by appium. They will be passed on to any other services running on this server. : app-package, app-activity, version
2015-01-22 23:57:32:098 - info: [debug] No appActivity desired capability or server param. Parsing from apk.
2015-01-22 23:57:32:099 - info: [debug] No appPackage desired capability or server param. Parsing from apk.
2015-01-22 23:57:32:100 - info: [debug] Using local app from desired caps: /Users/david/tmp/apks/android-debug.apk
2015-01-22 23:57:32:101 - info: [debug] Creating new appium session f8daa97e-f6d3-4a85-98ed-efb2dd49b15e
2015-01-22 23:57:32:101 - info: Starting android appium
2015-01-22 23:57:32:103 - info: [debug] Getting Java version
2015-01-22 23:57:32:397 - info: Java version is: 1.7.0_67
2015-01-22 23:57:32:398 - info: [debug] Using fast reset? false
2015-01-22 23:57:32:398 - info: [debug] Preparing device for session
2015-01-22 23:57:32:398 - info: [debug] Checking whether app is actually present
2015-01-22 23:57:32:399 - info: [debug] Checking whether adb is present
2015-01-22 23:57:32:400 - info: [debug] Using adb from /Users/david/android-sdk/platform-tools/adb
2015-01-22 23:57:32:401 - info: Retrieving device
2015-01-22 23:57:32:401 - info: [debug] Trying to find a connected android device
2015-01-22 23:57:32:402 - info: [debug] Getting connected devices...
2015-01-22 23:57:32:403 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb devices
2015-01-22 23:57:35:463 - info: [debug] 1 device(s) connected
2015-01-22 23:57:35:464 - info: Found device 06260df4344be093
2015-01-22 23:57:35:464 - info: [debug] Setting device id to 06260df4344be093
2015-01-22 23:57:35:464 - info: [debug] Waiting for device to be ready and to respond to shell commands (timeout = 5)
2015-01-22 23:57:35:465 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 wait-for-device
2015-01-22 23:57:35:488 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "echo 'ready'"
2015-01-22 23:57:35:526 - info: [debug] Starting logcat capture
2015-01-22 23:57:35:570 - info: [debug] Parsing package and activity from app manifest
2015-01-22 23:57:35:571 - info: [debug] Checking whether aapt is present
2015-01-22 23:57:35:572 - info: [debug] Using aapt from /Users/david/android-sdk/build-tools/21.1.2/aapt
2015-01-22 23:57:35:572 - info: [debug] Extracting package and launch activity from manifest.
2015-01-22 23:57:35:573 - info: [debug] executing cmd: /Users/david/android-sdk/build-tools/21.1.2/aapt dump badging /Users/david/tmp/apks/android-debug.apk
2015-01-22 23:57:35:672 - info: [debug] badging package: com.medallia.mobile
2015-01-22 23:57:35:673 - info: [debug] badging act: null
2015-01-22 23:57:37:735 - info: [debug] Parsed package and activity are: com.medallia.mobile/com.medallia.mobile.ui.LauncherActivity
2015-01-22 23:57:37:735 - info: [debug] Getting device API level
2015-01-22 23:57:37:736 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "getprop ro.build.version.sdk"
2015-01-22 23:57:37:790 - info: [debug] Device is at API Level 19
2015-01-22 23:57:37:791 - info: Device API level is: 19
2015-01-22 23:57:37:792 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "getprop persist.sys.language"
2015-01-22 23:57:37:845 - info: [debug] Current device persist.sys.language:
2015-01-22 23:57:37:845 - info: [debug] java -jar "/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-adb/jars/appium_apk_tools.jar" "stringsFromApk" "/Users/david/tmp/apks/android-debug.apk" "/tmp/com.medallia.mobile"
2015-01-22 23:57:38:649 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 push "/tmp/com.medallia.mobile/strings.json" /data/local/tmp
2015-01-22 23:57:38:698 - info: [debug] Checking whether aapt is present
2015-01-22 23:57:38:700 - info: [debug] Using aapt from /Users/david/android-sdk/build-tools/21.1.2/aapt
2015-01-22 23:57:38:700 - info: [debug] Retrieving process from manifest.
2015-01-22 23:57:38:700 - info: [debug] executing cmd: /Users/david/android-sdk/build-tools/21.1.2/aapt dump xmltree /Users/david/tmp/apks/android-debug.apk AndroidManifest.xml
2015-01-22 23:57:38:711 - info: [debug] Set app process to: com.medallia.mobile
2015-01-22 23:57:38:712 - info: [debug] Uninstalling com.medallia.mobile
2015-01-22 23:57:38:712 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "am force-stop com.medallia.mobile"
2015-01-22 23:57:39:334 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 uninstall com.medallia.mobile
2015-01-22 23:57:40:359 - info: [debug] App was uninstalled
2015-01-22 23:57:40:360 - info: [debug] Checking app cert for /Users/david/tmp/apks/android-debug.apk.
2015-01-22 23:57:40:361 - info: [debug] executing cmd: java -jar /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-adb/jars/verify.jar /Users/david/tmp/apks/android-debug.apk
2015-01-22 23:57:41:327 - info: [debug] App already signed.
2015-01-22 23:57:41:332 - info: [debug] Zip-aligning /Users/david/tmp/apks/android-debug.apk
2015-01-22 23:57:41:333 - info: [debug] Checking whether zipalign is present
2015-01-22 23:57:41:334 - info: [debug] Using zipalign from /Users/david/android-sdk/build-tools/21.1.2/zipalign
2015-01-22 23:57:41:335 - info: [debug] Zip-aligning apk.
2015-01-22 23:57:41:335 - info: [debug] executing cmd: /Users/david/android-sdk/build-tools/21.1.2/zipalign -f 4 /Users/david/tmp/apks/android-debug.apk /var/folders/pj/cc88tt3s59q80_9xp5cl_7h40000gn/T/appium115022-18537-fichga.tmp
2015-01-22 23:57:41:530 - info: [debug] MD5 for app is ed88c94847412439d9b9c3cc3f69d88c
2015-01-22 23:57:41:531 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ls /data/local/tmp/ed88c94847412439d9b9c3cc3f69d88c.apk"
2015-01-22 23:57:41:562 - info: [debug] Getting install status for com.medallia.mobile
2015-01-22 23:57:41:562 - info: [debug] Getting device API level
2015-01-22 23:57:41:563 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "getprop ro.build.version.sdk"
2015-01-22 23:57:41:604 - info: [debug] Device is at API Level 19
2015-01-22 23:57:41:605 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "pm list packages -3 com.medallia.mobile"
2015-01-22 23:57:42:236 - info: [debug] App is not installed
2015-01-22 23:57:42:236 - info: Installing App
2015-01-22 23:57:42:236 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "mkdir -p /data/local/tmp/"
2015-01-22 23:57:42:278 - info: [debug] Removing any old apks
2015-01-22 23:57:42:280 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ls /data/local/tmp/*.apk"
2015-01-22 23:57:42:315 - info: [debug] Found an apk we want to keep at /data/local/tmp/ed88c94847412439d9b9c3cc3f69d88c.apk
2015-01-22 23:57:42:315 - info: [debug] Couldn't find any apks to remove
2015-01-22 23:57:42:315 - info: [debug] Uninstalling com.medallia.mobile
2015-01-22 23:57:42:316 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "am force-stop com.medallia.mobile"
2015-01-22 23:57:42:934 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 uninstall com.medallia.mobile
2015-01-22 23:57:43:615 - info: [debug] App was not uninstalled, maybe it wasn't on device?
2015-01-22 23:57:43:616 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "pm install -r /data/local/tmp/ed88c94847412439d9b9c3cc3f69d88c.apk"
2015-01-22 23:57:48:221 - info: [debug] Forwarding system:4724 to device:4724
2015-01-22 23:57:48:222 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 forward tcp:4724 tcp:4724
2015-01-22 23:57:48:243 - info: [debug] Pushing appium bootstrap to device...
2015-01-22 23:57:48:244 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 push "/Applications/Appium.app/Contents/Resources/node_modules/appium/build/android_bootstrap/AppiumBootstrap.jar" /data/local/tmp/
2015-01-22 23:57:48:281 - info: [debug] Pushing settings apk to device...
2015-01-22 23:57:48:281 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 install "/Applications/Appium.app/Contents/Resources/node_modules/appium/build/settings_apk/settings_apk-debug.apk"
2015-01-22 23:57:48:984 - info: [debug] Pushing unlock helper app to device...
2015-01-22 23:57:48:986 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 install "/Applications/Appium.app/Contents/Resources/node_modules/appium/build/unlock_apk/unlock_apk-debug.apk"
2015-01-22 23:57:49:814 - info: Starting App
2015-01-22 23:57:49:815 - info: [debug] Attempting to kill all 'uiautomator' processes
2015-01-22 23:57:49:815 - info: [debug] Getting all processes with 'uiautomator'
2015-01-22 23:57:49:816 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps 'uiautomator'"
2015-01-22 23:57:49:880 - info: [debug] No matching processes found
2015-01-22 23:57:49:880 - info: [debug] Running bootstrap
2015-01-22 23:57:49:880 - info: [debug] spawning: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell uiautomator runtest AppiumBootstrap.jar -c io.appium.android.bootstrap.Bootstrap
2015-01-22 23:57:50:352 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
2015-01-22 23:57:50:352 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
2015-01-22 23:57:50:353 - info: [debug] [UIAUTOMATOR STDOUT] io.appium.android.bootstrap.Bootstrap:
2015-01-22 23:57:50:353 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
2015-01-22 23:57:50:353 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
2015-01-22 23:57:50:353 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
2015-01-22 23:57:50:354 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
2015-01-22 23:57:50:354 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 1
2015-01-22 23:57:50:368 - info: [debug] [BOOTSTRAP] [debug] Socket opened on port 4724
2015-01-22 23:57:50:370 - info: [debug] [BOOTSTRAP] [debug] Appium Socket Server Ready
2015-01-22 23:57:50:370 - info: [debug] [BOOTSTRAP] [debug] Loading json...
2015-01-22 23:57:50:370 - info: [debug] Waking up device if it's not alive
2015-01-22 23:57:50:371 - info: [debug] Pushing command to appium work queue: ["wake",{}]
2015-01-22 23:57:50:390 - info: [debug] [BOOTSTRAP] [debug] json loading complete.
2015-01-22 23:57:50:391 - info: [debug] [BOOTSTRAP] [debug] Registered crash watchers.
2015-01-22 23:57:50:391 - info: [debug] [BOOTSTRAP] [debug] Client connected
2015-01-22 23:57:50:391 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"wake","params":{}}
2015-01-22 23:57:50:391 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:50:392 - info: [debug] [BOOTSTRAP] [debug] Got command action: wake
2015-01-22 23:57:50:392 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":true,"status":0}
2015-01-22 23:57:50:393 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "dumpsys window"
2015-01-22 23:57:50:446 - info: [debug] Screen already unlocked, continuing.
2015-01-22 23:57:50:447 - info: [debug] Pushing command to appium work queue: ["getDataDir",{}]
2015-01-22 23:57:50:450 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"getDataDir","params":{}}
2015-01-22 23:57:50:451 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:50:451 - info: [debug] [BOOTSTRAP] [debug] Got command action: getDataDir
2015-01-22 23:57:50:452 - info: [debug] dataDir set to: /data/local/tmp
2015-01-22 23:57:50:453 - info: [debug] Pushing command to appium work queue: ["compressedLayoutHierarchy",{"compressLayout":false}]
2015-01-22 23:57:50:454 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"\/data\/local\/tmp","status":0}
2015-01-22 23:57:50:457 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"compressedLayoutHierarchy","params":{"compressLayout":false}}
2015-01-22 23:57:50:458 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:50:458 - info: [debug] [BOOTSTRAP] [debug] Got command action: compressedLayoutHierarchy
2015-01-22 23:57:50:459 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":false,"status":0}
2015-01-22 23:57:50:460 - info: [debug] Getting device API level
2015-01-22 23:57:50:461 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "getprop ro.build.version.sdk"
2015-01-22 23:57:50:487 - info: [debug] Device is at API Level 19
2015-01-22 23:57:50:489 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "am start -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -n com.medallia.mobile/com.medallia.mobile.ui.LauncherActivity
"
2015-01-22 23:57:51:398 - info: [debug] Waiting for pkg "com.medallia.mobile" and activity "com.medallia.mobile.ui.LauncherActivity
" to be focused
2015-01-22 23:57:51:399 - info: [debug] Getting focused package and activity
2015-01-22 23:57:51:399 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "dumpsys window windows"
2015-01-22 23:57:51:466 - info: [debug] Device launched! Ready for commands
2015-01-22 23:57:51:466 - info: [debug] Setting command timeout to the default of 7200 secs
2015-01-22 23:57:51:467 - info: [debug] Appium session started with sessionId f8daa97e-f6d3-4a85-98ed-efb2dd49b15e
2015-01-22 23:57:51:468 - info: <-- POST /wd/hub/session 303 19373.849 ms - 9
2015-01-22 23:57:51:489 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e {}
2015-01-22 23:57:51:491 - info: [debug] Responding to client with success: {"status":0,"value":{"platform":"LINUX","browserName":"Android","platformVersion":"4.1","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"/Users/david/tmp/apks/android-debug.apk","platformName":"Android","deviceName":"Android","app-package":"com.medallia.mobile","app-activity":".ui.LauncherActivity","udid":"06260df4344be093","version":"4.4"},"app":"/Users/david/tmp/apks/android-debug.apk","platformName":"Android","deviceName":"Android","app-package":"com.medallia.mobile","app-activity":".ui.LauncherActivity","udid":"06260df4344be093","version":"4.4"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:51:492 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e 200 2.725 ms - 751 {"status":0,"value":{"platform":"LINUX","browserName":"Android","platformVersion":"4.1","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"/Users/david/tmp/apks/android-debug.apk","platformName":"Android","deviceName":"Android","app-package":"com.medallia.mobile","app-activity":".ui.LauncherActivity","udid":"06260df4344be093","version":"4.4"},"app":"/Users/david/tmp/apks/android-debug.apk","platformName":"Android","deviceName":"Android","app-package":"com.medallia.mobile","app-activity":".ui.LauncherActivity","udid":"06260df4344be093","version":"4.4"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:51:574 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:57:51:575 - info: [debug] Getting a list of available webviews
2015-01-22 23:57:51:576 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:57:51:616 - info: [debug] Available contexts:
2015-01-22 23:57:51:616 - info: [debug] []
2015-01-22 23:57:51:617 - info: [debug] Available contexts: NATIVE_APP
2015-01-22 23:57:51:617 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:51:618 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 44.443 ms - 86 {"status":0,"value":["NATIVE_APP"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:51:626 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:57:51:626 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:51:627 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.522 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:51:638 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"xpath","value":"//*[@id=\"company\"]"}
2015-01-22 23:57:51:639 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:57:51:641 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"xpath","selector":"//*[@id=\"company\"]","context":"","multiple":false}]
2015-01-22 23:57:51:647 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//*[@id=\"company\"]","context":"","multiple":false}}
2015-01-22 23:57:51:647 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:51:647 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:57:51:647 - info: [debug] [BOOTSTRAP] [debug] Finding //*[@id="company"] using XPATH with the contextId: multiple: false
2015-01-22 23:57:51:652 - info: [debug] [UIAUTOMATOR STDOUT] java.io.FileNotFoundException: /data/local/tmp/local/tmp/dump.xml: open failed: ENOENT (No such file or directory)
2015-01-22 23:57:51:653 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.IoBridge.open(IoBridge.java:409)
2015-01-22 23:57:51:653 - info: [debug] [UIAUTOMATOR STDOUT] at java.io.FileInputStream.<init>(FileInputStream.java:78)
2015-01-22 23:57:51:677 - info: [debug] [UIAUTOMATOR STDOUT] at java.io.FileReader.<init>(FileReader.java:42)
2015-01-22 23:57:51:677 - info: [debug] [UIAUTOMATOR STDOUT] at
2015-01-22 23:57:51:678 - info: [debug] [UIAUTOMATOR STDOUT] io.appium.android.bootstrap.utils.XMLHierarchy.getRawXMLHierarchy(XMLHierarchy.java:88)
2015-01-22 23:57:51:678 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getFormattedXMLDoc(XMLHierarchy.java:96)
2015-01-22 23:57:51:678 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getClassInstancePairs(XMLHierarchy.java:39)
2015-01-22 23:57:51:678 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.getXPathSelectors(Find.java:316)
2015-01-22 23:57:51:678 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.getSelectors(Find.java:207)
2015-01-22 23:57:51:680 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.execute(Find.java:84)
2015-01-22 23:57:51:680 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.AndroidCommandExecutor.execute(AndroidCommandExecutor.java:64)
2015-01-22 23:57:51:680 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.runCommand(SocketServer.java:168)
2015-01-22 23:57:51:680 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.handleClientData(SocketServer.java:89)
2015-01-22 23:57:51:680 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.listenForever(SocketServer.java:133)
2015-01-22 23:57:51:680 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.Bootstrap.testRunServer(Bootstrap.java:16)
2015-01-22 23:57:51:680 - info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invokeNative(Native Method)
2015-01-22 23:57:51:680 - info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invoke(Method.java:515)
2015-01-22 23:57:51:681 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runTest(TestCase.java:168)
2015-01-22 23:57:51:681 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runBare(TestCase.java:134)
2015-01-22 23:57:51:681 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult$1.protect(TestResult.java:115)
2015-01-22 23:57:51:681 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.runProtected(TestResult.java:133)
2015-01-22 23:57:51:681 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.run(TestResult.java:118)
2015-01-22 23:57:51:681 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.run(TestCase.java:124)
2015-01-22 23:57:51:681 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.start(UiAutomatorTestRunner.java:160)
2015-01-22 23:57:51:681 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.run(UiAutomatorTestRunner.java:96)
2015-01-22 23:57:51:681 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.RunTestCommand.run(RunTestCommand.java:91)
2015-01-22 23:57:51:682 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.Launcher.main(Launcher.java:83)
2015-01-22 23:57:51:682 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
2015-01-22 23:57:51:682 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:243)
2015-01-22 23:57:51:682 - info: [debug] [UIAUTOMATOR STDOUT] at dalvik.system.NativeStart.main(Native Method)
2015-01-22 23:57:51:682 - info: [debug] [UIAUTOMATOR STDOUT] Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
2015-01-22 23:57:51:682 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.Posix.open(Native Method)
2015-01-22 23:57:51:682 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
2015-01-22 23:57:51:682 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.IoBridge.open(IoBridge.java:393)
2015-01-22 23:57:51:682 - info: [debug] [UIAUTOMATOR STDOUT] ... 28 more
2015-01-22 23:57:51:683 - info: [debug] [BOOTSTRAP] [debug] Command returned error:java.lang.RuntimeException: Failed to Dump Window Hierarchy
2015-01-22 23:57:51:683 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"Failed to Dump Window Hierarchy","status":13}
2015-01-22 23:57:51:683 - info: [debug] Condition unmet after 43ms. Timing out.
2015-01-22 23:57:51:684 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command.","origValue":"Failed to Dump Window Hierarchy"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:51:684 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 46.867 ms - 200
2015-01-22 23:57:52:198 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"xpath","value":"//*[@id=\"company\"]"}
2015-01-22 23:57:52:198 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:57:52:198 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"xpath","selector":"//*[@id=\"company\"]","context":"","multiple":false}]
2015-01-22 23:57:52:203 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//*[@id=\"company\"]","context":"","multiple":false}}
2015-01-22 23:57:52:203 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:52:203 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:57:52:204 - info: [debug] [BOOTSTRAP] [debug] Finding //*[@id="company"] using XPATH with the contextId: multiple: false
2015-01-22 23:57:52:209 - info: [debug] [UIAUTOMATOR STDOUT] java.io.FileNotFoundException: /data/local/tmp/local/tmp/dump.xml: open failed: ENOENT (No such file or directory)
2015-01-22 23:57:52:209 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.IoBridge.open(IoBridge.java:409)
2015-01-22 23:57:52:209 - info: [debug] [UIAUTOMATOR STDOUT] at java.io.FileInputStream.<init>(FileInputStream.java:78)
2015-01-22 23:57:52:210 - info: [debug] [UIAUTOMATOR STDOUT] at java.io.FileReader.<init>(FileReader.java:42)
2015-01-22 23:57:52:210 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getRawXMLHierarchy(XMLHierarchy.java:88)
2015-01-22 23:57:52:210 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getFormattedXMLDoc(XMLHierarchy.java:96)
2015-01-22 23:57:52:210 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getClassInstancePairs(XMLHierarchy.java:39)
2015-01-22 23:57:52:210 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.getXPathSelectors(Find.java:316)
2015-01-22 23:57:52:210 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.getSelectors(Find.java:207)
2015-01-22 23:57:52:210 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.execute(Find.java:84)
2015-01-22 23:57:52:211 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.AndroidCommandExecutor.execute(AndroidCommandExecutor.java:64)
2015-01-22 23:57:52:211 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.runCommand(SocketServer.java:168)
2015-01-22 23:57:52:211 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.handleClientData(SocketServer.java:89)
2015-01-22 23:57:52:211 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.listenForever(SocketServer.java:133)
2015-01-22 23:57:52:211 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.Bootstrap.testRunServer(Bootstrap.java:16)
2015-01-22 23:57:52:211 - info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invokeNative(Native Method)
2015-01-22 23:57:52:211 - info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invoke(Method.java:515)
2015-01-22 23:57:52:211 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runTest(TestCase.java:168)
2015-01-22 23:57:52:211 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runBare(TestCase.java:134)
2015-01-22 23:57:52:212 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult$1.protect(TestResult.java:115)
2015-01-22 23:57:52:212 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.runProtected(TestResult.java:133)
2015-01-22 23:57:52:212 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.run(TestResult.java:118)
2015-01-22 23:57:52:212 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.run(TestCase.java:124)
2015-01-22 23:57:52:212 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.start(UiAutomatorTestRunner.java:160)
2015-01-22 23:57:52:212 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.run(UiAutomatorTestRunner.java:96)
2015-01-22 23:57:52:212 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.RunTestCommand.run(RunTestCommand.java:91)
2015-01-22 23:57:52:213 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.Launcher.main(Launcher.java:83)
2015-01-22 23:57:52:213 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
2015-01-22 23:57:52:213 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:243)
2015-01-22 23:57:52:213 - info: [debug] [UIAUTOMATOR STDOUT] at dalvik.system.NativeStart.main(Native Method)
2015-01-22 23:57:52:213 - info: [debug] [UIAUTOMATOR STDOUT] Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
2015-01-22 23:57:52:213 - info: [debug] [UIAUTOMATOR STDOUT] at
2015-01-22 23:57:52:214 - info: [debug] [UIAUTOMATOR STDOUT] libcore.io.Posix.open(Native Method)
2015-01-22 23:57:52:214 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
2015-01-22 23:57:52:214 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.IoBridge.open(IoBridge.java:393)
2015-01-22 23:57:52:214 - info: [debug] [UIAUTOMATOR STDOUT] ... 28 more
2015-01-22 23:57:52:214 - info: [debug] [BOOTSTRAP] [debug] Command returned error:java.lang.RuntimeException: Failed to Dump Window Hierarchy
2015-01-22 23:57:52:215 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"Failed to Dump Window Hierarchy","status":13}
2015-01-22 23:57:52:216 - info: [debug] Condition unmet after 18ms. Timing out.
2015-01-22 23:57:52:216 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command.","origValue":"Failed to Dump Window Hierarchy"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:52:217 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 19.106 ms - 200
2015-01-22 23:57:52:725 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"xpath","value":"//*[@id=\"company\"]"}
2015-01-22 23:57:52:725 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:57:52:726 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"xpath","selector":"//*[@id=\"company\"]","context":"","multiple":false}]
2015-01-22 23:57:52:731 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//*[@id=\"company\"]","context":"","multiple":false}}
2015-01-22 23:57:52:731 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:52:732 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:57:52:732 - info: [debug] [BOOTSTRAP] [debug] Finding //*[@id="company"] using XPATH with the contextId: multiple: false
2015-01-22 23:57:52:736 - info: [debug] [UIAUTOMATOR STDOUT] java.io.FileNotFoundException: /data/local/tmp/local/tmp/dump.xml: open failed: ENOENT (No such file or directory)
2015-01-22 23:57:52:736 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.IoBridge.open(IoBridge.java:409)
2015-01-22 23:57:52:737 - info: [debug] [UIAUTOMATOR STDOUT] at java.io.FileInputStream.<init>(FileInputStream.java:78)
2015-01-22 23:57:52:737 - info: [debug] [UIAUTOMATOR STDOUT] at java.io.FileReader.<init>(FileReader.java:42)
2015-01-22 23:57:52:737 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getRawXMLHierarchy(XMLHierarchy.java:88)
2015-01-22 23:57:52:737 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getFormattedXMLDoc(XMLHierarchy.java:96)
2015-01-22 23:57:52:738 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getClassInstancePairs(XMLHierarchy.java:39)
2015-01-22 23:57:52:738 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.getXPathSelectors(Find.java:316)
2015-01-22 23:57:52:739 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.getSelectors(Find.java:207)
2015-01-22 23:57:52:740 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.execute(Find.java:84)
2015-01-22 23:57:52:740 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.AndroidCommandExecutor.execute(AndroidCommandExecutor.java:64)
2015-01-22 23:57:52:740 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.runCommand(SocketServer.java:168)
2015-01-22 23:57:52:740 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.handleClientData(SocketServer.java:89)
2015-01-22 23:57:52:740 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.listenForever(SocketServer.java:133)
2015-01-22 23:57:52:740 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.Bootstrap.testRunServer(Bootstrap.java:16)
2015-01-22 23:57:52:741 - info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invokeNative(Native Method)
2015-01-22 23:57:52:741 - info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invoke(Method.java:515)
2015-01-22 23:57:52:741 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runTest(TestCase.java:168)
2015-01-22 23:57:52:741 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runBare(TestCase.java:134)
2015-01-22 23:57:52:741 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult$1.protect(TestResult.java:115)
2015-01-22 23:57:52:741 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.runProtected(TestResult.java:133)
2015-01-22 23:57:52:741 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.run(TestResult.java:118)
2015-01-22 23:57:52:741 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.run(TestCase.java:124)
2015-01-22 23:57:52:742 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.start(UiAutomatorTestRunner.java:160)
2015-01-22 23:57:52:742 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.run(UiAutomatorTestRunner.java:96)
2015-01-22 23:57:52:742 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.RunTestCommand.run(RunTestCommand.java:91)
2015-01-22 23:57:52:742 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.Launcher.main(Launcher.java:83)
2015-01-22 23:57:52:742 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
2015-01-22 23:57:52:742 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:243)
2015-01-22 23:57:52:743 - info: [debug] [UIAUTOMATOR STDOUT] at dalvik.system.NativeStart.main(Native Method)
2015-01-22 23:57:52:743 - info: [debug] [UIAUTOMATOR STDOUT] Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
2015-01-22 23:57:52:743 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.Posix.open(Native Method)
2015-01-22 23:57:52:743 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
2015-01-22 23:57:52:743 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.IoBridge.open(IoBridge.java:393)
2015-01-22 23:57:52:743 - info: [debug] [UIAUTOMATOR STDOUT] ... 28 more
2015-01-22 23:57:52:743 - info: [debug] [BOOTSTRAP] [debug] Command returned error:java.lang.RuntimeException: Failed to Dump Window Hierarchy
2015-01-22 23:57:52:744 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"Failed to Dump Window Hierarchy","status":13}
2015-01-22 23:57:52:744 - info: [debug] Condition unmet after 18ms. Timing out.
2015-01-22 23:57:52:744 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command.","origValue":"Failed to Dump Window Hierarchy"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:52:745 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 20.115 ms - 200
2015-01-22 23:57:53:253 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"xpath","value":"//*[@id=\"company\"]"}
2015-01-22 23:57:53:253 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:57:53:253 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"xpath","selector":"//*[@id=\"company\"]","context":"","multiple":false}]
2015-01-22 23:57:53:257 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//*[@id=\"company\"]","context":"","multiple":false}}
2015-01-22 23:57:53:257 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:53:257 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:57:53:257 - info: [debug] [BOOTSTRAP] [debug] Finding //*[@id="company"] using XPATH with the contextId: multiple: false
2015-01-22 23:57:53:261 - info: [debug] [UIAUTOMATOR STDOUT] java.io.FileNotFoundException: /data/local/tmp/local/tmp/dump.xml: open failed: ENOENT (No such file or directory)
2015-01-22 23:57:53:261 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.IoBridge.open(IoBridge.java:409)
2015-01-22 23:57:53:261 - info: [debug] [UIAUTOMATOR STDOUT] at java.io.FileInputStream.<init>(FileInputStream.java:78)
2015-01-22 23:57:53:262 - info: [debug] [UIAUTOMATOR STDOUT] at java.io.FileReader.<init>(FileReader.java:42)
2015-01-22 23:57:53:262 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getRawXMLHierarchy(XMLHierarchy.java:88)
2015-01-22 23:57:53:262 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getFormattedXMLDoc(XMLHierarchy.java:96)
2015-01-22 23:57:53:262 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getClassInstancePairs(XMLHierarchy.java:39)
2015-01-22 23:57:53:262 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.getXPathSelectors(Find.java:316)
2015-01-22 23:57:53:262 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.getSelectors(Find.java:207)
2015-01-22 23:57:53:263 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.execute(Find.java:84)
2015-01-22 23:57:53:263 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.AndroidCommandExecutor.execute(AndroidCommandExecutor.java:64)
2015-01-22 23:57:53:263 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.runCommand(SocketServer.java:168)
2015-01-22 23:57:53:263 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.handleClientData(SocketServer.java:89)
2015-01-22 23:57:53:263 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.listenForever(SocketServer.java:133)
2015-01-22 23:57:53:263 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.Bootstrap.testRunServer(Bootstrap.java:16)
2015-01-22 23:57:53:264 - info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invokeNative(Native Method)
2015-01-22 23:57:53:264 - info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invoke(Method.java:515)
2015-01-22 23:57:53:265 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runTest(TestCase.java:168)
2015-01-22 23:57:53:265 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runBare(TestCase.java:134)
2015-01-22 23:57:53:265 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult$1.protect(TestResult.java:115)
2015-01-22 23:57:53:265 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.runProtected(TestResult.java:133)
2015-01-22 23:57:53:265 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.run(TestResult.java:118)
2015-01-22 23:57:53:265 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.run(TestCase.java:124)
2015-01-22 23:57:53:265 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.start(UiAutomatorTestRunner.java:160)
2015-01-22 23:57:53:265 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.run(UiAutomatorTestRunner.java:96)
2015-01-22 23:57:53:266 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.RunTestCommand.run(RunTestCommand.java:91)
2015-01-22 23:57:53:266 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.Launcher.main(Launcher.java:83)
2015-01-22 23:57:53:266 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
2015-01-22 23:57:53:266 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:243)
2015-01-22 23:57:53:266 - info: [debug] [UIAUTOMATOR STDOUT] at dalvik.system.NativeStart.main(Native Method)
2015-01-22 23:57:53:266 - info: [debug] [UIAUTOMATOR STDOUT] Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
2015-01-22 23:57:53:267 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.Posix.open(Native Method)
2015-01-22 23:57:53:267 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
2015-01-22 23:57:53:267 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.IoBridge.open(IoBridge.java:393)
2015-01-22 23:57:53:267 - info: [debug] [UIAUTOMATOR STDOUT] ... 28 more
2015-01-22 23:57:53:267 - info: [debug] [BOOTSTRAP] [debug] Command returned error:java.lang.RuntimeException: Failed to Dump Window Hierarchy
2015-01-22 23:57:53:267 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"Failed to Dump Window Hierarchy","status":13}
2015-01-22 23:57:53:267 - info: [debug] Condition unmet after 14ms. Timing out.
2015-01-22 23:57:53:268 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command.","origValue":"Failed to Dump Window Hierarchy"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:53:268 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 15.273 ms - 200
2015-01-22 23:57:53:776 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"xpath","value":"//*[@id=\"company\"]"}
2015-01-22 23:57:53:777 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:57:53:777 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"xpath","selector":"//*[@id=\"company\"]","context":"","multiple":false}]
2015-01-22 23:57:53:781 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"xpath","selector":"//*[@id=\"company\"]","context":"","multiple":false}}
2015-01-22 23:57:53:781 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:53:781 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:57:53:781 - info: [debug] [BOOTSTRAP] [debug] Finding //*[@id="company"] using XPATH with the contextId: multiple: false
2015-01-22 23:57:53:788 - info: [debug] [UIAUTOMATOR STDOUT] java.io.FileNotFoundException: /data/local/tmp/local/tmp/dump.xml: open failed: ENOENT (No such file or directory)
2015-01-22 23:57:53:788 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.IoBridge.open(IoBridge.java:409)
2015-01-22 23:57:53:789 - info: [debug] [UIAUTOMATOR STDOUT] at java.io.FileInputStream.<init>(FileInputStream.java:78)
2015-01-22 23:57:53:789 - info: [debug] [UIAUTOMATOR STDOUT] at java.io.FileReader.<init>(FileReader.java:42)
2015-01-22 23:57:53:789 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getRawXMLHierarchy(XMLHierarchy.java:88)
2015-01-22 23:57:53:789 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getFormattedXMLDoc(XMLHierarchy.java:96)
2015-01-22 23:57:53:789 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.utils.XMLHierarchy.getClassInstancePairs(XMLHierarchy.java:39)
2015-01-22 23:57:53:789 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.getXPathSelectors(Find.java:316)
2015-01-22 23:57:53:789 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.getSelectors(Find.java:207)
2015-01-22 23:57:53:790 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.handler.Find.execute(Find.java:84)
2015-01-22 23:57:53:790 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.AndroidCommandExecutor.execute(AndroidCommandExecutor.java:64)
2015-01-22 23:57:53:790 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.runCommand(SocketServer.java:168)
2015-01-22 23:57:53:790 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.handleClientData(SocketServer.java:89)
2015-01-22 23:57:53:790 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.SocketServer.listenForever(SocketServer.java:133)
2015-01-22 23:57:53:790 - info: [debug] [UIAUTOMATOR STDOUT] at io.appium.android.bootstrap.Bootstrap.testRunServer(Bootstrap.java:16)
2015-01-22 23:57:53:790 - info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invokeNative(Native Method)
2015-01-22 23:57:53:791 - info: [debug] [UIAUTOMATOR STDOUT] at java.lang.reflect.Method.invoke(Method.java:515)
2015-01-22 23:57:53:791 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runTest(TestCase.java:168)
2015-01-22 23:57:53:791 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.runBare(TestCase.java:134)
2015-01-22 23:57:53:791 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult$1.protect(TestResult.java:115)
2015-01-22 23:57:53:791 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.runProtected(TestResult.java:133)
2015-01-22 23:57:53:792 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestResult.run(TestResult.java:118)
2015-01-22 23:57:53:792 - info: [debug] [UIAUTOMATOR STDOUT] at junit.framework.TestCase.run(TestCase.java:124)
2015-01-22 23:57:53:792 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.start(UiAutomatorTestRunner.java:160)
2015-01-22 23:57:53:792 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.uiautomator.testrunner.UiAutomatorTestRunner.run(UiAutomatorTestRunner.java:96)
2015-01-22 23:57:53:792 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.RunTestCommand.run(RunTestCommand.java:91)
2015-01-22 23:57:53:792 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.commands.uiautomator.Launcher.main(Launcher.java:83)
2015-01-22 23:57:53:792 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
2015-01-22 23:57:53:793 - info: [debug] [UIAUTOMATOR STDOUT] at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:243)
2015-01-22 23:57:53:793 - info: [debug] [UIAUTOMATOR STDOUT] at dalvik.system.NativeStart.main(Native Method)
2015-01-22 23:57:53:793 - info: [debug] [UIAUTOMATOR STDOUT] Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
2015-01-22 23:57:53:794 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.Posix.open(Native Method)
2015-01-22 23:57:53:794 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
2015-01-22 23:57:53:794 - info: [debug] [UIAUTOMATOR STDOUT] at libcore.io.IoBridge.open(IoBridge.java:393)
2015-01-22 23:57:53:796 - info: [debug] [UIAUTOMATOR STDOUT] ... 28 more
2015-01-22 23:57:53:797 - info: [debug] [BOOTSTRAP] [debug] Command returned error:java.lang.RuntimeException: Failed to Dump Window Hierarchy
2015-01-22 23:57:53:797 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"Failed to Dump Window Hierarchy","status":13}
2015-01-22 23:57:53:798 - info: [debug] Condition unmet after 21ms. Timing out.
2015-01-22 23:57:53:798 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command.","origValue":"Failed to Dump Window Hierarchy"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:53:798 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 22.494 ms - 200
2015-01-22 23:57:53:809 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:57:53:809 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:53:810 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.363 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:53:814 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:57:53:814 - info: [debug] Getting a list of available webviews
2015-01-22 23:57:53:815 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:57:53:858 - info: [debug] Available contexts: NATIVE_APP
2015-01-22 23:57:53:858 - info: [debug] []
2015-01-22 23:57:53:858 - info: [debug] Available contexts: NATIVE_APP
2015-01-22 23:57:53:858 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:53:859 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 45.201 ms - 86 {"status":0,"value":["NATIVE_APP"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:53:863 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"NATIVE_APP"}
2015-01-22 23:57:53:864 - info: [debug] Getting a list of available webviews
2015-01-22 23:57:53:864 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:57:53:897 - info: [debug] Available contexts: NATIVE_APP
2015-01-22 23:57:53:898 - info: [debug] []
2015-01-22 23:57:53:898 - info: [debug] Available contexts: NATIVE_APP
2015-01-22 23:57:53:898 - info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:53:899 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 35.917 ms - 76 {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:53:906 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"id","value":"android.R.id:home"}
2015-01-22 23:57:53:907 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:57:53:907 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}]
2015-01-22 23:57:53:910 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}}
2015-01-22 23:57:53:910 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:53:910 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:57:53:911 - info: [debug] [BOOTSTRAP] [debug] Finding android.R.id:home using ID with the contextId: multiple: false
2015-01-22 23:57:53:911 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=android.R.id:home, INSTANCE=0]
2015-01-22 23:57:55:499 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"No element found","status":7}
2015-01-22 23:57:55:500 - info: [debug] Condition unmet after 1592ms. Timing out.
2015-01-22 23:57:55:500 - info: [debug] Responding to client with error: {"status":7,"value":{"message":"An element could not be located on the page using the given search parameters.","origValue":"No element found"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:55:500 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 1593.998 ms - 195
2015-01-22 23:57:56:009 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"id","value":"android.R.id:home"}
2015-01-22 23:57:56:010 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:57:56:010 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}]
2015-01-22 23:57:56:014 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}}
2015-01-22 23:57:56:014 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:56:014 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:57:56:014 - info: [debug] [BOOTSTRAP] [debug] Finding android.R.id:home using ID with the contextId: multiple: false
2015-01-22 23:57:56:015 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=android.R.id:home, INSTANCE=0]
2015-01-22 23:57:56:060 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"No element found","status":7}
2015-01-22 23:57:56:061 - info: [debug] Condition unmet after 50ms. Timing out.
2015-01-22 23:57:56:061 - info: [debug] Responding to client with error: {"status":7,"value":{"message":"An element could not be located on the page using the given search parameters.","origValue":"No element found"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:56:061 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 51.840 ms - 195
2015-01-22 23:57:56:569 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"id","value":"android.R.id:home"}
2015-01-22 23:57:56:569 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:57:56:570 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}]
2015-01-22 23:57:56:573 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}}
2015-01-22 23:57:56:573 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:56:573 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:57:56:573 - info: [debug] [BOOTSTRAP] [debug] Finding android.R.id:home using ID with the contextId: multiple: false
2015-01-22 23:57:56:574 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=android.R.id:home, INSTANCE=0]
2015-01-22 23:57:56:585 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"No element found","status":7}
2015-01-22 23:57:56:586 - info: [debug] Condition unmet after 16ms. Timing out.
2015-01-22 23:57:56:586 - info: [debug] Responding to client with error: {"status":7,"value":{"message":"An element could not be located on the page using the given search parameters.","origValue":"No element found"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:56:586 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 17.747 ms - 195
2015-01-22 23:57:57:095 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"id","value":"android.R.id:home"}
2015-01-22 23:57:57:095 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:57:57:095 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}]
2015-01-22 23:57:57:098 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}}
2015-01-22 23:57:57:101 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:57:101 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:57:57:102 - info: [debug] [BOOTSTRAP] [debug] Finding android.R.id:home using ID with the contextId: multiple: false
2015-01-22 23:57:57:102 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=android.R.id:home, INSTANCE=0]
2015-01-22 23:57:57:111 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"No element found","status":7}
2015-01-22 23:57:57:111 - info: [debug] Condition unmet after 16ms. Timing out.
2015-01-22 23:57:57:112 - info: [debug] Responding to client with error: {"status":7,"value":{"message":"An element could not be located on the page using the given search parameters.","origValue":"No element found"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:57:112 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 17.543 ms - 195
2015-01-22 23:57:57:620 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"id","value":"android.R.id:home"}
2015-01-22 23:57:57:620 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:57:57:620 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}]
2015-01-22 23:57:57:624 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}}
2015-01-22 23:57:57:624 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:57:57:624 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:57:57:624 - info: [debug] [BOOTSTRAP] [debug] Finding android.R.id:home using ID with the contextId: multiple: false
2015-01-22 23:57:57:624 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=android.R.id:home, INSTANCE=0]
2015-01-22 23:57:57:818 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"No element found","status":7}
2015-01-22 23:57:57:819 - info: [debug] Condition unmet after 199ms. Timing out.
2015-01-22 23:57:57:819 - info: [debug] Responding to client with error: {"status":7,"value":{"message":"An element could not be located on the page using the given search parameters.","origValue":"No element found"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:57:819 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 199.814 ms - 195
2015-01-22 23:57:58:833 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:57:58:833 - info: [debug] Getting a list of available webviews
2015-01-22 23:57:58:833 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:57:58:866 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:57:58:867 - info: [debug] Getting process name for webview
2015-01-22 23:57:58:867 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:57:58:922 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:57:58:922 - info: [debug] from: u0_a278,27677,182,1038980,72500,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:57:58:922 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:57:58:923 - info: [debug] Available contexts: NATIVE_APP
2015-01-22 23:57:58:923 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:57:58:923 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:57:58:923 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:58:924 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 90.965 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:58:929 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:57:58:929 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:58:929 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.900 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:58:934 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:57:58:934 - info: [debug] Getting a list of available webviews
2015-01-22 23:57:58:934 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:57:58:971 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:57:58:971 - info: [debug] Getting process name for webview
2015-01-22 23:57:58:971 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:57:59:031 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:57:59:032 - info: [debug] from: u0_a278,27677,182,1038980,72500,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:57:59:032 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:57:59:032 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:57:59:032 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:57:59:032 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:57:59:033 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:57:59:033 - info: [debug] Creating Chrome session
2015-01-22 23:57:59:034 - info: [debug] Set chromedriver binary as: /Applications/Appium.app/Contents/Resources/node_modules/appium/build/chromedriver/mac/chromedriver
2015-01-22 23:57:59:035 - info: [debug] Ensuring Chromedriver exists
2015-01-22 23:57:59:035 - info: [debug] Killing any old chromedrivers, running: ps -ef | grep /Applications/Appium.app/Contents/Resources/node_modules/appium/build/chromedriver/mac/chromedriver | grep -v grep |grep -e '--port=9515\(\s.*\)\?$' | awk '{ print $2 }' | xargs kill -15
2015-01-22 23:57:59:071 - info: [debug] Successfully cleaned up old chromedrivers
2015-01-22 23:57:59:072 - info: [debug] Spawning chromedriver with: /Applications/Appium.app/Contents/Resources/node_modules/appium/build/chromedriver/mac/chromedriver
2015-01-22 23:57:59:097 - info: [debug] [CHROMEDRIVER] Starting ChromeDriver 2.12.303428 (64ccf236e6657cf0a85506c56d4ba226fdea4765) on port 9515
Only local connections are allowed.
2015-01-22 23:57:59:098 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session","method":"POST","json":{"sessionId":null,"desiredCapabilities":{"chromeOptions":{"androidPackage":"com.medallia.mobile","androidUseRunningApp":true,"androidDeviceSerial":"06260df4344be093"}}}}
2015-01-22 23:57:59:732 - info: [debug] Successfully started chrome session 5c921960df5719c365c5be70f7695541
2015-01-22 23:57:59:732 - info: [debug] Setting proxy session id to 5c921960df5719c365c5be70f7695541
2015-01-22 23:57:59:733 - info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:59:733 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 799.626 ms - 76 {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:59:739 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"xpath","value":"//*[@id=\"company\"]"}
2015-01-22 23:57:59:740 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:57:59:740 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element","method":"POST","json":{"using":"xpath","value":"//*[@id=\"company\"]"}}
2015-01-22 23:57:59:870 - info: [debug] Proxied response received with status 200: {"sessionId":"5c921960df5719c365c5be70f7695541","status":0,"value":{"ELEMENT":"0.8177384089212865-1"}}
2015-01-22 23:57:59:872 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 200 131.957 ms - 102
2015-01-22 23:57:59:884 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-1/displayed {}
2015-01-22 23:57:59:884 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:57:59:884 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element/0.8177384089212865-1/displayed","method":"GET"}
2015-01-22 23:57:59:950 - info: [debug] Proxied response received with status 200: "{\"sessionId\":\"5c921960df5719c365c5be70f7695541\",\"status\":0,\"value\":true}"
2015-01-22 23:57:59:950 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-1/displayed 200 66.646 ms - 72
2015-01-22 23:57:59:957 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:57:59:958 - info: [debug] Responding to client with success: {"status":0,"value":"WEBVIEW_com.medallia.mobile","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:59:958 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.403 ms - 101 {"status":0,"value":"WEBVIEW_com.medallia.mobile","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:57:59:962 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:57:59:963 - info: [debug] Getting a list of available webviews
2015-01-22 23:57:59:963 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:00:003 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:00:004 - info: [debug] Getting process name for webview
2015-01-22 23:58:00:004 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:00:052 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:00:052 - info: [debug] from: u0_a278,27677,182,1049256,74556,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:00:052 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:00:052 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:00:052 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:00:052 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:00:053 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:00:054 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 91.146 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:00:059 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"NATIVE_APP"}
2015-01-22 23:58:00:059 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:00:059 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:00:095 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:00:096 - info: [debug] Getting process name for webview
2015-01-22 23:58:00:096 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:00:156 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:00:156 - info: [debug] from: u0_a278,27677,182,1049256,74556,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:00:156 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:00:156 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:00:157 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:00:157 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:00:157 - info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:00:157 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 99.002 ms - 76 {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:00:163 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"id","value":"android.R.id:home"}
2015-01-22 23:58:00:163 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:58:00:163 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}]
2015-01-22 23:58:00:167 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}}
2015-01-22 23:58:00:167 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:00:167 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:58:00:167 - info: [debug] [BOOTSTRAP] [debug] Finding android.R.id:home using ID with the contextId: multiple: false
2015-01-22 23:58:00:167 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=android.R.id:home, INSTANCE=0]
2015-01-22 23:58:00:697 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"No element found","status":7}
2015-01-22 23:58:00:698 - info: [debug] Condition unmet after 535ms. Timing out.
2015-01-22 23:58:00:698 - info: [debug] Responding to client with error: {"status":7,"value":{"message":"An element could not be located on the page using the given search parameters.","origValue":"No element found"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:00:698 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 535.838 ms - 195
2015-01-22 23:58:01:207 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"id","value":"android.R.id:home"}
2015-01-22 23:58:01:207 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:58:01:209 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}]
2015-01-22 23:58:01:212 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}}
2015-01-22 23:58:01:212 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:01:212 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:58:01:212 - info: [debug] [BOOTSTRAP] [debug] Finding android.R.id:home using ID with the contextId: multiple: false
2015-01-22 23:58:01:213 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=android.R.id:home, INSTANCE=0]
2015-01-22 23:58:01:222 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"No element found","status":7}
2015-01-22 23:58:01:223 - info: [debug] Condition unmet after 16ms. Timing out.
2015-01-22 23:58:01:223 - info: [debug] Responding to client with error: {"status":7,"value":{"message":"An element could not be located on the page using the given search parameters.","origValue":"No element found"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:01:223 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 16.313 ms - 195
2015-01-22 23:58:01:731 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"id","value":"android.R.id:home"}
2015-01-22 23:58:01:732 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:58:01:732 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}]
2015-01-22 23:58:01:737 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}}
2015-01-22 23:58:01:737 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:01:738 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:58:01:738 - info: [debug] [BOOTSTRAP] [debug] Finding android.R.id:home using ID with the contextId: multiple: false
2015-01-22 23:58:01:738 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=android.R.id:home, INSTANCE=0]
2015-01-22 23:58:01:822 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"No element found","status":7}
2015-01-22 23:58:01:822 - info: [debug] Condition unmet after 90ms. Timing out.
2015-01-22 23:58:01:823 - info: [debug] Responding to client with error: {"status":7,"value":{"message":"An element could not be located on the page using the given search parameters.","origValue":"No element found"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:01:823 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 91.677 ms - 195
2015-01-22 23:58:02:332 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"id","value":"android.R.id:home"}
2015-01-22 23:58:02:332 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:58:02:332 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}]
2015-01-22 23:58:02:336 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}}
2015-01-22 23:58:02:336 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:02:336 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:58:02:337 - info: [debug] [BOOTSTRAP] [debug] Finding android.R.id:home using ID with the contextId: multiple: false
2015-01-22 23:58:02:337 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=android.R.id:home, INSTANCE=0]
2015-01-22 23:58:02:351 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"No element found","status":7}
2015-01-22 23:58:02:352 - info: [debug] Condition unmet after 19ms. Timing out.
2015-01-22 23:58:02:352 - info: [debug] Responding to client with error: {"status":7,"value":{"message":"An element could not be located on the page using the given search parameters.","origValue":"No element found"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:02:353 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 21.152 ms - 195
2015-01-22 23:58:02:861 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"id","value":"android.R.id:home"}
2015-01-22 23:58:02:863 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:58:02:863 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}]
2015-01-22 23:58:02:867 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"id","selector":"android.R.id:home","context":"","multiple":false}}
2015-01-22 23:58:02:867 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:02:867 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:58:02:867 - info: [debug] [BOOTSTRAP] [debug] Finding android.R.id:home using ID with the contextId: multiple: false
2015-01-22 23:58:02:867 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=android.R.id:home, INSTANCE=0]
2015-01-22 23:58:02:884 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"No element found","status":7}
2015-01-22 23:58:02:884 - info: [debug] Condition unmet after 21ms. Timing out.
2015-01-22 23:58:02:884 - info: [debug] Responding to client with error: {"status":7,"value":{"message":"An element could not be located on the page using the given search parameters.","origValue":"No element found"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:02:885 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 500 23.527 ms - 195
2015-01-22 23:58:02:899 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:02:899 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:02:899 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:02:958 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:02:958 - info: [debug] Getting process name for webview
2015-01-22 23:58:02:958 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:03:044 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:03:045 - info: [debug] from: u0_a278,27677,182,1049180,74812,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:03:045 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:03:045 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:03:045 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:03:045 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:03:046 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:03:047 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 148.243 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:03:052 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:03:052 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:03:053 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.313 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:03:058 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:03:058 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:03:058 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:03:090 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:03:090 - info: [debug] Getting process name for webview
2015-01-22 23:58:03:090 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:03:148 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:03:148 - info: [debug] from: u0_a278,27677,182,1049180,74812,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:03:148 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:03:149 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:03:149 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:03:149 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:03:149 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:03:149 - info: [debug] Found existing Chromedriver for context 'WEBVIEW_com.medallia.mobile'. Using it.
2015-01-22 23:58:03:149 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/url","method":"GET"}
2015-01-22 23:58:03:159 - info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:03:160 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 102.576 ms - 76 {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:03:165 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"xpath","value":"//*[@id=\"company\"]"}
2015-01-22 23:58:03:166 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:58:03:166 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element","method":"POST","json":{"using":"xpath","value":"//*[@id=\"company\"]"}}
2015-01-22 23:58:03:186 - info: [debug] Proxied response received with status 200: {"sessionId":"5c921960df5719c365c5be70f7695541","status":0,"value":{"ELEMENT":"0.8177384089212865-1"}}
2015-01-22 23:58:03:187 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 200 21.665 ms - 102
2015-01-22 23:58:03:195 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-1/displayed {}
2015-01-22 23:58:03:196 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:58:03:196 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element/0.8177384089212865-1/displayed","method":"GET"}
2015-01-22 23:58:03:222 - info: [debug] Proxied response received with status 200: "{\"sessionId\":\"5c921960df5719c365c5be70f7695541\",\"status\":0,\"value\":true}"
2015-01-22 23:58:03:223 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-1/displayed 200 27.580 ms - 72
2015-01-22 23:58:03:227 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:03:228 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:03:228 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:03:257 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:03:257 - info: [debug] Getting process name for webview
2015-01-22 23:58:03:258 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:03:308 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:03:308 - info: [debug] from: u0_a278,27677,182,1049180,74812,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:03:308 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:03:308 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:03:308 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:03:308 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:03:309 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:03:309 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 81.986 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:03:314 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:03:314 - info: [debug] Responding to client with success: {"status":0,"value":"WEBVIEW_com.medallia.mobile","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:03:315 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.273 ms - 101 {"status":0,"value":"WEBVIEW_com.medallia.mobile","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:03:321 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"xpath","value":"//*[@id=\"company\"]"}
2015-01-22 23:58:03:322 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:58:03:322 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element","method":"POST","json":{"using":"xpath","value":"//*[@id=\"company\"]"}}
2015-01-22 23:58:03:348 - info: [debug] Proxied response received with status 200: {"sessionId":"5c921960df5719c365c5be70f7695541","status":0,"value":{"ELEMENT":"0.8177384089212865-1"}}
2015-01-22 23:58:03:349 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 200 27.711 ms - 102
2015-01-22 23:58:03:357 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-1/clear {"id":"0.8177384089212865-1"}
2015-01-22 23:58:03:357 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:58:03:358 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element/0.8177384089212865-1/clear","method":"POST","json":{"id":"0.8177384089212865-1"}}
2015-01-22 23:58:03:445 - info: [debug] Proxied response received with status 200: {"sessionId":"5c921960df5719c365c5be70f7695541","status":0,"value":null}
2015-01-22 23:58:03:446 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-1/clear 200 88.750 ms - 72
2015-01-22 23:58:03:450 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-1/value {"id":"0.8177384089212865-1","value":["http://ec2-54-89-157-0.compute-1.amazonaws.com:8092/cartoonsc77b2d40"]}
2015-01-22 23:58:03:451 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:58:03:452 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element/0.8177384089212865-1/value","method":"POST","json":{"id":"0.8177384089212865-1","value":["http://ec2-54-89-157-0.compute-1.amazonaws.com:8092/cartoonsc77b2d40"]}}
2015-01-22 23:58:05:755 - info: [debug] Proxied response received with status 200: {"sessionId":"5c921960df5719c365c5be70f7695541","status":0,"value":null}
2015-01-22 23:58:05:755 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-1/value 200 2305.007 ms - 72
2015-01-22 23:58:05:761 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:05:761 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:05:762 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:05:799 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:05:799 - info: [debug] Getting process name for webview
2015-01-22 23:58:05:799 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:05:866 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:05:866 - info: [debug] from: u0_a278,27677,182,1052684,75968,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:05:867 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:05:867 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:05:867 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:05:867 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:05:867 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:05:869 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 107.883 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:05:872 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:05:873 - info: [debug] Responding to client with success: {"status":0,"value":"WEBVIEW_com.medallia.mobile","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:05:874 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.206 ms - 101 {"status":0,"value":"WEBVIEW_com.medallia.mobile","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:05:878 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"xpath","value":"//*[@id=\"username\"]"}
2015-01-22 23:58:05:878 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:58:05:878 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element","method":"POST","json":{"using":"xpath","value":"//*[@id=\"username\"]"}}
2015-01-22 23:58:05:962 - info: [debug] Proxied response received with status 200: {"sessionId":"5c921960df5719c365c5be70f7695541","status":0,"value":{"ELEMENT":"0.8177384089212865-2"}}
2015-01-22 23:58:05:962 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 200 84.730 ms - 102
2015-01-22 23:58:05:967 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-2/clear {"id":"0.8177384089212865-2"}
2015-01-22 23:58:05:968 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:58:05:968 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element/0.8177384089212865-2/clear","method":"POST","json":{"id":"0.8177384089212865-2"}}
2015-01-22 23:58:06:030 - info: [debug] Proxied response received with status 200: {"sessionId":"5c921960df5719c365c5be70f7695541","status":0,"value":null}
2015-01-22 23:58:06:030 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-2/clear 200 63.249 ms - 72
2015-01-22 23:58:06:035 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-2/value {"id":"0.8177384089212865-2","value":["corporate"]}
2015-01-22 23:58:06:035 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:58:06:035 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element/0.8177384089212865-2/value","method":"POST","json":{"id":"0.8177384089212865-2","value":["corporate"]}}
2015-01-22 23:58:06:424 - info: [debug] Proxied response received with status 200: {"sessionId":"5c921960df5719c365c5be70f7695541","status":0,"value":null}
2015-01-22 23:58:06:425 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-2/value 200 390.180 ms - 72
2015-01-22 23:58:06:441 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:06:442 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:06:442 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:06:474 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:06:474 - info: [debug] Getting process name for webview
2015-01-22 23:58:06:475 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:06:528 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:06:528 - info: [debug] from: u0_a278,27677,182,1053848,76476,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:06:528 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:06:528 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:06:528 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:06:528 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:06:528 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:06:529 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 88.248 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:06:534 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:06:535 - info: [debug] Responding to client with success: {"status":0,"value":"WEBVIEW_com.medallia.mobile","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:06:535 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.068 ms - 101 {"status":0,"value":"WEBVIEW_com.medallia.mobile","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:06:540 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"xpath","value":"//*[@id=\"password\"]"}
2015-01-22 23:58:06:540 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:58:06:540 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element","method":"POST","json":{"using":"xpath","value":"//*[@id=\"password\"]"}}
2015-01-22 23:58:06:585 - info: [debug] Proxied response received with status 200: {"sessionId":"5c921960df5719c365c5be70f7695541","status":0,"value":{"ELEMENT":"0.8177384089212865-3"}}
2015-01-22 23:58:06:587 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 200 47.148 ms - 102
2015-01-22 23:58:06:589 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-3/clear {"id":"0.8177384089212865-3"}
2015-01-22 23:58:06:590 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:58:06:590 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element/0.8177384089212865-3/clear","method":"POST","json":{"id":"0.8177384089212865-3"}}
2015-01-22 23:58:06:648 - info: [debug] Proxied response received with status 200: {"sessionId":"5c921960df5719c365c5be70f7695541","status":0,"value":null}
2015-01-22 23:58:06:649 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-3/clear 200 59.326 ms - 72
2015-01-22 23:58:06:653 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-3/value {"id":"0.8177384089212865-3","value":["XXXXXXX"]}
2015-01-22 23:58:06:654 - info: [debug] Proxying command to 127.0.0.1:9515
2015-01-22 23:58:06:654 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/element/0.8177384089212865-3/value","method":"POST","json":{"id":"0.8177384089212865-3","value":["XXXXXXX"]}}
2015-01-22 23:58:07:037 - info: [debug] Proxied response received with status 200: {"sessionId":"5c921960df5719c365c5be70f7695541","status":0,"value":null}
2015-01-22 23:58:07:037 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/0.8177384089212865-3/value 200 384.282 ms - 72
2015-01-22 23:58:07:042 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:07:043 - info: [debug] Responding to client with success: {"status":0,"value":"WEBVIEW_com.medallia.mobile","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:07:043 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.905 ms - 101 {"status":0,"value":"WEBVIEW_com.medallia.mobile","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:07:047 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:07:048 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:07:048 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:07:082 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:07:082 - info: [debug] Getting process name for webview
2015-01-22 23:58:07:083 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:07:140 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:07:141 - info: [debug] from: u0_a278,27677,182,1054308,77528,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:07:141 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:07:141 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:07:141 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:07:141 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:07:141 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:07:142 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 94.751 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:07:147 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"NATIVE_APP"}
2015-01-22 23:58:07:147 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:07:147 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:07:182 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:07:182 - info: [debug] Getting process name for webview
2015-01-22 23:58:07:183 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:07:273 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:07:273 - info: [debug] from: u0_a278,27677,182,1054308,77528,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:07:274 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:07:274 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:07:274 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:07:274 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:07:274 - info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:07:275 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 128.252 ms - 76 {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:07:280 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"name","value":"Log In"}
2015-01-22 23:58:07:281 - warn: [DEPRECATED] The name locator strategy has been deprecated and will be removed. Please use the accessibility id locator strategy instead.
2015-01-22 23:58:07:281 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:58:07:281 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"name","selector":"Log In","context":"","multiple":false}]
2015-01-22 23:58:07:285 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"name","selector":"Log In","context":"","multiple":false}}
2015-01-22 23:58:07:286 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:07:286 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:58:07:286 - info: [debug] [BOOTSTRAP] [debug] Finding Log In using NAME with the contextId: multiple: false
2015-01-22 23:58:07:286 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Log In, INSTANCE=0]
2015-01-22 23:58:07:541 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":{"ELEMENT":"1"},"status":0}
2015-01-22 23:58:07:542 - info: [debug] Responding to client with success: {"status":0,"value":{"ELEMENT":"1"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:07:542 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 200 262.112 ms - 87 {"status":0,"value":{"ELEMENT":"1"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:07:549 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/1/click {"id":"1"}
2015-01-22 23:58:07:550 - info: [debug] Pushing command to appium work queue: ["element:click",{"elementId":"1"}]
2015-01-22 23:58:07:554 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"element:click","params":{"elementId":"1"}}
2015-01-22 23:58:07:554 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:07:554 - info: [debug] [BOOTSTRAP] [debug] Got command action: click
2015-01-22 23:58:07:997 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":true,"status":0}
2015-01-22 23:58:07:997 - info: [debug] Responding to client with success: {"status":0,"value":true,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:07:998 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/1/click 200 448.478 ms - 76 {"status":0,"value":true,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:08:003 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:08:004 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:08:004 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.297 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:08:008 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:08:008 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:08:009 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:08:044 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:08:044 - info: [debug] Getting process name for webview
2015-01-22 23:58:08:044 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:08:100 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:08:100 - info: [debug] from: u0_a278,27677,182,1061480,78288,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:08:101 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:08:102 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:08:102 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:08:103 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:08:103 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:08:104 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 96.248 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:08:108 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"NATIVE_APP"}
2015-01-22 23:58:08:109 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:08:109 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:08:139 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:08:139 - info: [debug] Getting process name for webview
2015-01-22 23:58:08:139 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:08:191 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:08:191 - info: [debug] from: u0_a278,27677,182,1066608,78888,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:08:192 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:08:192 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:08:192 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:08:192 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:08:192 - info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:08:193 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 84.253 ms - 76 {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:08:198 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"name","value":"Log Out"}
2015-01-22 23:58:08:199 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:58:08:199 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"name","selector":"Log Out","context":"","multiple":false}]
2015-01-22 23:58:08:203 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"name","selector":"Log Out","context":"","multiple":false}}
2015-01-22 23:58:08:203 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:08:203 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:58:08:203 - info: [debug] [BOOTSTRAP] [debug] Finding Log Out using NAME with the contextId: multiple: false
2015-01-22 23:58:08:203 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Log Out, INSTANCE=0]
2015-01-22 23:58:09:075 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Log Out, INSTANCE=0]
2015-01-22 23:58:09:302 - info: --> GET /wd/hub/status {}
2015-01-22 23:58:09:302 - info: [debug] Responding to client with success: {"status":0,"value":{"build":{"version":"1.3.4","revision":"c8c79a85fbd6870cd6fc3d66d038a115ebe22efe"}},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:303 - info: <-- GET /wd/hub/status 200 0.813 ms - 155 {"status":0,"value":{"build":{"version":"1.3.4","revision":"c8c79a85fbd6870cd6fc3d66d038a115ebe22efe"}},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:642 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":{"ELEMENT":"2"},"status":0}
2015-01-22 23:58:09:643 - info: [debug] Responding to client with success: {"status":0,"value":{"ELEMENT":"2"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:643 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 200 1445.696 ms - 87 {"status":0,"value":{"ELEMENT":"2"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:648 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/2/displayed {}
2015-01-22 23:58:09:649 - info: [debug] Pushing command to appium work queue: ["element:getAttribute",{"elementId":"2","attribute":"displayed"}]
2015-01-22 23:58:09:652 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"element:getAttribute","params":{"elementId":"2","attribute":"displayed"}}
2015-01-22 23:58:09:652 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:09:652 - info: [debug] [BOOTSTRAP] [debug] Got command action: getAttribute
2015-01-22 23:58:09:685 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"true","status":0}
2015-01-22 23:58:09:686 - info: [debug] Responding to client with success: {"status":0,"value":true,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:686 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/2/displayed 200 38.049 ms - 76 {"status":0,"value":true,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:692 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:09:692 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:693 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.056 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:697 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:09:697 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:09:698 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:09:733 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:09:733 - info: [debug] Getting process name for webview
2015-01-22 23:58:09:733 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:09:785 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:09:785 - info: [debug] from: u0_a278,27677,182,1041744,85128,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:09:785 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:09:785 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:09:786 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:09:786 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:09:786 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:786 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 89.463 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:792 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"NATIVE_APP"}
2015-01-22 23:58:09:792 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:09:793 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:09:827 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:09:827 - info: [debug] Getting process name for webview
2015-01-22 23:58:09:827 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:09:889 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:09:889 - info: [debug] from: u0_a278,27677,182,1042220,85164,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:09:889 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:09:889 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:09:889 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:09:889 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:09:890 - info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:891 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 98.976 ms - 76 {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:897 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"name","value":"Log Out"}
2015-01-22 23:58:09:898 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:58:09:898 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"name","selector":"Log Out","context":"","multiple":false}]
2015-01-22 23:58:09:902 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"name","selector":"Log Out","context":"","multiple":false}}
2015-01-22 23:58:09:902 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:09:902 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:58:09:902 - info: [debug] [BOOTSTRAP] [debug] Finding Log Out using NAME with the contextId: multiple: false
2015-01-22 23:58:09:903 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Log Out, INSTANCE=0]
2015-01-22 23:58:09:957 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Log Out, INSTANCE=0]
2015-01-22 23:58:09:979 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":{"ELEMENT":"3"},"status":0}
2015-01-22 23:58:09:980 - info: [debug] Responding to client with success: {"status":0,"value":{"ELEMENT":"3"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:980 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 200 82.984 ms - 87 {"status":0,"value":{"ELEMENT":"3"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:09:984 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/3/displayed {}
2015-01-22 23:58:09:985 - info: [debug] Pushing command to appium work queue: ["element:getAttribute",{"elementId":"3","attribute":"displayed"}]
2015-01-22 23:58:09:987 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"element:getAttribute","params":{"elementId":"3","attribute":"displayed"}}
2015-01-22 23:58:09:987 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:09:987 - info: [debug] [BOOTSTRAP] [debug] Got command action: getAttribute
2015-01-22 23:58:10:016 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"true","status":0}
2015-01-22 23:58:10:016 - info: [debug] Responding to client with success: {"status":0,"value":true,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:10:017 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/3/displayed 200 32.766 ms - 76 {"status":0,"value":true,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:10:021 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:10:022 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:10:022 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.798 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:10:026 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:10:026 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:10:026 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:10:068 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:10:069 - info: [debug] Getting process name for webview
2015-01-22 23:58:10:069 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:10:127 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:10:127 - info: [debug] from: u0_a278,27677,182,1042488,85208,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:10:127 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:10:127 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:10:127 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:10:127 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:10:128 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:10:128 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 102.467 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:10:132 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"NATIVE_APP"}
2015-01-22 23:58:10:133 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:10:133 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:10:161 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:10:161 - info: [debug] Getting process name for webview
2015-01-22 23:58:10:161 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:10:220 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:10:221 - info: [debug] from: u0_a278,27677,182,1042488,85448,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:10:221 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:10:221 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:10:221 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:10:221 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:10:221 - info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:10:222 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 89.472 ms - 76 {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:10:228 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element {"using":"name","value":"Log Out"}
2015-01-22 23:58:10:229 - info: [debug] Waiting up to 0ms for condition
2015-01-22 23:58:10:229 - info: [debug] Pushing command to appium work queue: ["find",{"strategy":"name","selector":"Log Out","context":"","multiple":false}]
2015-01-22 23:58:10:233 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"find","params":{"strategy":"name","selector":"Log Out","context":"","multiple":false}}
2015-01-22 23:58:10:233 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:10:233 - info: [debug] [BOOTSTRAP] [debug] Got command action: find
2015-01-22 23:58:10:233 - info: [debug] [BOOTSTRAP] [debug] Finding Log Out using NAME with the contextId: multiple: false
2015-01-22 23:58:10:233 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[DESCRIPTION=Log Out, INSTANCE=0]
2015-01-22 23:58:10:456 - info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[TEXT=Log Out, INSTANCE=0]
2015-01-22 23:58:10:487 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":{"ELEMENT":"4"},"status":0}
2015-01-22 23:58:10:487 - info: [debug] Responding to client with success: {"status":0,"value":{"ELEMENT":"4"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:10:487 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element 200 259.503 ms - 87 {"status":0,"value":{"ELEMENT":"4"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:10:493 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/4/click {"id":"4"}
2015-01-22 23:58:10:493 - info: [debug] Pushing command to appium work queue: ["element:click",{"elementId":"4"}]
2015-01-22 23:58:10:496 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"element:click","params":{"elementId":"4"}}
2015-01-22 23:58:10:496 - info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
2015-01-22 23:58:10:496 - info: [debug] [BOOTSTRAP] [debug] Got command action: click
2015-01-22 23:58:13:659 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":true,"status":0}
2015-01-22 23:58:13:659 - info: [debug] Responding to client with success: {"status":0,"value":true,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:13:660 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/element/4/click 200 3166.832 ms - 76 {"status":0,"value":true,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:13:666 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:13:667 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:13:667 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:13:725 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:13:725 - info: [debug] Getting process name for webview
2015-01-22 23:58:13:726 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:13:791 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:13:791 - info: [debug] from: u0_a278,27677,182,1041368,85616,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:13:791 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:13:791 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:13:791 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:13:792 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:13:792 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:13:792 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 126.192 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:13:797 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:13:797 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:13:799 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.721 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:13:803 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:13:803 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:13:803 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:13:844 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:13:845 - info: [debug] Getting process name for webview
2015-01-22 23:58:13:845 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:13:901 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:13:901 - info: [debug] from: u0_a278,27677,182,1041368,85616,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:13:901 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:13:902 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:13:902 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:13:902 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:13:902 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:13:902 - info: [debug] Found existing Chromedriver for context 'WEBVIEW_com.medallia.mobile'. Using it.
2015-01-22 23:58:13:903 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541/url","method":"GET"}
2015-01-22 23:58:18:666 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:18:666 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:18:666 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:18:759 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:18:759 - info: [debug] Getting process name for webview
2015-01-22 23:58:18:760 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:18:815 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:18:815 - info: [debug] from: u0_a278,27677,182,1041336,85272,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:18:816 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:18:816 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:18:816 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:18:816 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:18:816 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:18:817 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 151.050 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:18:821 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:18:821 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:18:822 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.046 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:18:827 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:18:827 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:18:828 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:18:860 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:18:860 - info: [debug] Getting process name for webview
2015-01-22 23:58:18:860 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:18:915 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:18:915 - info: [debug] from: u0_a278,27677,182,1045496,85572,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:18:916 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:18:916 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:18:916 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:18:916 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:18:916 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:18:916 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:18:917 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 90.356 ms - 282
2015-01-22 23:58:19:427 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:19:427 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:19:428 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:19:541 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:19:541 - info: [debug] Getting process name for webview
2015-01-22 23:58:19:541 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:19:596 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:19:596 - info: [debug] from: u0_a278,27677,182,1042376,85868,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:19:596 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:19:597 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:19:597 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:19:597 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:19:597 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:19:598 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 170.665 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:19:602 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:19:603 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:19:603 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.188 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:19:608 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:19:609 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:19:609 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:19:642 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:19:642 - info: [debug] Getting process name for webview
2015-01-22 23:58:19:642 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:19:697 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:19:698 - info: [debug] from: u0_a278,27677,182,1042376,85868,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:19:698 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:19:698 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:19:698 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:19:698 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:19:699 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:19:699 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:19:699 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 91.296 ms - 282
2015-01-22 23:58:20:209 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:20:210 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:20:210 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:20:317 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:20:317 - info: [debug] Getting process name for webview
2015-01-22 23:58:20:317 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:20:374 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:20:374 - info: [debug] from: u0_a278,27677,182,1042376,85868,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:20:374 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:20:374 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:20:374 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:20:374 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:20:374 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:20:375 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 166.274 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:20:380 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:20:380 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:20:381 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.969 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:20:386 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:20:387 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:20:387 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:20:420 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:20:420 - info: [debug] Getting process name for webview
2015-01-22 23:58:20:420 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:20:474 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:20:474 - info: [debug] from: u0_a278,27677,182,1042376,85868,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:20:474 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:20:474 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:20:475 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:20:475 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:20:475 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:20:475 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:20:476 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 89.676 ms - 282
2015-01-22 23:58:20:983 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:20:983 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:20:983 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:21:011 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:21:011 - info: [debug] Getting process name for webview
2015-01-22 23:58:21:011 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:21:056 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:21:057 - info: [debug] from: u0_a278,27677,182,1042376,85956,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:21:057 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:21:057 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:21:057 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:21:057 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:21:057 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:21:058 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 75.181 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:21:062 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:21:063 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:21:063 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.893 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:21:067 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:21:068 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:21:068 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:21:097 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:21:097 - info: [debug] Getting process name for webview
2015-01-22 23:58:21:098 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:21:151 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:21:152 - info: [debug] from: u0_a278,27677,182,1042376,85956,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:21:152 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:21:152 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:21:152 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:21:152 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:21:152 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:21:152 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:21:153 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 85.749 ms - 282
2015-01-22 23:58:21:661 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:21:661 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:21:662 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:21:703 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:21:703 - info: [debug] Getting process name for webview
2015-01-22 23:58:21:703 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:21:764 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:21:764 - info: [debug] from: u0_a278,27677,182,1031696,85692,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:21:764 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:21:764 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:21:765 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:21:765 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:21:765 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:21:766 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 105.331 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:21:770 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:21:771 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:21:771 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.954 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:21:775 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:21:775 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:21:776 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:21:812 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:21:812 - info: [debug] Getting process name for webview
2015-01-22 23:58:21:813 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:21:885 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:21:885 - info: [debug] from: u0_a278,27677,182,1031696,85692,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:21:885 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:21:886 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:21:886 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:21:886 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:21:886 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:21:886 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:21:887 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 112.029 ms - 282
2015-01-22 23:58:22:395 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:22:396 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:22:396 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:22:466 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:22:466 - info: [debug] Getting process name for webview
2015-01-22 23:58:22:466 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:22:524 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:22:524 - info: [debug] from: u0_a278,27677,182,1057396,86468,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:22:524 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:22:525 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:22:525 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:22:525 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:22:525 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:22:526 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 130.190 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:22:529 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:22:530 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:22:530 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.811 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:22:534 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:22:534 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:22:534 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:22:568 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:22:568 - info: [debug] Getting process name for webview
2015-01-22 23:58:22:569 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:22:631 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:22:632 - info: [debug] from: u0_a278,27677,182,1057396,86468,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:22:632 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:22:632 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:22:632 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:22:632 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:22:632 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:22:633 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:22:633 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 99.856 ms - 282
2015-01-22 23:58:23:141 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:23:142 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:23:142 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:23:182 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:23:182 - info: [debug] Getting process name for webview
2015-01-22 23:58:23:182 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:23:232 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:23:232 - info: [debug] from: u0_a278,27677,182,1055872,86264,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:23:232 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:23:232 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:23:232 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:23:233 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:23:233 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:23:233 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 92.171 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:23:238 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:23:238 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:23:239 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.948 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:23:244 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:23:244 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:23:244 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:23:277 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:23:277 - info: [debug] Getting process name for webview
2015-01-22 23:58:23:278 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:23:330 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:23:330 - info: [debug] from: u0_a278,27677,182,1055872,86524,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:23:331 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:23:331 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:23:331 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:23:331 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:23:331 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:23:332 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:23:332 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 88.662 ms - 282
2015-01-22 23:58:23:840 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:23:841 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:23:841 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:23:876 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:23:876 - info: [debug] Getting process name for webview
2015-01-22 23:58:23:876 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:23:934 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:23:935 - info: [debug] from: u0_a278,27677,182,1054848,86308,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:23:935 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:23:935 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:23:935 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:23:935 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:23:935 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:23:936 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 95.425 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:23:939 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:23:940 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:23:940 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.873 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:23:944 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:23:945 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:23:945 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:23:979 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:23:980 - info: [debug] Getting process name for webview
2015-01-22 23:58:23:980 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:24:033 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:24:033 - info: [debug] from: u0_a278,27677,182,1054848,86576,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:24:033 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:24:033 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:24:033 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:24:033 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:24:033 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:24:034 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:24:034 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 89.867 ms - 282
2015-01-22 23:58:24:541 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:24:541 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:24:552 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:24:582 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:24:583 - info: [debug] Getting process name for webview
2015-01-22 23:58:24:583 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:24:648 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:24:648 - info: [debug] from: u0_a278,27677,182,1054848,86324,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:24:648 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:24:648 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:24:648 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:24:648 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:24:648 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:24:649 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 108.208 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:24:654 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:24:655 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:24:656 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.607 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:24:660 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:24:661 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:24:661 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:24:696 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:24:696 - info: [debug] Getting process name for webview
2015-01-22 23:58:24:696 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:24:755 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:24:755 - info: [debug] from: u0_a278,27677,182,1054848,86324,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:24:755 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:24:755 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:24:755 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:24:756 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:24:756 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:24:756 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:24:756 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 96.483 ms - 282
2015-01-22 23:58:25:767 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:25:768 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:25:768 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:25:811 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:25:811 - info: [debug] Getting process name for webview
2015-01-22 23:58:25:812 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:25:882 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:25:883 - info: [debug] from: u0_a278,27677,182,1054848,86332,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:25:883 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:25:883 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:25:883 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:25:883 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:25:883 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:25:884 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 116.687 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:25:888 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:25:888 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:25:889 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.945 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:25:893 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:25:894 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:25:894 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:25:926 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:25:926 - info: [debug] Getting process name for webview
2015-01-22 23:58:25:926 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:25:993 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:25:994 - info: [debug] from: u0_a278,27677,182,1054848,86332,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:25:994 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:25:994 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:25:994 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:25:994 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:25:994 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:25:994 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:25:995 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 101.974 ms - 282
2015-01-22 23:58:26:502 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:26:503 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:26:503 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:26:537 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:26:537 - info: [debug] Getting process name for webview
2015-01-22 23:58:26:537 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:26:592 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:26:592 - info: [debug] from: u0_a278,27677,182,1054848,86340,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:26:592 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:26:592 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:26:592 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:26:592 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:26:593 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:26:593 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 90.969 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:26:597 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:26:597 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:26:598 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.801 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:26:601 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:26:601 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:26:602 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:26:638 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:26:638 - info: [debug] Getting process name for webview
2015-01-22 23:58:26:639 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:26:705 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:26:705 - info: [debug] from: u0_a278,27677,182,1054848,86340,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:26:705 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:26:705 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:26:705 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:26:706 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:26:706 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:26:706 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:26:708 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 106.506 ms - 282
2015-01-22 23:58:27:217 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:27:218 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:27:218 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:27:252 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:27:252 - info: [debug] Getting process name for webview
2015-01-22 23:58:27:253 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:27:317 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:27:317 - info: [debug] from: u0_a278,27677,182,1054848,86340,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:27:317 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:27:317 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:27:317 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:27:317 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:27:318 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:27:318 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 101.499 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:27:323 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:27:324 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:27:324 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.275 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:27:328 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:27:331 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:27:331 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:27:363 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:27:364 - info: [debug] Getting process name for webview
2015-01-22 23:58:27:364 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:27:416 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:27:416 - info: [debug] from: u0_a278,27677,182,1054848,86340,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:27:416 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:27:416 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:27:416 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:27:416 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:27:416 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:27:417 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:27:417 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 89.277 ms - 282
2015-01-22 23:58:27:925 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:27:925 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:27:925 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:27:969 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:27:969 - info: [debug] Getting process name for webview
2015-01-22 23:58:27:969 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:28:025 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:28:025 - info: [debug] from: u0_a278,27677,182,1054848,86340,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:28:025 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:28:025 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:28:025 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:28:025 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:28:025 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:28:026 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 101.272 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:28:030 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:28:031 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:28:031 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.979 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:28:036 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:28:038 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:28:038 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:28:077 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:28:077 - info: [debug] Getting process name for webview
2015-01-22 23:58:28:077 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:28:143 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:28:143 - info: [debug] from: u0_a278,27677,182,1054848,86340,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:28:143 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:28:143 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:28:144 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:28:144 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:28:144 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:28:144 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:28:145 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 109.006 ms - 282
2015-01-22 23:58:28:652 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:28:653 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:28:653 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:28:699 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:28:700 - info: [debug] Getting process name for webview
2015-01-22 23:58:28:700 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:28:780 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:28:780 - info: [debug] from: u0_a278,27677,182,1054848,86340,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:28:780 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:28:780 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:28:780 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:28:781 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:28:781 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:28:781 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 129.077 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:28:786 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:28:786 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:28:787 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.002 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:28:791 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:28:791 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:28:791 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:28:824 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:28:825 - info: [debug] Getting process name for webview
2015-01-22 23:58:28:825 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:28:872 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:28:872 - info: [debug] from: u0_a278,27677,182,1054848,86340,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:28:872 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:28:872 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:28:872 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:28:873 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:28:873 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:28:873 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:28:873 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 82.908 ms - 282
2015-01-22 23:58:29:882 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:29:883 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:29:883 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:29:919 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:29:919 - info: [debug] Getting process name for webview
2015-01-22 23:58:29:920 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:29:986 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:29:986 - info: [debug] from: u0_a278,27677,182,1054848,86600,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:29:986 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:29:986 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:29:986 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:29:986 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:29:987 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:29:988 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 105.341 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:29:991 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:29:992 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:29:992 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.895 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:29:996 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:29:996 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:29:997 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:30:034 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:30:034 - info: [debug] Getting process name for webview
2015-01-22 23:58:30:034 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:30:092 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:30:092 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:30:092 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:30:092 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:30:092 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:30:093 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:30:093 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:30:093 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:30:093 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 97.484 ms - 282
2015-01-22 23:58:30:601 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:30:602 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:30:602 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:30:636 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:30:636 - info: [debug] Getting process name for webview
2015-01-22 23:58:30:637 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:30:695 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:30:696 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:30:696 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:30:696 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:30:696 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:30:696 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:30:696 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:30:697 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 95.601 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:30:701 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:30:702 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:30:702 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.894 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:30:706 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:30:707 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:30:708 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:30:740 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:30:740 - info: [debug] Getting process name for webview
2015-01-22 23:58:30:741 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:30:801 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:30:801 - info: [debug] from: u0_a278,27677,182,1054848,86604,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:30:802 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:30:802 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:30:802 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:30:802 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:30:802 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:30:802 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:30:803 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 96.570 ms - 282
2015-01-22 23:58:31:310 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:31:310 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:31:310 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:31:356 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:31:356 - info: [debug] Getting process name for webview
2015-01-22 23:58:31:356 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:31:413 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:31:413 - info: [debug] from: u0_a278,27677,182,1054848,86604,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:31:413 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:31:413 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:31:413 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:31:414 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:31:414 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:31:415 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 104.776 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:31:419 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:31:419 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:31:420 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.716 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:31:424 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:31:425 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:31:425 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:31:460 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:31:460 - info: [debug] Getting process name for webview
2015-01-22 23:58:31:460 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:31:510 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:31:510 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:31:510 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:31:510 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:31:510 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:31:510 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:31:520 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:31:520 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:31:521 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 96.385 ms - 282
2015-01-22 23:58:32:028 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:32:028 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:32:029 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:32:073 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:32:074 - info: [debug] Getting process name for webview
2015-01-22 23:58:32:074 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:32:131 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:32:132 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:32:132 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:32:132 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:32:132 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:32:132 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:32:133 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:32:134 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 106.157 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:32:138 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:32:138 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:32:139 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.986 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:32:143 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:32:144 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:32:145 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:32:178 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:32:178 - info: [debug] Getting process name for webview
2015-01-22 23:58:32:179 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:32:227 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:32:227 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:32:227 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:32:227 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:32:227 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:32:227 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:32:228 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:32:228 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:32:229 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 85.695 ms - 282
2015-01-22 23:58:32:737 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:32:737 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:32:737 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:32:775 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:32:775 - info: [debug] Getting process name for webview
2015-01-22 23:58:32:775 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:32:837 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:32:837 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:32:838 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:32:838 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:32:838 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:32:838 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:32:839 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:32:840 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 102.938 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:32:848 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:32:850 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:32:851 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 2.828 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:32:854 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:32:855 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:32:855 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:32:891 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:32:891 - info: [debug] Getting process name for webview
2015-01-22 23:58:32:892 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:32:942 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:32:943 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:32:943 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:32:943 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:32:943 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:32:944 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:32:944 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:32:944 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:32:947 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 92.613 ms - 282
2015-01-22 23:58:33:957 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:33:957 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:33:957 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:33:994 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:33:994 - info: [debug] Getting process name for webview
2015-01-22 23:58:33:995 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:34:043 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:34:044 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:34:044 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:34:044 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:34:044 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:34:044 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:34:044 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:34:045 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 88.620 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:34:049 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:34:049 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:34:050 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.877 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:34:053 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:34:054 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:34:054 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:34:088 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:34:089 - info: [debug] Getting process name for webview
2015-01-22 23:58:34:089 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:34:144 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:34:144 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:34:145 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:34:145 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:34:145 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:34:145 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:34:145 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:34:145 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:34:146 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 92.948 ms - 282
2015-01-22 23:58:34:653 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:34:654 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:34:654 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:34:694 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:34:694 - info: [debug] Getting process name for webview
2015-01-22 23:58:34:695 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:34:751 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:34:751 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:34:751 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:34:752 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:34:752 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:34:752 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:34:752 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:34:753 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 99.558 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:34:757 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:34:758 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:34:759 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.343 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:34:764 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:34:765 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:34:765 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:34:803 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:34:803 - info: [debug] Getting process name for webview
2015-01-22 23:58:34:803 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:34:864 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:34:864 - info: [debug] from: u0_a278,27677,182,1054848,86604,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:34:865 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:34:865 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:34:865 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:34:865 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:34:865 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:34:866 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:34:866 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 101.836 ms - 282
2015-01-22 23:58:35:375 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:35:375 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:35:375 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:35:412 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:35:412 - info: [debug] Getting process name for webview
2015-01-22 23:58:35:413 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:35:471 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:35:471 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:35:471 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:35:472 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:35:472 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:35:472 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:35:473 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:35:474 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 99.018 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:35:477 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:35:478 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:35:478 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.283 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:35:482 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:35:483 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:35:483 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:35:522 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:35:522 - info: [debug] Getting process name for webview
2015-01-22 23:58:35:522 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:35:594 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:35:594 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:35:594 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:35:594 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:35:595 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:35:595 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:35:595 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:35:596 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:35:596 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 113.886 ms - 282
2015-01-22 23:58:36:104 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:36:105 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:36:105 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:36:148 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:36:148 - info: [debug] Getting process name for webview
2015-01-22 23:58:36:148 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:36:218 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:36:218 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:36:218 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:36:218 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:36:218 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:36:218 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:36:219 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:36:220 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 115.236 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:36:223 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:36:224 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:36:224 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.071 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:36:228 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:36:229 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:36:230 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:36:264 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:36:265 - info: [debug] Getting process name for webview
2015-01-22 23:58:36:265 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:36:328 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:36:328 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:36:329 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:36:329 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:36:329 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:36:329 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:36:330 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:36:330 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:36:331 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 102.542 ms - 282
2015-01-22 23:58:36:839 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:36:839 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:36:839 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:36:880 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:36:880 - info: [debug] Getting process name for webview
2015-01-22 23:58:36:881 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:36:947 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:36:947 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:36:948 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:36:948 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:36:948 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:36:948 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:36:948 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:36:949 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 110.526 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:36:953 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:36:954 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:36:955 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.186 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:36:958 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:36:959 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:36:959 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:37:000 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:37:000 - info: [debug] Getting process name for webview
2015-01-22 23:58:37:001 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:37:058 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:37:059 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:37:059 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:37:059 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:37:059 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:37:059 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:37:059 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:37:060 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:37:060 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 102.092 ms - 282
2015-01-22 23:58:38:068 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:38:070 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:38:070 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:38:109 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:38:109 - info: [debug] Getting process name for webview
2015-01-22 23:58:38:110 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:38:163 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:38:163 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:38:164 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:38:164 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:38:164 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:38:164 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:38:164 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:38:165 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 96.803 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:38:169 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:38:170 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:38:170 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.267 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:38:174 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:38:175 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:38:175 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:38:212 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:38:213 - info: [debug] Getting process name for webview
2015-01-22 23:58:38:213 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:38:275 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:38:276 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:38:276 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:38:276 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:38:276 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:38:276 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:38:277 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:38:277 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:38:278 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 103.644 ms - 282
2015-01-22 23:58:38:787 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:38:787 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:38:787 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:38:825 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:38:826 - info: [debug] Getting process name for webview
2015-01-22 23:58:38:826 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:38:883 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:38:907 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:38:907 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:38:907 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:38:907 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:38:907 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:38:907 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:38:908 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 121.624 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:38:912 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:38:913 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:38:913 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.073 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:38:917 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:38:917 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:38:918 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:38:954 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:38:954 - info: [debug] Getting process name for webview
2015-01-22 23:58:38:954 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:39:006 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:39:006 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:39:006 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:39:006 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:39:006 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:39:006 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:39:007 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:39:007 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:39:008 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 90.787 ms - 282
2015-01-22 23:58:39:514 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:39:514 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:39:514 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:39:550 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:39:550 - info: [debug] Getting process name for webview
2015-01-22 23:58:39:550 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:39:629 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:39:629 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:39:629 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:39:629 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:39:629 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:39:629 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:39:630 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:39:630 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 116.606 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:39:634 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:39:634 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:39:634 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.796 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:39:640 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:39:640 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:39:640 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:39:672 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:39:672 - info: [debug] Getting process name for webview
2015-01-22 23:58:39:673 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:39:735 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:39:735 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:39:735 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:39:735 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:39:736 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:39:736 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:39:736 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:39:736 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:39:737 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 97.650 ms - 282
2015-01-22 23:58:40:245 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:40:245 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:40:246 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:40:295 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:40:295 - info: [debug] Getting process name for webview
2015-01-22 23:58:40:295 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:40:367 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:40:367 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:40:367 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:40:368 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:40:368 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:40:368 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:40:368 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:40:369 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 123.895 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:40:373 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:40:373 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:40:374 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.919 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:40:378 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:40:378 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:40:378 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:40:413 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:40:413 - info: [debug] Getting process name for webview
2015-01-22 23:58:40:413 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:40:466 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:40:467 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:40:467 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:40:467 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:40:467 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:40:467 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:40:467 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:40:467 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:40:468 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 90.256 ms - 282
2015-01-22 23:58:40:975 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:40:975 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:40:976 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:41:046 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:41:047 - info: [debug] Getting process name for webview
2015-01-22 23:58:41:047 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:41:112 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:41:112 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:41:112 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:41:112 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:41:112 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:41:112 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:41:112 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:41:113 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 138.039 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:41:117 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:41:118 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:41:118 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 1.192 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:41:122 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:41:123 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:41:123 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:41:159 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:41:159 - info: [debug] Getting process name for webview
2015-01-22 23:58:41:160 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:41:222 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:41:222 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:41:222 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:41:222 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:41:222 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:41:222 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:41:222 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:41:223 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:41:223 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 100.769 ms - 282
2015-01-22 23:58:42:232 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:42:233 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:42:234 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:42:279 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:42:279 - info: [debug] Getting process name for webview
2015-01-22 23:58:42:279 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:42:369 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:42:369 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:42:369 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:42:369 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:42:369 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:42:369 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:42:369 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:42:370 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 138.516 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:42:374 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:42:375 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:42:375 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.965 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:42:379 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:42:380 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:42:380 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:42:415 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:42:415 - info: [debug] Getting process name for webview
2015-01-22 23:58:42:415 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:42:481 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:42:481 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:42:481 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:42:481 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:42:481 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:42:481 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:42:481 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:42:482 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:42:482 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 102.677 ms - 282
2015-01-22 23:58:42:989 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:42:989 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:42:990 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:43:043 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:43:043 - info: [debug] Getting process name for webview
2015-01-22 23:58:43:043 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:43:093 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:43:093 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:43:094 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:43:094 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:43:094 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:43:094 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:43:094 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:43:095 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 105.623 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:43:098 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:43:099 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:43:099 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.842 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:43:102 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:43:103 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:43:103 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:43:140 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:43:140 - info: [debug] Getting process name for webview
2015-01-22 23:58:43:141 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:43:198 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:43:198 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:43:198 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:43:198 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:43:198 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:43:198 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:43:199 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:43:199 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:43:199 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 96.729 ms - 282
2015-01-22 23:58:43:706 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:43:706 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:43:706 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:43:749 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:43:750 - info: [debug] Getting process name for webview
2015-01-22 23:58:43:750 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:43:847 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:43:847 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:43:848 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:43:848 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:43:848 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:43:848 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:43:848 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:43:849 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 143.094 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:43:853 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:43:853 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:43:854 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.978 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:43:857 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:43:858 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:43:858 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:43:889 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:43:889 - info: [debug] Getting process name for webview
2015-01-22 23:58:43:889 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:43:944 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:43:944 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:43:944 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:43:944 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:43:945 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:43:945 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:43:945 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:43:945 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:43:946 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 88.205 ms - 282
2015-01-22 23:58:44:455 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:44:455 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:44:456 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:44:516 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:44:516 - info: [debug] Getting process name for webview
2015-01-22 23:58:44:516 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:44:586 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:44:586 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:44:586 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:44:586 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:44:586 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:44:587 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:44:587 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:44:587 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 132.711 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:44:592 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:44:592 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:44:592 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.897 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:44:596 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:44:596 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:44:597 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:44:631 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:44:631 - info: [debug] Getting process name for webview
2015-01-22 23:58:44:631 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:44:685 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:44:685 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:44:685 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:44:686 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:44:686 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:44:686 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:44:686 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:44:686 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:44:687 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 90.670 ms - 282
2015-01-22 23:58:45:194 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts {}
2015-01-22 23:58:45:195 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:45:195 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:45:236 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:45:236 - info: [debug] Getting process name for webview
2015-01-22 23:58:45:237 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:45:292 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:45:292 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,S,com.medallia.mobile
2015-01-22 23:58:45:293 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:45:293 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:45:293 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:45:293 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:45:293 - info: [debug] Responding to client with success: {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:45:294 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/contexts 200 99.190 ms - 116 {"status":0,"value":["NATIVE_APP","WEBVIEW_com.medallia.mobile"],"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:45:298 - info: --> GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {}
2015-01-22 23:58:45:298 - info: [debug] Responding to client with success: {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:45:299 - info: <-- GET /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 0.886 ms - 84 {"status":0,"value":"NATIVE_APP","sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:45:302 - info: --> POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context {"name":"WEBVIEW_com.medallia.mobile"}
2015-01-22 23:58:45:303 - info: [debug] Getting a list of available webviews
2015-01-22 23:58:45:303 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "cat /proc/net/unix"
2015-01-22 23:58:45:339 - info: [debug] WEBVIEW_27677 mapped to pid 27677
2015-01-22 23:58:45:339 - info: [debug] Getting process name for webview
2015-01-22 23:58:45:339 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "ps"
2015-01-22 23:58:45:408 - info: [debug] Parsed pid: 27677 pkg: com.medallia.mobile
2015-01-22 23:58:45:408 - info: [debug] from: u0_a278,27677,182,1054848,86344,ffffffff,00000000,R,com.medallia.mobile
2015-01-22 23:58:45:408 - info: [debug] returning process name: com.medallia.mobile
2015-01-22 23:58:45:408 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:45:409 - info: [debug] ["WEBVIEW_com.medallia.mobile"]
2015-01-22 23:58:45:409 - info: [debug] Available contexts: NATIVE_APP,WEBVIEW_com.medallia.mobile
2015-01-22 23:58:45:409 - info: [debug] Connecting to chrome-backed webview
2015-01-22 23:58:45:409 - info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command. (Original error: We already have a chromedriver instance running)","origValue":"We already have a chromedriver instance running"},"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:45:410 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 500 107.387 ms - 282
2015-01-22 23:58:46:423 - info: --> DELETE /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e {}
2015-01-22 23:58:46:424 - info: Shutting down appium session
2015-01-22 23:58:46:424 - info: [debug] Removing app from device
2015-01-22 23:58:46:424 - info: [debug] Uninstalling com.medallia.mobile
2015-01-22 23:58:46:425 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "am force-stop com.medallia.mobile"
2015-01-22 23:58:46:873 - info: [debug] [CHROMEDRIVER STDERR] [47.777][SEVERE]: Unable to receive message from renderer
2015-01-22 23:58:46:883 - info: [debug] Responding to client with success: {"status":0,"value":null}
2015-01-22 23:58:46:884 - info: <-- POST /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e/context 200 33082.065 ms - 25 {"status":0,"value":null}
2015-01-22 23:58:47:067 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 uninstall com.medallia.mobile
2015-01-22 23:58:48:338 - info: [debug] App was uninstalled
2015-01-22 23:58:48:339 - info: [debug] Pressing the HOME button
2015-01-22 23:58:48:339 - info: [debug] executing cmd: /Users/david/android-sdk/platform-tools/adb -s 06260df4344be093 shell "input keyevent 3"
2015-01-22 23:58:48:960 - info: [debug] Stopping logcat capture
2015-01-22 23:58:48:963 - info: [debug] Logcat terminated with code null, signal SIGTERM
2015-01-22 23:58:48:964 - info: [debug] Deleting Chrome session
2015-01-22 23:58:48:964 - info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/5c921960df5719c365c5be70f7695541","method":"DELETE"}
2015-01-22 23:58:48:967 - info: [debug] Cleaning up Chromedriver
2015-01-22 23:58:48:968 - info: [debug] Killing chromedriver
2015-01-22 23:58:48:969 - info: [debug] Chromedriver exited with code null
2015-01-22 23:58:48:970 - info: [debug] (killed by signal SIGTERM)
2015-01-22 23:58:48:975 - info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"shutdown"}
2015-01-22 23:58:48:975 - info: [debug] [BOOTSTRAP] [debug] Got command of type SHUTDOWN
2015-01-22 23:58:48:975 - info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"OK, shutting down","status":0}
2015-01-22 23:58:48:975 - info: [debug] [BOOTSTRAP] [debug] Closed client connection
2015-01-22 23:58:48:975 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
2015-01-22 23:58:48:975 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=.
2015-01-22 23:58:48:976 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
2015-01-22 23:58:48:976 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
2015-01-22 23:58:48:976 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
2015-01-22 23:58:48:976 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
2015-01-22 23:58:48:976 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 0
2015-01-22 23:58:48:976 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
2015-01-22 23:58:48:976 - info: [debug] [UIAUTOMATOR STDOUT] Test results for WatcherResultPrinter=.
2015-01-22 23:58:48:976 - info: [debug] [UIAUTOMATOR STDOUT] Time: 58.65
2015-01-22 23:58:48:976 - info: [debug] [UIAUTOMATOR STDOUT] OK (1 test)
2015-01-22 23:58:48:976 - info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: -1
2015-01-22 23:58:48:977 - info: [debug] Sent shutdown command, waiting for UiAutomator to stop...
2015-01-22 23:58:48:982 - info: [debug] UiAutomator shut down normally
2015-01-22 23:58:48:982 - info: [debug] Cleaning up android objects
2015-01-22 23:58:48:983 - info: [debug] Cleaning up appium session
2015-01-22 23:58:48:983 - info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:58:48:983 - info: <-- DELETE /wd/hub/session/f8daa97e-f6d3-4a85-98ed-efb2dd49b15e 200 2561.029 ms - 76 {"status":0,"value":null,"sessionId":"f8daa97e-f6d3-4a85-98ed-efb2dd49b15e"}
2015-01-22 23:59:10:309 - info: --> GET /wd/hub/status {}
2015-01-22 23:59:10:309 - info: [debug] Responding to client with success: {"status":0,"value":{"build":{"version":"1.3.4","revision":"c8c79a85fbd6870cd6fc3d66d038a115ebe22efe"}}}
2015-01-22 23:59:10:310 - info: <-- GET /wd/hub/status 200 1.500 ms - 104 {"status":0,"value":{"build":{"version":"1.3.4","revision":"c8c79a85fbd6870cd6fc3d66d038a115ebe22efe"}}}
2015-01-23 00:00:11:322 - info: --> GET /wd/hub/status {}
2015-01-23 00:00:11:322 - info: [debug] Responding to client with success: {"status":0,"value":{"build":{"version":"1.3.4","revision":"c8c79a85fbd6870cd6fc3d66d038a115ebe22efe"}}}
2015-01-23 00:00:11:323 - info: <-- GET /wd/hub/status 200 9.019 ms - 104 {"status":0,"value":{"build":{"version":"1.3.4","revision":"c8c79a85fbd6870cd6fc3d66d038a115ebe22efe"}}}
2015-01-23 00:01:12:327 - info: --> GET /wd/hub/status {}
2015-01-23 00:01:12:327 - info: [debug] Responding to client with success: {"status":0,"value":{"build":{"version":"1.3.4","revision":"c8c79a85fbd6870cd6fc3d66d038a115ebe22efe"}}}
2015-01-23 00:01:12:328 - info: <-- GET /wd/hub/status 200 1.243 ms - 104 {"status":0,"value":{"build":{"version":"1.3.4","revision":"c8c79a85fbd6870cd6fc3d66d038a115ebe22efe"}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment