Tuesday 23 July 2013

Difference Between Close() and Quit() in Selenium WebDriver

Close() closes the current active browser window.
Quit() closes all browser windows open on desktop.
If only one browser window is open, close() & quit() function works in same way.

No comments:

Post a Comment