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

Ключ

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

...

The action checks if the element exists on the page when the timeout expires.

Action icon

Image Modified

Settings of parameters

Свойство
Property
Описание
Description
Тип
Type
Пример заполнения
Filling example
Обязательность
Mandatory 
заполнения поля
field
Параметры
Parameters

Контекст

Контекст действия для работы с браузером
ContextAction context for working with the browser.Robin.Selenium
Контекст браузера
Browser context
Да
Yes

Элемент

Элемент для взаимодействия
ElementElement for interactionRobin.WebElement
Да

Yes

Видимый

Если значение параметра равно true, то проверять видимость элемента
VisibleIf the parameter value is true, then check the visibility of the element.Robin.Booleantrue
Нет
No

Доступный

Если значение параметра равно true, то проверять доступность элемента
AvailableIf the parameter value is true, then check whether the element is enabled.Robin.Booleantrue
Нет
No

Тайм-аут

Время ожидания выполнения действия (мс). Значение конвертируется в секунды: оно делится на 1000 и округляется в большую сторону
TimeoutWait until condition to be done (ms). The value is converted to seconds: it`s devided by 1000 and rounded up.Robin.Numeric
Нет

No
Результаты
Results

Результат

Переменная с общим результатом проверки состояния элемента. Значение равно true, если результаты всех проверок, задаваемых параметрами действия, оказались успешными. Если хотя бы одна проверка закончилась неуспешно, то общий результат будет
ResultVariable with the overall result of checking the state of the element. The value is true if the results of all checks specified by the action parameters were successful. If at least one check fails, then the overall result will be false.Robin.Booleantrue

Special conditions of use

...