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 api is required for database testing in selenium webdriver?
How is driver.close()command different from driver.quit command?
To generate pdf reports mention what java api is required?
Please explain what are the different types of locators in selenium?
Tell me what kind of mouse actions can be performed in selenium?
Which selenium command(s) simulates selecting a link?
How to login to any site if it’s showing any authentication popup for
List some of the test types that are supported by selenium.
What are the different ways of locating a web element in selenium?
How to launch a browser using selenium webdriver?
selenium can handle pop-up windows based on selenium is a test tool?
Explain what is group test in testng?