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

Upgrade to Selenium 3.14.0 #329

Closed valfirst closed 5 years ago

valfirst commented 5 years ago

Selenium deprecated a set of interfaces and switched internally to new types. It broke compatibility of jBrowserDriver with Selenium 3.14.+ and requires version update.

valfirst commented 5 years ago

@hollingsworthd could you please review the changes?

hollingsworthd commented 5 years ago

Looks good. Thanks for submitting this! I'll be making a release with this shortly.