Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Canopy - Working With Select Lists

I have just started working with Canopy and am struggling with select lists. I know you can set the selected item by value by doing:

"#dropDown" << read "option[value='x']"

However, how would you select the nth element of a select list> Or, how about selecting by text? I can't seem to find anything in the documentation.

like image 708
bp123 Avatar asked Oct 20 '22 21:10

bp123


1 Answers

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

like image 142
bp123 Avatar answered Oct 22 '22 23:10

bp123