driver quit or close ? code example
Example 1: driver.close
driver.close() is used to close the current browser that we are
running the test.
Example 2: driver.quit method
driver.quit() is used to close all the browser opened by Selenium
Webdriver.