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
How can we create object repository in selenium?
Is there a way to refresh browser using selenium?
What is page object model or pom?
Which web driver implementation is fastest?
How can we create a data-driven framework using testng?
When do we use findelement() and findelements()?
What do you mean by selenese?
What is the selenium webdriver?
What are the types of listeners in testng?
What types of tests are compatible with Selenium?
What are the regular expression patterns available in selenium?
Tell me does the selenium have any limitations?
What happen if you mix both thread.sleep and webdriver waits in a selenium script?
What are the two modes of views in selenium ide?
How can we find the value of different attributes like name, class, value of an element?