Quiz 2: Selenium WebDriver Basics

1. What is Selenium WebDriver?

2. Which language is NOT supported by Selenium WebDriver?

3. What does `driver.get(\"URL\")` do?

4. Which WebDriver method is used to locate an element?

5. What is the purpose of `driver.quit()`?

6. Which of the following is a valid locator in Selenium?

7. How do you perform a click action in WebDriver?

8. What is the use of `WebDriverWait`?

9. What does `driver.switchTo().alert()` do?

10. Which driver is used for automating Chrome browser?