Hi ,Can any one tell me ? How can i get all options from drop down designed in other than select tag and print those in consel …i tried
List dropdownval =driver.findElements(By.xpath(“id(‘select_34’)”))
for(int i=0;i<dropdownval.size();i++)
{
println dropdownval.get(i)
}
Test case passed but it did not return anything .Please reply soon any one .i have attached source code for that element ,find here 