Wait

Wait

 

 

Wait For Not Visible

 

This action is useful to wait until the locator is not visible. Users need to enter the locator value, which is not supposed to be visible.

 

Usage

 

 

 

 

 

Command

qWaitForNotVisible

Descriptive

Wait until {loc} not to be visible

Runtime

WD

Type

WAIT

Support

Web & Mobile

 

 

 

Parameters

Name

Type

Details

loc

LOCATOR

An element locator can be a direct locator value or a locator key stored in locator repository.

 

 

Wait For Window Title

 

This action is useful to wait until the window title of any website or mobile application will load.

 

Usage

 

 

 

 

 

Command

qWaitForWindowTitle

Descriptive

Wait until window title {title}

Runtime

WD

Type

WAIT

Support

Web & Mobile

 

 

 

Parameters

Name

Type

Details

title

STRING

Title of the window.

 

Wait For Any Element Present

 

This action is useful to wait until the specific element be present on the website or mobile application.

 

Usage

 

 

 

 

 

Command

QWaitForAnyElementPresent

Descriptive

Wait until any of {loc} to be present

Runtime

WD

Type

WAIT

Support

Web & Mobile

 

 

 

Parameters

Name

Type

Details

loc

LOCATOR

An element locator can be a direct locator value or a locator key stored in locator repository.

 

 

 

 

 

 

 

Wait For All Element Present

 

This action is useful to wait until all the elements are visible on the website and mobile application. In the parameter, users need to enter the locator. The command will wait until all the elements are present.

 

Usage

 

 

 

 

 

Command

QWaitForAllElementPresent

Descriptive

Wait until all of {loc} to be present

Runtime

WD

Type

WAIT

Support

Web & Mobile

 

 

 

Parameters

Name

Type

Details

loc

LOCATOR

An element locator can be a direct locator value or a locator key stored in locator repository.

 

Wait For Visible With Timeout

 

This action is useful to verify an element in the given time. In the parameter, users need to add locator value and the specific timeout. It will stop finding the element after the specified timeout.

 

Usage

 

 

 

 

 

Command

QWaitForVisibleWithTimeout

Descriptive

Wait until {loc} to be visible with {sec}

Runtime

WD

Type

WAIT

Support

Web & Mobile

 

 

 

Parameters

Name

Type

Details

sec

NUMBER

The maximum time (in seconds) that the event will wait for.

loc

LOCATOR

An element locator can be a direct locator value or a locator key stored in locator repository.

 

Wait For CSS Class

 

This action is useful to wait until the specified CSS class is present. It contains two parameters: locator and value of that locator.

 

Usage

 

 

 

 

 

Command

QWaitForCssClass

Descriptive

Wait until {loc} css class name is {className}

Runtime

WD

Type

WAIT

Support

Web & Mobile

 

 

 

Parameters

Name

Type

Details

ClassName

STRING

 

loc

LOCATOR

An element locator can be a direct locator value or a locator key stored in locator repository.

 

Wait For Not Present

 

The purpose of the wait for element not present command is to wait for the element to be not present on the UI and also wait for its HTML code is not present in the HTML DOM of the page.

 

Usage

 

 

 

 

 

Command

QWaitForNotPresent

Descriptive

Wait until {loc} is not present

Runtime

WD

Type

WAIT

Support

Web & Mobile

 

 

 

Parameters

Name

Type

Details

loc

LOCATOR

An element locator can be a direct locator value or a locator key stored in locator repository.

 

Wait For Text

 

This action is useful to wait for the text to be present on the targeted element. The command will pause the execution until the expected text be present on the targeted element. Once the targeted element gets expected text, execution will be resumed. 

 

Usage

 

 

 

 

 

Command

QWaitForText

Descriptive

Wait until {loc} text {text}

Runtime

WD

Type

WAIT

Support

Web & Mobile

 

 

 

Parameters

Name

Type

Details

loc

LOCATOR

An element locator can be a direct locator value or a locator key stored in locator repository.

Text

STRING

 

 

Wait For Enabled With Timeout

 

This action is useful to wait for the element to be enable in the given time. If the element is enabled in given time, the execution resumes.

 

Usage

 

·        

 

 

 

Command

qWaitForEnabledWithTimeout