Selenium Quiz Question
Selenium Quiz Question
Which of the following components of Selenium is a framework for writing test scripts in various programming languages?
- A. Selenium IDE
- B. Selenium Grid
- C. Selenium WebDriver
- D. Selenium RC
Answer: C. Selenium WebDriver
Explanation
Selenium WebDriver is a component of Selenium that allows you to write test scripts in various programming languages (such as Java, C#, Python, etc.) to automate web browser actions.