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 |
Describe a framework. List some of the common automation frameworks.
Just how much does selenium license cost per customer device?
What programing language is most useful for creating selenium evaluations?
Give selenium ide tool disadvantage?
what is the difference between absolute path and relative path?
What is the use of deselect all () method?
How to get a text of a web element?
How can I read test data from excels?
Explain me how to execute javascript in selenium?
What are startpoints and breakpoints in selenium?
How can we fetch title of the page in selenium?
From your test script how you can create html test report?