Last Updated: May 27, 2021
Use this function to change the implicit delay by updating the timeout value (in seconds) used on the Web Automation screens while waiting for an element to be available. Default value is 15 seconds.
Note: Useful in dynamic web pages.
AlterImplicitDelay (delay)
Input Parameter Name | Description |
---|---|
delay | Value in seconds (Amount of time to be waited for the element to be available) |
AlterImplicitDelay(50)
To view all the User Interface (UI) functions, click here.