You can add "option" to the xpath with its value to access the item in the list.
WebElement wel =
driver.findElement(By.xpath("//select[@id='dropdown_id']/option[@value='BillPay']"));
> --
> You received this message because you are subscribed to the Google Groups "Selenium Users" group.
> To post to this group, send email to seleniu...@googlegroups.com.
> To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
>
>
Select sel = new
Select(driver.findElement(By.xpath("//select[@id='destination']")));
sel.selectByVisibleText("Bill pay");
You have some more methods like getOptions to get all the list of
items from listitem.
System.out.println("notAudited:"+_browser.getXpathCount("//select[@name='not
Audited']/option"));
thanks
sam6
--
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.
If you have received this email in error please notify postm...@ardescosolutions.com