Interfaces
ValueSelector
represents a dom element selector and the method to extract the value from the element.
Extends
Properties
multiValue?
Optional. Whether the selector extracts multiple values, if set to true the returned value will be array of strings
regex?
Optional. A regex pattern and match index for extracting the value.
matchIndex?
pattern
selectionMethod?
Optional. The method for selecting the value. all-text
selects all text content, direct-text
selects the direct text content(does not include the text inside nested elements), and propertyName
selects the value of a property.
selector
The selector string for the element.
Inherited from
type?
Optional. The type of the selector (xpath or css) default is css