interface OutputSelectFilter
An object that provides filters to match a set of output elements, to be asserted using OutputAssertion.
interface OutputSelectFilter;
Instance members
element
The element itself, if known.source
The source view object that rendered the output.type
A type of element (string or class).name
The name of the element, if any.disabled
True if the element must be disabled, false if it must not.readOnly
True if the element must be readonly, false if it must not.pressed
True if a button must be selected (pressed), false if it must not.focused
True if the element must be focused, false if it must not.checked
True if the toggle must be checked, false if it must not.text
Text content, as an exact match or regular expression.icon
A string representation of the element’s icon content, must be an exact match.chevron
A button element’s chevron direction, must be an exact match.imageUrl
An image URL, must be an exact match.value
The current input value for text fields.accessibleRole
A matching element’s accessible role.accessibleLabel
A matching element’s accessible label.variant
Variant style flags to match; each specified key must match the element’s variant value.style
A set of style overrides that must be applied to a matching element (values for e.g.bold,textColor, andbackground).position
Position options that must match (e.g.gravity,top,bottom).layout
Layout options that must match for containers (e.g.axis,distribution,gravity).
