Search

Alter Implicit Delay

Last Updated: Dec 13, 2020

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.

To view all the User Interface (UI) functions, click here.

Did you find what you were looking for?