История страницы
...
Get element coordinates Version 4 (Net)
Группа действийAction group: SAP
Описание
...
Description
The action gets element coordinates.
Action icon
...
...
Settings of parameters
Property |
Description |
Type |
Filling example |
Mandatory |
field |
Parameters |
Context |
Sap instance | Robin.Sap |
Yes |
Element |
Element | Robin.WinElement |
Yes |
Results |
Результат
Result | Coordinates of the element center | Robin. |
Особые условия использования
Отсутствуют
Пример использования
Задача: подключиться к открытой сессии SAP и получить координаты центра элемента.
Решение: воспользоваться действием "Подключиться к сессии", "Получить координаты центра элемента".
Реализация:
- Собрать схему робота, состоящую из действий:
- Настроить параметры для действия "Подключиться к сессии".
В поле "Сессия" указывается порядковый номер открытой сессии одного пользователя (0 – первый подключённый пользователь, 1- второй и т.д.), к которой необходимо подключиться. Нумерация начинается с 0 и зависит от времени входа в учетную запись
- Настроить параметры для действия "Получить координаты центра элемента". Порядок получения элемента указан в разделе Порядок получения элемента с помощью SapSpy
- Нажать на кнопку "Старт" в верхней панели.
Результат:
LocationPo int |
Special conditions of use
None.
Example of use
Task
Connect to an open SAP session and get element coordinates.
Solution
Use the "Connect to session", "Get element coordinates" actions.
Implementation
- Assemble a robot scheme with the actions:
- Set the "Connect to session" action parameters.
In the "Session" field set order number of the open session of a user (0 - first connected user, 1 - second, etc.) to connect to. The numbering starts at 0 and depends on the time of logging into the account.
- Set the "Get element coordinates" 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Программный робот отработал успешно.