Canopy - work with selected lists

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.

+4
source share
1 answer

There are some good suggestions / answers here: https://github.com/lefthandedgoat/canopy/issues/176

+2
source

All Articles