Guest User

appium_log_real_device

a guest
Mar 20th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 22.28 KB | None | 0 0
  1. > Starting Node Server
  2. > info: Welcome to Appium v1.3.4 (REV c8c79a85fbd6870cd6fc3d66d038a115ebe22efe)
  3. > info: Appium REST http interface listener started on 127.0.0.1:4723
  4. > info: [debug] Non-default server args: {"address":"127.0.0.1","logNoColors":true,"deviceName":"SM-P600","platformName":"Android","platformVersion":"18","automationName":"Appium","browserName":"Chrome"}
  5. > info: Console LogLevel: debug
  6. > 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"}}
  7. > info: Client User-Agent string: undefined
  8. > 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
  9. > info: Set mode: Proxying straight through to Chromedriver
  10. > info: [debug] Looks like we want chrome on android
  11. > info: [debug] Creating new appium session 23e52fb2-a377-4fe3-a4c6-92fb08bd00a6
  12. > info: [debug] Using fast reset? true
  13. > info: [debug] Preparing device for session
  14. > info: [debug] Not checking whether app is present since we are assuming it's already on the device
  15. > info: [debug] Checking whether adb is present
  16. > info: [debug] Using adb from C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe
  17. > info: Retrieving device
  18. > info: [debug] Trying to find a connected android device
  19. > info: [debug] Getting connected devices...
  20. > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" devices
  21. > info: [debug] 1 device(s) connected
  22. > info: Found device 43006d379ac111a9
  23. > info: [debug] Setting device id to 43006d379ac111a9
  24. > info: [debug] Waiting for device to be ready and to respond to shell commands (timeout = 5)
  25. > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 wait-for-device
  26. > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 shell "echo 'ready'"
  27. > info: [debug] Starting logcat capture
  28. > info: [debug] Pushing unlock helper app to device...
  29. > 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"
  30. > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 shell "dumpsys window"
  31. > info: [debug] Screen already unlocked, continuing.
  32. > info: [debug] Forwarding system:4724 to device:4724
  33. > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 forward tcp:4724 tcp:4724
  34. > info: [debug] Pushing appium bootstrap to device...
  35. > 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/
  36. > info: Starting App
  37. > info: [debug] Attempting to kill all 'uiautomator' processes
  38. > info: [debug] Getting all processes with 'uiautomator'
  39. > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 shell "ps 'uiautomator'"
  40. > info: [debug] No matching processes found
  41. > info: [debug] Running bootstrap
  42. > 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
  43. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
  44. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
  45. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
  46. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
  47. > info: [debug] [UIAUTOMATOR STDOUT] io.appium.android.bootstrap.Bootstrap:
  48. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
  49. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
  50. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 1
  51. > info: [debug] [BOOTSTRAP] [debug] Socket opened on port 4724
  52. > info: [debug] [BOOTSTRAP] [debug] Appium Socket Server Ready
  53. > info: [debug] [BOOTSTRAP] [debug] Loading json...
  54. > info: [debug] [BOOTSTRAP] [debug] Registered crash watchers.
  55. > info: [debug] Pushing command to appium work queue: ["getDataDir",{}]
  56. > info: [debug] [BOOTSTRAP] [debug] Client connected
  57. > info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"getDataDir","params":{}}
  58. > info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
  59. > info: [debug] [BOOTSTRAP] [debug] Got command action: getDataDir
  60. > info: [debug] dataDir set to: /data/local/tmp
  61. > info: [debug] Creating Chrome session
  62. > info: [debug] Set chromedriver binary as: C:\Users\net\Downloads\AppiumForWindows-1.3.4.1\Appium\node_modules\appium\build\chromedriver\windows\chromedriver.exe
  63. > info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"\/data\/local\/tmp","status":0}
  64. > info: [debug] Ensuring Chromedriver exists
  65. > 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))
  66. > info: [debug] No old chromedrivers seemed to exist
  67. > info: [debug] Spawning chromedriver with: C:\Users\net\Downloads\AppiumForWindows-1.3.4.1\Appium\node_modules\appium\build\chromedriver\windows\chromedriver.exe
  68. > info: [debug] [CHROMEDRIVER] Starting ChromeDriver (v2.10.267521) on port 9515
  69. > Only local connections are allowed.
  70. > 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"}}}}
  71. > info: [debug] Successfully started chrome session 0a3e8c760809af9316358a5afa458541
  72. > info: [debug] Overriding session id with "0a3e8c760809af9316358a5afa458541"
  73. > info: [debug] Device launched! Ready for commands
  74. > info: [debug] Setting command timeout to the default of 60 secs
  75. > info: [debug] Appium session started with sessionId 0a3e8c760809af9316358a5afa458541
  76. > info: <-- POST /wd/hub/session 303 7486.133 ms - 9
  77. > info: --> GET /wd/hub/session/0a3e8c760809af9316358a5afa458541 {}
  78. > info: [debug] Proxying command to 127.0.0.1:9515
  79. > info: [debug] Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/session/0a3e8c760809af9316358a5afa458541","method":"GET"}
  80. > 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}}"
  81. > info: <-- GET /wd/hub/session/0a3e8c760809af9316358a5afa458541 200 4.752 ms - 475
  82. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/url {"url":"http://www.siteundertest.com/"}
  83. > info: [debug] Proxying command to 127.0.0.1:9515
  84. > 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/"}}
  85. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":null}
  86. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/url 200 5721.673 ms - 72
  87. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"id","value":"btnLogin","locator":"id"}
  88. > info: [debug] Proxying command to 127.0.0.1:9515
  89. > 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"}}
  90. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-1"}}
  91. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 115.257 ms - 102
  92. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-1/click {}
  93. > info: [debug] Proxying command to 127.0.0.1:9515
  94. > 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":{}}
  95. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":null}
  96. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-1/click 200 440.857 ms - 72
  97. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/execute {"script":"return jQuery.active == 0","args":[]}
  98. > info: [debug] Proxying command to 127.0.0.1:9515
  99. > 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":[]}}
  100. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":true}
  101. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/execute 200 37.849 ms - 72
  102. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"UserName","locator":"name"}
  103. > info: [debug] Proxying command to 127.0.0.1:9515
  104. > 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"}}
  105. > 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"}
  106. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 500 126.483 ms - 303
  107. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"UserName","locator":"name"}
  108. > info: [debug] Proxying command to 127.0.0.1:9515
  109. > 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"}}
  110. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-2"}}
  111. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 286.809 ms - 102
  112. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"UserName","locator":"name"}
  113. > info: [debug] Proxying command to 127.0.0.1:9515
  114. > 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"}}
  115. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-2"}}
  116. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 111.379 ms - 102
  117. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"UserName","locator":"name"}
  118. > info: [debug] Proxying command to 127.0.0.1:9515
  119. > 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"}}
  120. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-2"}}
  121. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 44.242 ms - 102
  122. > info: --> GET /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-2/displayed {}
  123. > info: [debug] Proxying command to 127.0.0.1:9515
  124. > 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"}
  125. > info: [debug] Proxied response received with status 200: "{\"sessionId\":\"0a3e8c760809af9316358a5afa458541\",\"status\":0,\"value\":true}"
  126. > info: <-- GET /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-2/displayed 200 89.562 ms - 72
  127. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"UserName","locator":"name"}
  128. > info: [debug] Proxying command to 127.0.0.1:9515
  129. > 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"}}
  130. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-2"}}
  131. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 36.916 ms - 102
  132. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-2/value {"value":["user"],"keysToSend":["u","s","e","r"]}
  133. > info: [debug] Proxying command to 127.0.0.1:9515
  134. > 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"]}}
  135. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":null}
  136. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-2/value 200 907.878 ms - 72
  137. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"Password","locator":"name"}
  138. > info: [debug] Proxying command to 127.0.0.1:9515
  139. > 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"}}
  140. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-3"}}
  141. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 89.100 ms - 102
  142. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"Password","locator":"name"}
  143. > info: [debug] Proxying command to 127.0.0.1:9515
  144. > 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"}}
  145. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-3"}}
  146. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 76.438 ms - 102
  147. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"Password","locator":"name"}
  148. > info: [debug] Proxying command to 127.0.0.1:9515
  149. > 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"}}
  150. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-3"}}
  151. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 35.753 ms - 102
  152. > info: --> GET /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-3/displayed {}
  153. > info: [debug] Proxying command to 127.0.0.1:9515
  154. > 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"}
  155. > info: [debug] Proxied response received with status 200: "{\"sessionId\":\"0a3e8c760809af9316358a5afa458541\",\"status\":0,\"value\":true}"
  156. > info: <-- GET /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-3/displayed 200 87.800 ms - 72
  157. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"name","value":"Password","locator":"name"}
  158. > info: [debug] Proxying command to 127.0.0.1:9515
  159. > 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"}}
  160. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-3"}}
  161. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 50.914 ms - 102
  162. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-3/value {"value":["pass"],"keysToSend":["p","a","s","s"]}
  163. > info: [debug] Proxying command to 127.0.0.1:9515
  164. > 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"]}}
  165. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":null}
  166. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-3/value 200 1249.461 ms - 72
  167. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element {"using":"id","value":"login_submit","locator":"id"}
  168. > info: [debug] Proxying command to 127.0.0.1:9515
  169. > 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"}}
  170. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":{"ELEMENT":"0.8699202302377671-4"}}
  171. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element 200 108.998 ms - 102
  172. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-4/click {}
  173. > info: [debug] Proxying command to 127.0.0.1:9515
  174. > 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":{}}
  175. > info: [debug] Proxied response received with status 200: {"sessionId":"0a3e8c760809af9316358a5afa458541","status":0,"value":null}
  176. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/element/0.8699202302377671-4/click 200 279.731 ms - 72
  177. > info: --> POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/appium/device/hide_keyboard {}
  178. > info: [debug] Proxying command to 127.0.0.1:9515
  179. > 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":{}}
  180. > info: [debug] Proxied response received with status 404: "unknown command: session/0a3e8c760809af9316358a5afa458541/appium/device/hide_keyboard"
  181. > info: <-- POST /wd/hub/session/0a3e8c760809af9316358a5afa458541/appium/device/hide_keyboard 404 2.346 ms - 85
  182. > info: --> DELETE /wd/hub/session/0a3e8c760809af9316358a5afa458541 {}
  183. > info: Shutting down appium session
  184. > info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"shutdown"}
  185. > info: [debug] [BOOTSTRAP] [debug] Got command of type SHUTDOWN
  186. > info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":"OK, shutting down","status":0}
  187. > info: [debug] [BOOTSTRAP] [debug] Closed client connection
  188. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: current=1
  189. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: id=UiAutomatorTestRunner
  190. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: class=io.appium.android.bootstrap.Bootstrap
  191. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=.
  192. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: numtests=1
  193. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: test=testRunServer
  194. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: 0
  195. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS: stream=
  196. > info: [debug] [UIAUTOMATOR STDOUT] Test results for WatcherResultPrinter=.
  197. > info: [debug] [UIAUTOMATOR STDOUT] Time: 16.922
  198. > info: [debug] [UIAUTOMATOR STDOUT] OK (1 test)
  199. > info: [debug] Sent shutdown command, waiting for UiAutomator to stop...
  200. > info: [debug] [UIAUTOMATOR STDOUT] INSTRUMENTATION_STATUS_CODE: -1
  201. > info: [debug] UiAutomator shut down normally
  202. > info: [debug] Killing chromedriver
  203. > info: [debug] Chromedriver exited with code null
  204. > info: [debug] (killed by signal SIGTERM)
  205. > info: [debug] executing cmd: "C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe" -s 43006d379ac111a9 shell "am force-stop com.android.chrome"
  206. > info: [debug] Stopping logcat capture
  207. > info: [debug] Logcat terminated with code null, signal SIGTERM
  208. > info: [debug] Cleaning up appium session
  209. > info: [debug] Responding to client with success: {"status":0,"value":null,"sessionId":"0a3e8c760809af9316358a5afa458541"}
  210. > 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