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

hotfix deprecated interface #298

Closed igor-rubis closed 6 years ago

igor-rubis commented 6 years ago

Hello!

While using your lib I figured out that it conflicts with last versions of selenium-java. The point is that the 'Killable' interface was deprecated and then removed from selenium lib since no class implements it anymore. This is just a hot fix to make the project using both your lib and selenium even compile. Please consider a replacement for this interface since it's not maintained anymore.

trask commented 6 years ago

+1, I just ran into this also

hollingsworthd commented 6 years ago

Thank you! I'll resolve the conflicts and merge this tomorrow.

hollingsworthd commented 6 years ago

This is released with v0.17.10 now on Maven Central. Thanks @igor-rubis @trask !