OptionalbusyOptionalcheckedIf true only includes elements in the query set that are marked as
checked in the accessibility tree, i.e., aria-checked="true"
OptionalcurrentFilters elements by their aria-current state. true and false match aria-current="true" and aria-current="false" (as well as a missing aria-current attribute) respectively.
OptionaldescriptionOnly considers elements with the specified accessible description.
OptionalexpandedIf true only includes elements in the query set that are marked as
expanded in the accessibility tree, i.e., aria-expanded="true"
OptionalhiddenIf true includes elements in the query set that are usually excluded from
the accessibility tree. role="none" or role="presentation" are included
in either case.
OptionallevelIncludes elements with the "heading" role matching the indicated level,
either by the semantic HTML heading elements <h1>-<h6> or matching
the aria-level attribute.
OptionalnameOnly considers elements with the specified accessible name.
OptionalpressedIf true only includes elements in the query set that are marked as
pressed in the accessibility tree, i.e., aria-pressed="true"
OptionalqueryIncludes every role used in the role attribute
For example *ByRole('progressbar', {queryFallbacks: true}) will find <div role="meter progressbar">.
OptionalselectedIf true only includes elements in the query set that are marked as
selected in the accessibility tree, i.e., aria-selected="true"
Optionalsuggestsuppress suggestions for a specific query
Optionalvalue
If true only includes elements in the query set that are marked as busy in the accessibility tree, i.e.,
aria-busy="true"