I am trying to automate an Android browser for Android on an Android device (not just in a web browser or in another browser, but in a Chrome browser). I thought it was possible by following this link https://sites.google.com/a/chromium.org/chromedriver/getting-started/getting-started---android , but instead it automates the pc chrome browser.
I also tried Appium, but nothing happens after the log:
debug: executing: adb install C:\Users\hidden\Downloads\AppiumForWindows-0.14.2\ Appium\node_modules\appium\build\unlock_apk\unlock_apk-debug.apk
And when I try to access information from a browser, I get the following:
info: Responding to client with error: {"status":13,"value":{"message":"An unkno wn server-side error occurred while processing the command.","origValue":"Did no t successfully proxy server command"},"sessionId":"666c9e4f-7653-487a-b299-959d4 000ca79"}
I have chromedriver.exe in the PATH environment variable, the whole log looks like this:
info: Welcome to Appium v0.14.2 info: Appium REST http interface listener started on 127.0.0.1:5555 info - socket.io started debug: Appium request initiated at /wd/hub/session debug: Request received with params: {"desiredCapabilities":{"platform":"ANDROID ","app":"chrome","browserName":"android","browserConnectionEnabled":true,"app-pa ckage":"com.android.chrome","device":"android","rotatable":true,"app-activity":" com.google.android.apps.chrome.Main","takesScreenshot":true,"version":""}} info: Looks like we want chrome on android info: Creating new appium session 666c9e4f-7653-487a-b299-959d4000ca79 info: Ensuring Chromedriver exists debug: Pushing unlock helper app to device... debug: executing: adb install C:\Users\hidden\Downloads\AppiumForWindows-0.14.2\ Appium\node_modules\appium\build\unlock_apk\unlock_apk-debug.apk warn: killed=false, code=1, signal=null debug: Appium request initiated at /wd/hub/status debug: Request received with params: {} debug: Proxying command to 127.0.0.1:9515 info: Making http request with opts: {"url":"http://127.0.0.1:9515/wd/hub/status ","method":"GET"} info: Responding to client with error: {"status":13,"value":{"message":"An unkno wn server-side error occurred while processing the command.","origValue":"Did no t successfully proxy server command"},"sessionId":"666c9e4f-7653-487a-b299-959d4 000ca79"} GET /wd/hub/status 500 1014ms - 238b POST /wd/hub/session 200 31311ms
Thanks.
android google-chrome selenium appium
Juan aceceo
source share