-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Add Selenium tunnel #19
Comments
This would be fantastic. A couple of "food for thought" notes:
|
I'd like to see this feature as well. As of now I have external work-arounds (e.g. PhantomJS2) to spin up a browser instance to run intern against, and quit the browser afterwards. |
Add a new tunnel provider that downloads and runs Selenium (and configurable optional dependencies like ChromeDriver, IEDriverServer, etc.) on the local machine.
This should be pretty easy since TestingBot already uses a Java application so that code can pretty much just be taken and lightly edited into a new tunnel.
The text was updated successfully, but these errors were encountered: