What is the difference between driver.close() and driver.quit command?
driver.close() driver.close() is a webdriver command which closes the browser window which is currently in focus. During the automation process, if there are more than one browser window opened, then the close() command will...