xxxxxxxxxx
driver.close() - closes the browser window which is currently in focus.
driver.quit() - closes all the browser windows and terminates the WebDriver session.
xxxxxxxxxx
driver.close() is used to close the current browser that we are
running the test.