Answers for "driver.close"

1

driver.get close how

driver.close() - closes the browser window which is currently in focus.
driver.quit() -  closes all the browser windows and terminates the WebDriver session.
Posted by: Guest on July-09-2021
1

driver.close

driver.close() is used to close the current browser that we are
running the test.
Posted by: Guest on December-04-2020

Browse Popular Code Answers by Language