Open GoogleCodeExporter opened 9 years ago
You can use a CSS selector :
[id^=start_string][id$=end_string]
With your example :
selenium.type "css=[id^=OptionListControl__optionLeg][id$=TextBoxNotional]",
"1500000"
Some documentation about CSS selectors :
http://www.w3.org/TR/css3-selectors/
Original comment by florentbr
on 20 Aug 2013 at 7:02
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
steepd...@gmail.com
on 20 Aug 2013 at 5:51