Search

Alter Implicit Delay

Articles

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.

Syntax

AlterImplicitDelay (delay)

Parameters

Input Parameter Name Description
delay Value in seconds (Amount of time to be waited for the element to be available)

Sample

AlterImplicitDelay(50)

  • Waits for 50 seconds for the element to be available.
Did you find what you were looking for?