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

Ключ

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

...

The action checks if the specified element exists on the screen.

Action icon

Image RemovedImage Added

Settings of parameters

СвойствоОписаниеТипРесурс который хранит данные о выбранном элементе приложения.ДаТаймаутВремя в миллисекундах, в течение которого будет происходить поиск нужного элементаНетПорядковый номер окна, с которым должно работать действие. Если не указать номер окна, будет проверено первое окно. Нумерация начинается с НетРезультатыЕсли значение равно «true», искомый элемент существует. Если значение равно «false», искомого элемента не существует
PropertyDescriptionTypeПример заполненияОбязательность заполнения поля
Параметры
Filling exampleMandatory field
Parameters
ElementResource with data of selected element in applicationЭлементRobin.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
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".

...