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
How does one calculate the number of rows using selenium 2.0?
Which is the super interface of webdriver?
What are the different components in selenium?
How to configure selenium web driver in eclipse?
Can we enter text without using sendkeys()?
What are the limitations of selenium?
What is the difference between “type” and “type and wait for” command?
How do you read test data from excels?
Can captcha and bar code reader be automated by using selenium?
Give ide's main parts and components?
How to change the url on a webpage using selenium web driver?
When should I use selenium grid?
How testing is better than junit?
how can you retrive the message in an alert box?
Do you know what are the main advantages of selenium grid?