Explain the line of code webdriver driver = new firefoxdriver()?
Answer Posted / anshul
Here Firefox is a class which is implemented the WebDriver interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is selenium rc?
List some of the programming languages that are strongly supported by selenium webdriver.
How to change the url on a webpage using selenium web driver?
What api is required for database testing in selenium webdriver?
How will you handle working with multiple windows in selenium?
How can you run selenium server other than the default port 4444?
Explain how you can capture server side log selenium server?
Please explain what are the different types of locators in selenium?
How to get the title of the page?
Explain what does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
What is the difference between single and double slash in xpath?
What happens if I run this command. Driver.get(“www.softwaretestingmaterial.com”) ;
Write a code snippet to launch chrome browser in webdriver.
Which web driver implementation is the fastest?
Enlist the components of selenium.