Wait For State Parameters

The parameters in this section configure the connector to wait before processing a web page. You might want to do this if the website uses JavaScript to load page content and you need to make sure the content has finished loading before the connector processes the page.

NOTE: If you configure one or more WaitForStateSections in your configuration file, the following parameters are ignored and the connector uses your specified configuration(s) instead.

The following example checks that a specific element has been added to the page:

WaitForStateSections=WaitSection0

[WaitSection0]
WaitForStateUrlRegex=.*page_to_wait_for\.htm
WaitForStateSelector=div.MyImportantContent
WaitForStateValidator=present
WaitForStateTimeout=20s
WaitForStateFailOnTimeout=TRUE