TestedApplication.WaitForObjectDisplayed

Syntax:

WaitForObjectDisplayed(<Type>, <Title>, <Name>, <Timeout>)

Parameters:

<Type> (optional)

Type: Type.
The type of object which must appear.
Default value: Undefined.

<Title> (optional)

Type: String.
The object title, if applicable. May contain the wildcard characters "*" and "?".

<Name> (optional)

Type: String.
The object name, if applicable. May contain the wildcard characters "*" and "?".

<Timeout> (optional)

Type: Number.
Timeout in seconds.
Default value: 60.

Returned value:

Type: Boolean.
True - the object appeared; False - timeout is over.

Description:

Waits for appearance of the object with specified parameters.

Availability:

Thin client, thick client.

    

1C:Enterprise Developer's Community