Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Which is the package which is to be imported while working with webdriver?

1112


What are the different methods to refresh a web page in webdriver?

944


How does you use mouse over actions

1405


Mention in what ways you can customize testng report?

1225


What is a data driven framework?

1139


What is the meaning of assertion in selenium and what are the types of assertion?

1019


Write a code snippet to launch firefox browser in webdriver.

965


What differs the configuration of Selenium Selenium 2.0 1.0?

955


From selenium ide how you can execute a single line?

1314


What is the difference between getwindowhandles() and getwindowhandle()?

1081


How can we create a data-driven framework using testng?

1009


Write a code snippet to launch internet explorer browser in webdriver.

954


Explain the difference between implicit wait and explicit wait.?

999


Do you know how to locate a link using its text in selenium?

952


How to handle alerts in selenium webdriver?

1050