-
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
Select / option is not found inside an iframe #170
Comments
Have you changed |
No, a brand new project with that one test. No configuration changes. Using Firefox if that matters. I'm able to work around this by just using Selenium
In my other tests I noticed that canopy works fine when both value and text in option tag are the same, otherwise it fails for me |
Thanks lokki, I will look into it tonight. |
This one was tough. It was finding the select in the iFrame, then trying to find the element by value and by text inside the select. canopy automatically tries to leave frames if it can't find an element. It was doing this which was breaking the instance of the select element I had making it 'stale'. I fixed this by improving the selector to get value/text in one try and it resolved the issue. Good find, sorry it took so long to resolve. |
New version published to nuget. Let me know if you have anymore issues! Thanks! |
Hi
fails for me with latest canopy nuget
It seems like it can find the select, but cannot find an option either by text or by value when it's inside an iframe. Without the iframe everything works
The text was updated successfully, but these errors were encountered: