Search

Update Element Wait Timeout

Articles

Use this function to update the timeout value (in seconds) used in waiting for the element to be available in the Web Automation screens. Default value is 15 seconds.

Useful in dynamic web pages.

Syntax

Update element wait timeout (delay)

Parameters

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

Sample

Update element wait timeout(50)

  • Waits for 50 seconds for the element to be available.

To view all the UI functions, click here.

Did you find what you were looking for?