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

Ключ

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

...

Action icon

Settings of parameters

Свойство
Property
Описание
Description
Тип
Type
Пример заполненияОбязательность заполнения поляПараметрыЭлементРесурс который хранит данные о выбранном элементе приложения.
Filling exampleMandatory field
Parameters
ElementResource with data of selected element in applicationRobin.WinElement
Да

Yes
Тайм
Time-
аутВремя в миллисекундах, в течение которого будет происходить поиск нужного элемента
outTime in milliseconds to find required element.Robin.Numeric
Нет

No
Номер окнаПорядковый номер окна, с которым должно работать действие. Если не указать номер окна, будет проверено первое окно. Нумерация начинается с
Window orderSequence number of the window that the action should work with. If you do not specify the window number, the first window will be checked. The numbering starts from 1.Robin.Numeric
Нет

No
Результаты
Results
РезультатЕсли значение равно «true», искомый элемент существует. Если значение равно «false», искомого элемента не существует
ResultIf the value is «true», the desired element exists. If the value is «false», the desired element does not exist.Robin.Booleantrue

Special conditions of use

...

The action searches the screen for the element requested by the user. The user enters the properties of the searched item in the "Item" field . The action returns the result "true" when the element is found. If the item is not found, the result of the action is "false".

If multiple items are found that match the specified parameters, the action should not cause an error. The action returns the value "true".

If the field specifies window number =1 and the item is in a different window, the action will return "false".

...