Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > Starting Node Server
- > info: Welcome to Appium v1.3.4 (REV c8c79a85fbd6870cd6fc3d66d038a115ebe22efe)
- > info: Appium REST http interface listener started on 127.0.0.1:4723
- > info: [debug] Non-default server args: {"address":"127.0.0.1","logNoColors":true,"deviceName":"SM-P600","platformName":"Android","platformVersion":"18","automationName":"Appium","browserName":"Chrome"}
- > info: Console LogLevel: debug
- > info: --> POST /wd/hub/session {"desiredCapabilities":{"device":"Android","platform":"WINDOWS","browserName":"Chrome","deviceName":"SM-P600","platformName":"Android","platformVersion":"4.3","appPackage":"com.android.chrome","appActivity":"com.google.android.apps.chrome.Main"}}
- > info: Client User-Agent string: undefined
- > 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. : device, platform
- > info: Set mode: Proxying straight through to Chromedriver
- > info: [debug] Looks like we want chrome on android
- > info: [debug] Creating new appium session 23e52fb2-a377-4fe3-a4c6-92fb08bd00a6
- > info: [debug] Using fast reset? true
- > info: [debug] Preparing device for session
- > info: [debug] Not checking whether app is present since we are assuming it's already on the device
- > info: [debug] Checking whether adb is present
- > info: [debug] Using adb from C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe
- > info: Retrieving device
- > info: [debug] Trying to find a connected android device
- > info: [debug] Getting connected devices...
- > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" devices
- > info: [debug] 1 device(s) connected
- > info: Found device 43006d379ac111a9
- > info: [debug] Setting device id to 43006d379ac111a9
- > info: [debug] Waiting for device to be ready and to respond to shell commands (timeout = 5)
- > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 wait-for-device
- > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 shell "echo 'ready'"
- > info: [debug] Starting logcat capture
- > info: [debug] Pushing unlock helper app to device...
- > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 install "C:\Users\net\Downloads\AppiumForWindows-1.3.4.1\Appium\node_modules\appium\build\unlock_apk\unlock_apk-debug.apk"
- > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 shell "dumpsys window"
- > info: [debug] Screen already unlocked, continuing.
- > info: [debug] Forwarding system:4724 to device:4724
- > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 forward tcp:4724 tcp:4724
- > info: [debug] Pushing appium bootstrap to device...
- > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 push "C:\\Users\\net\\Downloads\\AppiumForWindows-1.3.4.1\\Appium\\node_modules\\appium\\build\\android_bootstrap\\AppiumBootstrap.jar" /data/local/tmp/
- > info: Starting App
- > info: [debug] Attempting to kill all 'uiautomator' processes
- > info: [debug] Getting all processes with 'uiautomator'
- > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 shell "ps 'uiautomator'"
- > info: [debug] No matching processes found
- > info: [debug] Running bootstrap
- > info: [debug] spawning: C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -s 43006d379ac111a9 shell uiautomator runtest AppiumBootstrap.jar -c io.appium.android.bootstrap.Bootstrap
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
- > info: [debug] [UIAUTOMATOR STDOUT] io.appium.android.bootstrap.Bootstrap:
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 1
- > info: [debug] [BOOTSTRAP] [debug] Socket opened on port 4724
- > info: [debug] [BOOTSTRAP] [debug] Appium Socket Server Ready
- > info: [debug] [BOOTSTRAP] [debug] Loading json...
- > info: [debug] [BOOTSTRAP] [debug] Registered crash watchers.
- > info: [debug] Pushing command to appium work queue: ["getDataDir",{}]
- > info: [debug] [BOOTSTRAP] [debug] Client connected
- > info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"getDataDir","params":{}}
- > info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
- > info: [debug] [BOOTSTRAP] [debug] Got command action: getDataDir
- > info: [debug] dataDir set to: /data/local/tmp
- > info: [debug] Creating Chrome session
- > info: [debug] Set chromedriver binary as: C:\Users\net\Downloads\AppiumForWindows-1.3.4.1\Appium\node_modules\appium\build\chromedriver\windows\chromedriver.exe
- > info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"\/data\/local\/tmp","status":0}
- > info: [debug] Ensuring Chromedriver exists
- > info: [debug] Killing any old chromedrivers, running: FOR /F "usebackq tokens=5" %a in (`netstat -nao ^| findstr /R /C:"9515 "`) do (FOR /F "usebackq" %b in (`TASKLIST /FI "PID eq %a" ^| findstr /I chromedriver.exe`) do (IF NOT %b=="" TASKKILL /F /PID %b))
- > info: [debug] No old chromedrivers seemed to exist
- > info: [debug] Spawning chromedriver with: C:\Users\net\Downloads\AppiumForWindows-1.3.4.1\Appium\node_modules\appium\build\chromedriver\windows\chromedriver.exe
- > info: [debug] [CHROMEDRIVER] Starting ChromeDriver (v2.10.267521) on port 9515
- > Only local connections are allowed.
- > 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.android.chrome","androidDeviceSerial":"43006d379ac111a9"}}}}
- > info: [debug] Successfully started chrome session 0a3e8c760809af9316358a5afa458541
- > info: [debug] Overriding session id with "0a3e8c760809af9316358a5afa458541"
- > info: [debug] Device launched! Ready for commands
- > info: [debug] Setting command timeout to the default of 60 secs
- > info: [debug] Appium session started with sessionId 0a3e8c760809af9316358a5afa458541
- > info: <-- POST /wd/hub/session 303 7486.133 ms - 9
- > info: --> GET /wd/hub/session/0a3e8c760809af9316358a5afa458541 {}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541","method":"GET"}
- > info: [debug] Proxied response received with status 200: "{\"sessionId\":\"0a3e8c760809af9316358a5afa458541\",\"status\":0,\"value\":{\"acceptSslCerts\":true,\"applicationCacheEnabled\":false,\"browserConnectionEnabled\":false,\"browserName\":\"chrome\",\"chrome\":{},\"cssSelectorsEnabled\":true,\"databaseEnabled\":false,\"handlesAlerts\":true,\"javascriptEnabled\":true,\"locationContextEnabled\":true,\"nativeEvents\":true,\"platform\":\"ANDROID\",\"rotatable\":false,\"takesHeapSnapshot\":true,\"takesScreenshot\":true,\"version\":\"41.0.2272.94\",\"webStorageEnabled\":true}}"
- > info: <-- GET /wd/hub/session/0a3e8c760809af9316358a5afa458541 200 4.752 ms - 475
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/url {"url":"http://www.siteundertest.com/"}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/url","method":"POST","json":{"url":"http://www.siteundertest.com/"}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":null}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/url 200 5721.673 ms - 72
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"id","value":"btnLogin","locator":"id"}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element","method":"POST","json":{"using":"id","value":"btnLogin","locator":"id"}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-1"}}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 115.257 ms - 102
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-1/click {}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-1/click","method":"POST","json":{}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":null}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-1/click 200 440.857 ms - 72
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/execute {"script":"return jQuery.active == 0","args":[]}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/execute","method":"POST","json":{"script":"return jQuery.active == 0","args":[]}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":true}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/execute 200 37.849 ms - 72
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"UserName","locator":"name"}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element","method":"POST","json":{"using":"name","value":"UserName","locator":"name"}}
- > 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 such element\n (Session info: chrome=41.0.2272.94)\n (Driver info: chromedriver=2.10.267521,platform=Windows NT 6.3 x86_64)"},"sessionId":"0a3e8c760809af9316358a5afa458541"}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 500 126.483 ms - 303
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"UserName","locator":"name"}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element","method":"POST","json":{"using":"name","value":"UserName","locator":"name"}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-2"}}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 286.809 ms - 102
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"UserName","locator":"name"}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element","method":"POST","json":{"using":"name","value":"UserName","locator":"name"}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-2"}}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 111.379 ms - 102
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"UserName","locator":"name"}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element","method":"POST","json":{"using":"name","value":"UserName","locator":"name"}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-2"}}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 44.242 ms - 102
- > info: --> GET /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-2/displayed {}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-2/displayed","method":"GET"}
- > info: [debug] Proxied response received with status 200: "{\"sessionId\":\"0a3e8c760809af9316358a5afa458541\",\"status\":0,\"value\":true}"
- > info: <-- GET /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-2/displayed 200 89.562 ms - 72
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"UserName","locator":"name"}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element","method":"POST","json":{"using":"name","value":"UserName","locator":"name"}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-2"}}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 36.916 ms - 102
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-2/value {"value":["user"],"keysToSend":["u","s","e","r"]}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-2/value","method":"POST","json":{"value":["user"],"keysToSend":["u","s","e","r"]}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":null}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-2/value 200 907.878 ms - 72
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"Password","locator":"name"}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element","method":"POST","json":{"using":"name","value":"Password","locator":"name"}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-3"}}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 89.100 ms - 102
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"Password","locator":"name"}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element","method":"POST","json":{"using":"name","value":"Password","locator":"name"}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-3"}}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 76.438 ms - 102
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"Password","locator":"name"}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element","method":"POST","json":{"using":"name","value":"Password","locator":"name"}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-3"}}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 35.753 ms - 102
- > info: --> GET /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-3/displayed {}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-3/displayed","method":"GET"}
- > info: [debug] Proxied response received with status 200: "{\"sessionId\":\"0a3e8c760809af9316358a5afa458541\",\"status\":0,\"value\":true}"
- > info: <-- GET /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-3/displayed 200 87.800 ms - 72
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"Password","locator":"name"}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element","method":"POST","json":{"using":"name","value":"Password","locator":"name"}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-3"}}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 50.914 ms - 102
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-3/value {"value":["pass"],"keysToSend":["p","a","s","s"]}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-3/value","method":"POST","json":{"value":["tusc1test1"],"keysToSend":["p","a","s","s"]}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":null}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-3/value 200 1249.461 ms - 72
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"id","value":"login_submit","locator":"id"}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element","method":"POST","json":{"using":"id","value":"login_submit","locator":"id"}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-4"}}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 108.998 ms - 102
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-4/click {}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-4/click","method":"POST","json":{}}
- > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":null}
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-4/click 200 279.731 ms - 72
- > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/appium/device/hide_keyboard {}
- > info: [debug] Proxying command to 127.0.0.1:9515
- > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541/appium/device/hide_keyboard","method":"POST","json":{}}
- > info: [debug] Proxied response received with status 404: "unknown command: session/0a3e8c760809af9316358a5afa458541/appium/device/hide_keyboard"
- > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/appium/device/hide_keyboard 404 2.346 ms - 85
- > info: --> DELETE /wd/hub/session/0a3e8c760809af9316358a5afa458541 {}
- > info: Shutting down appium session
- > info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"shutdown"}
- > info: [debug] [BOOTSTRAP] [debug] Got command of type SHUTDOWN
- > info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"OK, shutting down","status":0}
- > info: [debug] [BOOTSTRAP] [debug] Closed client connection
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=.
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 0
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
- > info: [debug] [UIAUTOMATOR STDOUT] Test results for WatcherResultPrinter=.
- > info: [debug] [UIAUTOMATOR STDOUT] Time: 16.922
- > info: [debug] [UIAUTOMATOR STDOUT] OK (1 test)
- > info: [debug] Sent shutdown command, waiting for UiAutomator to stop...
- > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: -1
- > info: [debug] UiAutomator shut down normally
- > info: [debug] Killing chromedriver
- > info: [debug] Chromedriver exited with code null
- > info: [debug] (killed by signal SIGTERM)
- > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 shell "am force-stop com.android.chrome"
- > info: [debug] Stopping logcat capture
- > info: [debug] Logcat terminated with code null, signal SIGTERM
- > info: [debug] Cleaning up appium session
- > info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"0a3e8c760809af9316358a5afa458541"}
- > info: <-- DELETE /wd/hub/session/0a3e8c760809af9316358a5afa458541 200 948.604 ms - 72 {"status":0,"value":null,"sessionId":"0a3e8c760809af9316358a5afa458541"}
Advertisement
Add Comment
Please, Sign In to add comment