Sunday, 19 May 2019

SE - 8 - Close() and Quit() in Selenium WebDriver!

Close() - It just closes focused browser.If there are more than one Browser window opened by the Selenium Automation, then the close( ) command will only close the Browser window which is having focus at that time. It wont close the remaining Browser windows.

Quit() - It closes all browsers. quit( ) WebDriver command is generally used to shut down the WebDrivers instance. Hence it closes all the Browser windows that are opened by the Selenium Automation.

No comments:

Post a Comment