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

#270 Fixes heartbeat thread warning on shutdown #271

Closed tomcashman closed 7 years ago

tomcashman commented 7 years ago

The suggestion that it was the heartbeat thread was correct (I had 2 instances running which explains the log). While the thread did eventually end this change removes the warnings.

hollingsworthd commented 7 years ago

Nice. Looks good. Thanks!