SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
345 stars 195 forks source link

WebDriverJS on Android - No documentation #7264

Closed lukeis closed 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 7264

The webdriverjs page mentions support for android 4.x (https://code.google.com/p/selenium/wiki/WebDriverJs
-> at the bottom). However there is no documentation at all how to achieve this. This
bug is about providing documentation how to set up said support.

Reported by immanuel.hayden on 2014-04-28 14:19:56

lukeis commented 8 years ago
https://code.google.com/p/selenium/wiki/WebDriverJs#Working_in_a_Browser

"The WebDriverJS client must be used with the Selenium server. Just as with node, you
can create a WebDriver instance using the webdriver.Builder class:"

Reported by jmleyba on 2014-04-28 18:17:31

lukeis commented 8 years ago
Facepalm, my bad. One related question though: that means if I run webdriverjs as a
node-module (against a standalone server) it should essentially produce output in the
normal selenium protocol which should be interpretable by any (compliant) driver, right?
Just asking random questions because I try to get Selendroid working with Protractor
(which in turn uses webdriverjs) and want to find the reason(s) why its not working.

Reported by immanuel.hayden on 2014-04-28 20:16:41

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 18:22:22