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
Would allow to connect to a runtime in any browser supporting WebDriver. Including hosted by a service like Saucelabs.
Could use
executeScriptAsyncas the base: http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/selenium/JavascriptExecutor.htmlFor instance via https://github.com/admc/wd