История страницы
...
Wait for the element Version 4 (Net)
Группа действийAction group: SAP
Описание
...
Description
The action waits for the element.
Action icon
...
Settings of parameters
Свойство | Описание | Тип | Пример заполнения | Обязательность заполнения поля |
Параметры | ||||
Контекст | Экземпляр Sap | Robin.Sap | Да | |
Элемент | Элемент | Robin.WinElement | Да | |
Время ожидания | Время ожидания | Robin.Numeric | Да |
Особые условия использования
Отсутствуют
Пример использования
Задача: подключиться к открытой сессии SAP и ожидать появления элемента, а затем кликнуть по нему.
Решение: воспользоваться действием "Подключиться к сессии", "Ожидать появления элемента", "Клик"
Реализация:
...
В поле "Сессия" указывается порядковый номер открытой сессии одного пользователя (0 – первый подключённый пользователь, 1- второй и т.д.), к которой необходимо подключиться. Нумерация начинается с 0 и зависит от времени входа в учетную запись
...
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.
Solution
Use the "Connect to session", "Wait for the element", "Click" actions.
Implementation
- Assemble a robot scheme with the actions:
- 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.
- 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.
- Set the "Click" action parameters. The procedure for obtaining an element is specified in section The procedure for obtaining an element with SapSpy.
- Click "Start" in the top panel.
Result
The program robot completed successfully
Результат:
Программный робот отработал успешно.