Tagged: Browser closing

Closing a Browser Window using different methods

Generally we use methods like driver.quit() or driver.close() to close the browser window.But sometimes it’s better to use other methods like actions which are available //Using actions instead of driver.quit Actions action = new...