Open
Description
Feature and motivation
User @FFederi noticed that the Select
class is not consistent across language bindings in #15135.
I'm creating this ticket so we can discuss and track making this consistent
Usage example
In Java:
selectByVisibleText()
and selectByContainsVisibleText()
should both check properties "visibility", "display", and "opacity", for values of "hidden", "none", "0", "0.0".
Tracking
- Python [py] Fix select being able to select options hidden by css rules #15135
- Java
- Dotnet
- Ruby
- Javascript