-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F# Canopy Select or Dropdown with Option Group #240
Comments
What I've find myself doing these days is explicitly adding marker attributes to all elements I'd want to interact with. This of course is only viable if you can change the source code. For this example I'd add a marker class to each Without changing the markup, you could probably do That being said. I think it'd be cool if canopy could just traverse these kind of |
Yep looks like an oversite on my part. I will work to get this fixed soon. Wednesday probably. Thanks! |
You can download this now! No changes needed on your side. Should 'just work'. |
How do you select an option or set the value in a select list that has option groups?
This method does not work: How to change a dropdown in an F# Canopy UI Testing Script
sample code:
Canopy Test:
Note I am trying to select by text value, not option value, although I have tried both and neither work.
Issue is on StackOverflow: http://stackoverflow.com/questions/35798661/f-canopy-select-or-dropdown-with-option-group
The text was updated successfully, but these errors were encountered: