Quiz Time: 10mins
10 minutes
Selenium Basics
1 / 8
1. To find all the
2 / 8
2. Choose the appropriate locator code to find the following tag with partial text match.
Save Student Detail
3 / 8
3. Selenium Inbuild class for capturing the Screenshot is
4 / 8
4. Find the appropriate locator to find the tag
Hello Welcome to the Store
5 / 8
5. Which method use to exit the WebDriver from all iframes to main HTMl document.
6 / 8
6. Which Selenium Class provides the wait conditions for the visibility/presence of a particular element.
7 / 8
7. Which selenium method use to select the Drop Down option by displayed text.Complete the following code by input line
WebElement dropdown=driver.findElement("//select[name='cities']");Select select = new Select();--- Input Line ----
8 / 8
8. Which Selenium method used to verify the element displayed on the UI or not.
Your score is
The average score is 44%
Restart quiz