So what is Selenium WebDriver?
Nov 1 · 2 min read

What is Selenium WebDriver?
- It is a browser automation framework that accepts commands and sends them to a browser.
- It controls the browser by directly communicating with it.
How do you use it?
- First, the user writes tests in an IDE, using the language-specific client provided API of their choice.
