История страницы
...
Click on table cell Version 5 (Net)
Группа действийAction group: SAP
Описание
Действие позволяет обратиться к элементу таблицы: строке или ячейке
Настройки
...
Description
The action allows access a table element: a row or a cell
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
SAP application | SAP application instance that the action works on |
Свойство
Описание
Тип
Пример заполнения
Обязательность заполнения поля
Параметры
SAP-приложение
. | Robin.Sap |
Yes |
Элемент
Element | Table type element | Robin.WinElement |
Yes |
Column |
Table column | Robin.Numeric |
Yes |
Row |
Table row | Robin.Numeric |
Yes |
Клик
Click | Click | Robin.String |
Да
Особые условия использования
Отсутствуют
Пример использования
Yes |
Special conditions of use
None.
Example of use
Task
Connect to an open SAP session and click on a table cellЗадача: подключиться к открытой сессии SAP и произвести клик по ячейке таблицы.
Решение: воспользоваться действием "Подключиться к сессии", "Клик по ячейке таблицы".
Реализация:
- Собрать схему робота, состоящую из действий:
- Настроить параметры для действия "Подключиться к сессии".
В поле "Сессия" указывается порядковый номер открытой сессии одного пользователя (0 – первый подключённый пользователь, 1- второй и т.д.), к которой необходимо подключиться. Нумерация начинается с 0 и зависит от времени входа в учетную запись
- Настроить параметры для действия "Клик по ячейке таблицы". Порядок получения элемента указан в разделе Порядок получения элемента с помощью SapSpy
- Нажать на кнопку "Старт" в верхней панели.
Результат:
Программный робот отработал успешно.
Произведен клик по требуемой ячейке.
Solution
Use the "Connect to session" action, "Click on a table cell" action.
Implementation
- Assemble a robot scheme consisting of actions:
- Set the parameters for the "Connect to session" action.
The "Session" field specifies the sequence number of one user's open session (0 - the first connected user, 1- the second, etc.) to which you want to connect. The numbering starts from 0 and depends on the time of login to the account.
- Configure parameters for the "Click on table cell" action. The order of item retrieval is specified in the Order of item retrieval with SapSpy section.
- Click on the "Start" button in the top panel.
Result
The program robot completed successfully.
The desired cell is clicked.