WebElementTimeout |
Top Previous Next |
×V4.1Ø
Valid for: SetStartup & SetRuntime
Syntax - SetStartup WebElementTimeout <Delay> Where: <Delay> is a numeric value.
Description: This setting defines the maximum time in milliseconds that EMUE will wait for an element to appear on a web page before the script returns an error. The default timeout is 10000 milliseconds or 10 seconds.
Sample: The following statement sets the WebControlTimeout option so that it instructs EMUE to wait up to 5 seconds for an element to appear. SetStartup WebElementTimeout 5000
|