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 |
Explain me how to handle alerts in selenium webdriver?
How to enforce the title of the website?
How you build object repository in your project?
What is the syntax of finding elements by id using css selector?
what is selenium Grid
How do you identify an object using selenium?
What is exception test in selenium?
How can we find all the links on a web page?
Disadvantages of Hybrid Framework?
What is a keyword driven framework?
How does one execute java scripts function in selenium?
Mention when to use autoit?