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

Issue When Calling Quit in Selenium Using WebDriver #213

Open asevans48 opened 7 years ago

asevans48 commented 7 years ago

For the most part, everything runs smoothly with JBrowserDriver. However, when I call quit() the following appears.

Exception in thread "main" java.lang.NoClassDefFoundError: com/thoughtworks/selenium/SeleniumException
    at com.machinepublishers.jbrowserdriver.Util.handleException(Util.java:129)
    at com.machinepublishers.jbrowserdriver.JBrowserDriver.quit(JBrowserDriver.java:1170)
    at org.aevans.goat.selenium.SeleniumBrowser.close(SeleniumBrowser.scala:1031)

Steps to reproduce.

Alex777UAE commented 7 years ago

Upvoting the problem. I'm getting "Request path contains unescaped characters." exception trying to driver.quit() with selenium grid