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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
accessible_name method to Node (Selenium only)
accessible_name filter (Selenium only)
role method to Node
A selenium driver will use the browser's computed role
Rack test will only return the value of the role attribute
Changed
(potentially breaking) the role filter now uses the browser's resolved accessible role (Selenium only)
and will return "none" and "presentation" as nil
Passing an empty string to select_combo_box_option will clear the combo-box
select_combo_box_option takes a block which can be used to filter the found options
Added the aria filter to all selectors that didn't have it
Removed
Removed support for Ruby 3.0. Minimum supported Ruby version is now 3.1