Can you wrap browser.driver.quit in try catch block and try. Also check if driver.quit api returns npe on success full closure Is this related to selenium web driver
Sent from Yahoo Mail for iPad On Friday, September 7, 2018, 11:40 AM, MaxwellFalcon <[email protected]> wrote: Here is the code: @After public void testCleanUp(){ browser.driver.quit(); } I guess it is worth noting that these tests are running perfectly fine in my IDE (Intellij). -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
