Answer Posted / 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 |
Post New Answer View All Answers
What is group test in testng?
List some of the test types that are supported by selenium.
How to export the tests from selenium ide to selenium rc in different languages?
What are the types of listeners in testng?
What is pom (page object model)?
What kinds of test types are supported by selenium?
What are the different components of the selenium?
What are the open-source frameworks supported by selenium webdriver?
How can you find broken links in a page using selenium webdriver?
Can you explain the framework which you have used in your selenium project?
How would you test your element locator?
What is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
Which are the commands used for capturing the bitmaps?
What programming languages does Selenium use?
What is the purpose of creating a reference variable- ‘driver’ of type