You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
What steps will reproduce the problem?
1. Create an html page "<select style="opacity: 0;"><option>Test</option></select>"
2. Try selecting 'Test' from select with selenium
3. Try selecting 'Test' as a user viewing the page (in chrome or firefox) (click around
in the top left of the page as the control will be invisible)
What is the expected output? What do you see instead?
I expect to be able to select 'Test' from selenium (as a user can select 'Test' manually).
Instead I get a "You may not select an element that is not displayed. This is wrong
- as I clearly can do it manually.
Reported by paul@volpato.net on 2011-06-28 06:29:25