About Lesson
Selenium Test Scripts
To use Selenium WebDriver, we must first install the appropriate driver for its web browser. Once the driver is installed, we can start writing selenium test scripts. Selenium test script is the test code written in any programming language the driver interprets.
Selenium test scripts are written in various programming languages, like Java, Python, C#, Ruby, etc. The syntax for writing test scripts varies depending on the programming language.