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

does not support WebDriverWait #237

Closed linlihuiyang closed 7 years ago

linlihuiyang commented 7 years ago

when i use other webdriver , i used WebDriverWait usually, but jbrowserDriver does not support, advice to add selenium-support in pom

hollingsworthd commented 7 years ago

If it's just a matter of adding the dependency, then users should do that on their own. The goal is to have as few dependencies as possible to make compilation and basic use cases work. Is there something more that makes this lib incompatible with WebDriverWait (code changes needed)?