Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Wait for the element Version 4 (Net)

Группа действийAction group: SAP 

Описание

...

...

Description

The action waits for the element.

Action icon

...

Settings of parameters

Свойство
Property
Описание
Description
Тип
Type
Пример заполнения
Filling example
Обязательность
Mandatory 
заполнения поля
field
Параметры
Parameters
Контекст
Context
Экземпляр
Sap instanceRobin.Sap
Да

Yes
Элемент
Element
Элемент
ElementRobin.WinElement
Да

Yes
Время ожидания
Time
Время ожидания
TimeRobin.Numeric

Да

Особые условия использования 

Отсутствуют

Пример использования 

Задача: подключиться к открытой сессии SAP и ожидать появления элемента, а затем кликнуть по нему. 

Image Removed

Решение: воспользоваться действием "Подключиться к сессии", "Ожидать появления элемента", "Клик"

Реализация: 

...

В поле "Сессия" указывается порядковый номер открытой сессии одного пользователя (0 – первый подключённый пользователь, 1- второй и т.д.), к которой необходимо подключиться. Нумерация начинается с 0 и зависит от времени входа в учетную запись

...


Yes

Special conditions of use

None.

Example of use

Task

Connect to an open SAP session and wait for the element, and then click on it.

Image Added

Solution

Use the "Connect to session", "Wait for the element", "Click" actions.

Implementation

  1. Assemble a robot scheme with the actions:
    Image Added
  2. Set the "Connect to session" action parameters.

    In the "Session" field, the order number of the open session of one user is indicated (0 is the first connected user, 1 is the second, etc.) to which you need to connect. The numbering starts from 0 and depends on the time you log in to your account.

    Image Added
  3. Set the "Wait for the element" action parameters. The procedure for obtaining an element is specified in section The procedure for obtaining an element with SapSpy.
    Image Added
  4. Set the "Click" action parameters. The procedure for obtaining an element is specified in section The procedure for obtaining an element with SapSpy.
    Image Added
  5. Click "Start" in the top panel.

Result

The program robot completed successfully

Результат:

Программный робот отработал успешно.

Image Modified