The quit() method will kill the WebDriver instance.
That is,
//If "driver" is an instance of WebDriver;Then to kill the instance:driver.quit();
No comments:
Post a Comment