Skip to content
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 a tunnel for directly managing webdriver binaries #1072

Open
jason0x43 opened this issue Nov 8, 2017 · 1 comment
Open

Add a tunnel for directly managing webdriver binaries #1072

jason0x43 opened this issue Nov 8, 2017 · 1 comment
Assignees
Labels
domain-tunnels Related to Intern's webdriver tunnels (formerly Dig Dug) effort-high This will take a while enhancement A new or improved feature priority-high Most important

Comments

@jason0x43
Copy link
Member

See #314

Intern currently uses Selenium to manage browsers, which requires Java. The Java requirement is becoming more of a burden as time goes on, and most browsers have native WebDriver drivers at this point, so it would be worthwhile to add a tunnel class that could work with them directly. We already have logic in SeleniumTunnel to retrieve tunnel binaries; we'll just need to be able to configure and launch them.

@vladikoff
Copy link
Member

vladikoff commented Nov 8, 2017

👍 this would be great! I heard it will also be a speed boost (by eliminating the "java" layer)

@edhager edhager self-assigned this Feb 14, 2019
jason0x43 referenced this issue in theintern/digdug Oct 3, 2019
Support external Selenium config via a JSON file. This will make updating driver
info slightly easier, and can be shared with the eventual webdriver-only driver.
It will also allow for loading newer driver version data into an existing digdug
install.

references #54
references #71
@jason0x43 jason0x43 transferred this issue from theintern/digdug Jan 23, 2020
@jason0x43 jason0x43 added domain-tunnels Related to Intern's webdriver tunnels (formerly Dig Dug) enhancement A new or improved feature priority-high Most important effort-high This will take a while labels Jan 23, 2020
@jason0x43 jason0x43 added this to the Intern 5.0 milestone Feb 3, 2020
@jason0x43 jason0x43 removed this from the Intern 5.0 milestone Feb 7, 2020
@jason0x43 jason0x43 self-assigned this Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain-tunnels Related to Intern's webdriver tunnels (formerly Dig Dug) effort-high This will take a while enhancement A new or improved feature priority-high Most important
Projects
None yet
Development

No branches or pull requests

3 participants