WaitForWebPageCompletion |
Top Previous Next |
×V4.1Ø
Valid for: SetStartup
Syntax - SetStartup WaitForWebPageCompletion {"Yes" | "No"}
Description: This option is used to determine if the EMUE application is to wait for a page to finish loading before proceeding. If this option is set to No then the system will execute the current command and proceed regardless of whether or not the web page has loaded.
Sample 1: The following statement sets the WaitForWebPageCompletion option to Yes so that it instructs EMUE to wait until the web page is loaded before proceeding. SetStartup WaitForWebPageCompletion "Yes"
Sample 2: The following statement sets the WaitForWebPageCompletion option to No so that it instructs EMUE to not wait allowing the script to process. SetStartup WaitForWebPageCompletion "No"
|