I am really enjoying using Canopy Web Testing to test out my .NET Web Apps with F#. However the documentation is sparse. I'm looking for a hint on how to change an HTML select
tag to select an element based on a value
of an option.
Right now, all I can manage to do is calling the click
event from Canopy, and then firing press down
the correct number of times in my test to get to the proper element. Of course, this means my tests all break if the number of elements in the dropdown changes.
Does anyone have an idea of how to use the option
tag's value to select it in the UI?