whats better driver.quit or driver.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
driver.quit() is used to close all the browser opened by Selenium
Webdriver.