How to select listbox item with incremental value - using selenium RC in C#
Posted
by Vijay Prasath
on Stack Overflow
See other posts from Stack Overflow
or by Vijay Prasath
Published on 2010-04-26T11:57:32Z
Indexed on
2010/04/26
21:13 UTC
Read the original article
Hit count: 211
I Need to select a category from a list box with no of items on it. eg. Videos(29). I need to select this and in the next loop it will be "Videos(30)","Videos(31)" etc..
Tried the followings
Addselection with "//option[@value='4641']",
Storeselectedoption,
selenium.click,
selenium.doubleclick etc..
© Stack Overflow or respective owner