w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
676 stars 190 forks source link

Clarify when an element is disabled #1807

Closed whimboo closed 2 months ago

whimboo commented 2 months ago

Selenium's atom "Is Element Enabled" special-cases the disabled state for "option" and "optgroup" elements when the nearest anchestor "select" is disabled as well.

@jgraham please let me know if that is what you would imagine based on your comment from: https://bugzilla.mozilla.org/show_bug.cgi?id=1863266#c12


Preview | Diff

whimboo commented 2 months ago

There is currently a bug in the Actions workflow for action-setup@v3 which breaks our build. I've filed https://github.com/w3c/spec-prod/issues/178 to get this fixed.

whimboo commented 2 months ago

As per Matrix @jgraham is fine with the rest of the changes. And thanks to @AutomatedTester we got also feedback from the Selenium side. So lets get this PR merged.