What are the different types of drivers available in webdriver?



What are the different types of drivers available in webdriver?..

Answer / Km Sunita Devi

The different types of drivers available in Selenium WebDriver include:
1. ChromeDriver: for automating Google Chrome browser.
2. FirefoxDriver: for automating Mozilla Firefox browser.
3. InternetExplorerDriver: for automating Microsoft Internet Explorer browser.
4. SafariDriver: for automating Apple's Safari browser.
5. HtmlUnitDriver: a headless browser that does not require an actual web browser to run the tests.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

What is the selenium's recording language?

1 Answers  


Mention why do you need session handling while working with selenium?

1 Answers  


For database testing in selenium webdriver what api is required?

1 Answers  


How to download a file in selenium webdriver?

1 Answers  


What are the webdriver supported mobile testing drivers?

1 Answers  


What is the syntax of finding elements by class using css selector?

1 Answers  


Tell me what kind of mouse actions can be performed in selenium?

1 Answers  


What is implicit wait in selenium webdriver?

1 Answers  


What selenese command and argument can be used to transfer the value of a javascript variable into a side variable?

1 Answers  


How does one store the current url using selenium 2.0?

1 Answers  


What do you mean by selenese?

1 Answers  


How do you verify if the checkbox/radio is checked or not?

1 Answers  


Categories