Answers for "close and quit method"

1

close and quit method

Two methods do same thing but, there is a small difference;
driver.close() is used to close the current browser that we are
running the test.
driver.quit() is used to close all the browser opened by Selenium
Webdriver.
Posted by: Guest on December-04-2020
-1

driver.quit method

driver.quit() is used to close all the browser opened by Selenium
Webdriver.
Posted by: Guest on December-04-2020

Browse Popular Code Answers by Language