WaitForStateAttribute

The name of an attribute, on the element specified by WaitForStateSelector, on which you want to apply WaitForStateValidator.

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

The following example configures the connector to monitor an attribute named data-page-load-status on a div element with the class MyPageSection.

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

See Also: WaitForStateSelector