difference between Close() and Quit()?
Answers were Sorted based on User's Feedback
Answer / girishkumar
Close() - Will close the current window.
Quit() - will close all the windows.
| Is This Answer Correct ? | 23 Yes | 0 No |
Answer / raghu varma penmetsa
if we write driver.close() it will close the current application
if we write driver.quit() it will close current application along with surrounding applications
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / chetan phani.j
close() is used to close the current window or Parent window.
quit() is used to close all the windows opened by Selenium.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is heightened privileges browsers?
Tell us how you can use recovery scenario with selenium?
Do you know any alternative test automation tools for selenium?
How would one access the value of a side variable named name from within a javascript snippet used as the argument to a selenese command?
Explain about selenium-ide ?
How to perform right click using webdriver?
List out the technical challenges with selenium?
How can I learn to automate testing using selenium?
What is the wait?
How can we fetch the page source in selenium?
What are soft assert and hard assert in selenium?
Do you know a way to refresh browser by using selenium?