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
[py] Fix select being able to select options hidden by css rules (#15135)
* [py] Fix select being able to select options hidden by css rules
* corrected formatting with format.sh
* Fix select_by_visible_test to raise an exception on hidden options even if the argument text has spaces
Fix error messages to be the same as java's one
* [py] adding check to all instances of invisible properties to test_raises_exception_select_by_text_multiple_hidden
- adding "opacity: 0.0", "display: none", "visibility: hidden" to formPage.html#invisible_multi_select
- checking all the options of formPage.html#invisible_multi_select in test_raises_exception_select_by_text_multiple_hidden()
---------
Co-authored-by: Simon Benzer <[email protected]>
0 commit comments