What is selenium webdriver?
Answer / chetan phanindra kumar
WebDriver is a web automation framework that allows you to execute your tests against different browsers, not just Firefox, Chrome (unlike Selenium IDE).we can use use programming language in designing your test scripts.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to conduct database testing with selenium webdriver?
What are the annotations available in testng?
What is the difference between driver.close() and driver.quit() methods?
Is there a way for me to know all available options when I start selenium server?
Other than the default port 444 how you can run selenium server?
How you can switch between frames?
What is parameterization in testng? How to pass parameters using testng.xml?
Why and how will you use an excel sheet in your project?
How to debug the tests in selenium ide?
What will be the limits of selenium?
What are different types of locators?
How to do file upload in selenium?