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

Fix pageLoadTimeout for AjaxListener #289

Closed nddipiazza closed 6 years ago

nddipiazza commented 6 years ago

By using the .get() of the page load AtomicLong it was no longer seeing the newer values specified by the driver.manage().timeouts().pageLoadTimeout(...); Switch to using the AtomicLong and dereference it everytime needed.

hollingsworthd commented 6 years ago

Looks good. Thank you very much for this!