How do you get all the values from Drop Down list?
Answer Posted / raj
(new WebDriverWait(driver, 60)).until(new ExpectedCondition<WebElement>() {
public WebElement apply(WebDriver newDriver) {
return newDriver.findElement(By.id("BlogArchive1_ArchiveMenu"));
}
});
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain me what are the main advantages of selenium?
What are the advantages of selenium?
Can you use Selenium to test the Rest API or Web services?
What is the significance of testng.xml?
How to switch between multiple windows in selenium?
What are the different types of wait statements in selenium webdriver? Or how do you achieve synchronization in webdriver?
What is the difference between the commit and verify commands?
What are the types of waits available in selenium webdriver?
What the webdriver supported mobile testing drivers do you know?
Describe technical problems that you had with selenium tool?
How to capture bitmaps in selenium?
What are the different types of locators in Selenium?
What happen if you mix both implicit wait and explicit wait in a selenium script?
Tell me the meaning of assertion in selenium and what are the types of assertion?
Mention in what ways you can customize testng report?