I'm using Selenium to ease my testing burden and I have about 1,000 different drop down list combinations (spread across multiple pages and drop down lists) that need to ...
I'm trying to find a simple Selenium call to grab the current option from a select drop-down list. I'm aware there are calls which grab all the values in a ...
I am having great difficultly testing cascading dropdown boxes with Selenium. I would like to know what the standard approach is for this. I'm a bit unclear as to which commands ...
but i'm getting an error on the second drop down value not first, here is my code
@selenium.select "tester_user_id_2", "label=5: arpana hhhh"
I am using selenium IDE 1.0.10 with ruby on ...
Using selenium I want to get the order of items or rather list of keys of the multiselect list or dropdown.
Seeing in selenium API i see that we can ...