difference between driver.close and driver.quit in selenium
close() method shall close the browser which is in focus.
quit() method closes all the browsers.
close() method closes the active WebDriver instance.
quit() method closes all the active WebDriver instances