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 are the advantages of using git hub for selenium?
How to assert the title of the web page?
What are the different types of web controller APIs supported in Selenium?
How to check whether a text is underlined or not?
How to find the xpath of web table elements.in chrome or internet explorer.or without using fire bug.?
What are different types of locators?
How you can login into any site if it’s showing any authentication popup for password and username?
What is the command to connect a node to the selenium grid?
What are the annotations used in testng?
What are the Different Types of Waiting in the WebDriver?
Can we enter text without using sendkeys()?
What are the capabilities of selenium webdriver or google webdriver or selenium 2.0?