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

Browse Popular Code Answers by Language