Technical Solution
|
2
min read
In Selenium Webdriver, a browser session can be closed using two webdriver commands: close() and quit(). This article talks about the details.