Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@mrdaniellewis mrdaniellewis released this 02 Apr 13:35
347bbe0

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