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
What are core extension?
Which are the operating systems supported by selenium?
My application uses ajax heavily how do I use selenium rc to work with ajax operations?
What do we mean by selenium 1 and selenium 2?
Tell me could cookies be deleted in selenium?
What are the junits annotation linked with selenium?
What is the difference between selenium and qtp?
How to hover the mouse on an element?
What are the different types of wait statements in selenium webdriver? Or how do you achieve synchronization in webdriver?
How to get the title of the page?
How do you perform drag and drop operation in webdriver?
What is soft assertion in selenium?
Write a code snippet to launch firefox browser in webdriver.
How recorded command can be edited in ide?
How to login to any site if it’s showing any authentication popup for