MachinePublishers / jBrowserDriver

A programmable, embeddable web browser driver compatible with the Selenium WebDriver spec -- headless, WebKit-based, pure Java
Other
809 stars 143 forks source link

Support Selenium 3 #290

Open psiinon opened 6 years ago

psiinon commented 6 years ago

Are there any plans to support Selenium 3? We'd like to use jBrowserDriver in https://github.com/zaproxy/zaproxy but we're in the process of moving to Selenium 3 right now so that we can support the latest versions of Firefox etc

hollingsworthd commented 6 years ago

I've seen users reporting that jBrowserDriver is compatible with Selenium 3.0. The Maven-configured dependencies still use Selenium 2.x but that will be update at some point and I believe Maven is configurable enough you can move to v 3.0.

nddipiazza commented 6 years ago

@hollingsworthd looks like everything is moved over to 3.x in the pom. i think the docs are the only thing to still point to 2.x yes?