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 |
Tell me does the selenium have any limitations?
Different types of synchronization
When do you use selenium grid?
What are the test types supported by selenium?
What are the different keyboard operations that can be performed in selenium?
How you can insert a break point in selenium ide?
What is the main disadvantage of implicit wait?
What are different types of locators?
Why and how will you use an excel sheet in your project?
How we handle pop-up web-based ?
How can we handle windows based pop up?
How could ajax controls be handled in webdriver?