We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Also see https://www.npmjs.com/package/selenium-standalone#programmatic-api
Sorry, something went wrong.
No branches or pull requests
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.htmlFor instance via https://github.com/admc/wd
The text was updated successfully, but these errors were encountered: