List the different types of drivers available in web drivers.
Answer / Shivam Agarwal
WebDriver supports various browser drivers to automate different browsers. Some of them are: 1. ChromeDriver (for Google Chrome) 2. FirefoxDriver (for Mozilla Firefox) 3. SafariDriver (for Apple's Safari) 4. InternetExplorerDriver (for Microsoft Internet Explorer) 5. EdgeDriver (for Microsoft Edge)
| Is This Answer Correct ? | 0 Yes | 0 No |
How does you identify the list of links present on the page
How to check if an element is visible on the web page?
in real time, where do u log defects using selenium?
what is the difference between driver.get() and driver.navigate.to(“url”)?
List some scenarios which we cannot automate using selenium webdriver?
What are the advantage and features of selenium ide?
How you can capture server side log selenium server?
What is selenium webdriver?
What are the capabilities of selenium ide?
What are the capabilities of selenium webdriver or google webdriver or selenium 2.0?
What is a fundamental difference between xpath and css selector?
how to handle staleelementreferenceexception?