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 do you know about Selenese?
How to delete browser cookies with selenium web driver?
What are selenium tests normally named (as displayed at the top of each test when viewed from within a browser)?
What is an absolute xpath?
Is there a way for me to know all available options when I start selenium server?
How can we move to nth child element using css selector?
Why do you need session handling while working with selenium?
Explain dataproviders in testng using an example. Can I call a single data provider method for multiple functions and classes?
How can we handle window ui elements and window pop ups using selenium?
How can you find if an element in displayed on the screen?
How do you verify if the checkbox/radio is checked or not?
What exactly is the price of selenium test-suite?
Explain how you can capture server side log selenium server?
Does selenium support mobile internet testing?
What is testng and how is it better than junit?