I just started working with Canopy and am struggling with select lists. I know that you can set the selected item by value by doing:
"#dropDown" << read "option[value='x']"
However, how would you choose the nth element of the select list> Or, what about the selection by text? I can not find anything in the documentation.
bp123 source
share