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 handle ajax calls in selenium webdriver?
What is XPath? How does it work?
What methods of robot class do you know?
Tell us what kinds of test types are supported by selenium?
Tell me how colors could be handled in selenium webdriver?
What is the selenium's recording language?
Enlist the components of selenium.
What automation tools could be used for post-release validation with continuous integration?
Difference between @findByMethod and @findelement?
Which webdriver implementation claims to be the fastest?
How you can login into any site if it’s showing any authentication popup for password and username?
what is your approach clicking all the links which are available on the page?