WaitForStateMatcher

A regular expression to use when you set WaitForStateValidator to ValueMatches or PlainTextValueMatches.

Type: String (regular expression)
Default:  
Required: No
Configuration Section: Any section specified by WaitForStateSections, TaskName, or FetchTasks
Example:

The following example configures the connector to wait until the attribute named data-page-load-status has the value "loaded":

WaitForStateSelector=div.MyPageSection
WaitForStateAttribute=data-page-load-status
WaitForStateMatcher=loaded

See Also: