What are methods available in WebDriver interface?
Selenium WebDriver have large set of methods to perform browser interactions . Those are catogorised broadly *Browser Methods perform actions on a browser.
- WebElement Methods perform actions on WebElements.
- Navigation Methods load a web page, refresh a web page, or move backwards and forwards in our browser’s history.
- Wait Methods pause between execution statements.
- Switch Methods switch to alerts, windows, and frames. An alert is also known as a pop-up.