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 you say in regards to the flexibility of selenium test suite?
How you can handle frames using selenium 2.0?
How many types of webdriver api's are available in selenium?
In which format does source view shows your script in selenium ide?
What is actions class in webdriver
Can we edit recorded selenium ide test cases?
What is regular expressions? How you can use regular expressions in selenium?
What is page object model in selenium?
Can I navigate back and forth in a browser in selenium webdriver?
What are the advantages and disadvantages of selenium over other testing tools like qtp and testcomplete?
How can we create object repository in selenium?
What are the challenges and limitations of selenium webdriver?