Open jonnor opened 9 years ago
Would allow to connect to a runtime in any browser supporting WebDriver. Including hosted by a service like Saucelabs.
Could use executeScriptAsync as the base: http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/selenium/JavascriptExecutor.html For instance via https://github.com/admc/wd
executeScriptAsync
Also see https://www.npmjs.com/package/selenium-standalone#programmatic-api
Would allow to connect to a runtime in any browser supporting WebDriver. Including hosted by a service like Saucelabs.
Could use
executeScriptAsync
as the base: http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/selenium/JavascriptExecutor.html For instance via https://github.com/admc/wd