What is Selenium WebDriver
- WebDriver is an interface present in the selenium which has lots of methods like findElement, findElements, get, getTitle etc..
- Parent interface of WebDriver is SarchContext.
- Its an open source Automation Testing Framework / set of libraries/ Collection of open source API, primarily it is for Automating Web Applications.
- Selenium WebDriver is platform-independent since the same code can be used on different Operating Systems Selenium Webdriver is platform-independent since the same code can be used on different Operating Systems (Windows , Mac Linux)
- Go to https://selenium.dev/selenium/docs/api/java/index.html. On the left hand side menu, whatever you see in italic is an interface. Notice that WebDriver too is in italic & hence is an interface. Click WebDriver link, the below page should open
Features of selenium
- Multiple Browser
- Multiple Language
- Multiple OS
Post a Comment