Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Opacity: 0; fields should return true for isDisplayed #1941

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 1941

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions