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 |
How to check which option in the dropdown is selected?
What are various ways of locating an element in selenium?
What are different forms of selenium?
How can you run selenium server other than the default port 4444?
What are heightened privileges browsers?
What are the challenges and limitations of selenium webdriver?
Can captcha and bar code reader be automated by using selenium?
How can you find if an element displayed on the screen?
How will you use selenium to upload a file?
How to get typed text from a textbox?
What is selenium?
How do you handle Multiple windows in your application?