logo logo

Advanced Selenium Quiz – Test Your Knowledge!

quiz-selenium

It's time for another Selenium Quiz, but this time it's an advanced quiz for Selenium experts!

How well do you think you know Selenium WebDriver?

Test your knowledge with this most up to date advanced Selenium quiz!

1. 

What is the correct way to select an element that contains “target text”?

2. 

Which of the following options are valid ways to access an element by id?

3. 

What is the difference between “/” and “//” in XPath?

4. 

What is the proper command to navigate to testproject.io?

5. 

Will the following line:
driver.findElements(By.name("button")).click();


click on every element with the name button?

6. 

What does the following line return?
WebElement element = driver.findElement(By.name("button"))

7. 

What will the following line return?
List elementList = driver.findElement(By.xpath("*"));

8. 

What is the correct answer regarding driver.close(), driver.quit()?

9. 

Running driver.get(“www.example.com”) will:

10. 

Can Selenium interact with hidden elements?

11. 

What is the difference between WebDriver and RemoteWebDriver?

12. 

To get textbox (input) text, Selenium provides:

13. 

To get element XPATH, Selenium provides:

Click SUBMIT to find out how you scored! Enter your E-mail address to receive the correct answers via mail.

***Your E-mail address will remain confidential. We will NOT spam, spy and we will NEVER share your information with any third parties.

Email
FacebookLinkedInTwitterEmail

Comments

0 2 comments

Leave a Reply