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 |
What is the selenium's recording language?
Mention why do you need session handling while working with selenium?
For database testing in selenium webdriver what api is required?
How to download a file in selenium webdriver?
What are the webdriver supported mobile testing drivers?
What is the syntax of finding elements by class using css selector?
Tell me what kind of mouse actions can be performed in selenium?
What is implicit wait in selenium webdriver?
What selenese command and argument can be used to transfer the value of a javascript variable into a side variable?
How does one store the current url using selenium 2.0?
What do you mean by selenese?
How do you verify if the checkbox/radio is checked or not?