Element-filters
From STIQ
Element Filters
Element filters can be used with a locator to refine a list of candidate elements. They are currently used only in the 'name' element-locator.
Filters look much like locators (i.e. filterType=argument).
Supported element-filters are:
- value=valuePattern - Matches elements based on their values. This is particularly useful for refining a list of similarly-named toggle-buttons.
- index=index - Selects a single element based on its position in the list (offset from zero).
