История страницы
...
Set list value Version 11 (Java)
Action group: Browsers
Описание
Действие устанавливает выбранные опции элемента <select>.
Иконка действия
Параметры действия
Входные параметры
...
Description
The action sets the selected options of the <select> element.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for working with the browser |
...
Настройки
Свойство
Описание
Тип
Пример заполнения
Обязательность заполнения поля
Параметры
Контекст
. | Robin.Selenium |
Browser context |
Yes |
Элемент
Element | Element for interaction | Robin.WebElement |
Yes |
Единичная опция
Single option | The value of a single option to be selected in the option list of the <select> element. | Robin.String |
No |
Список опций
Option list | A collection of option values to be set in the option list of the <select> element. | Robin.Collection |
No |
Внутренние значения
Internal values | If the parameter value is true, then the passed values will be used as internal option values. | Robin.Boolean | true |
No |
Добавить
Add options | If the parameter value is true, then the specified values will be added to those already set. | Robin.Boolean | true |
Нет
Особые условия использования
Отсутствуют.
Пример использования
Задача
No |
Special conditions of use
None.
Example of use
Task
Go to Перейти на сайт https://www.rpachallenge.com/assets/shortestPath/public/shortestpath.html и установить значение списка State and set the list value State = AR
Решение
...
Solution
Use the actions "Open Browser", "
...
Set list value".
...
Реализация
Implementation
- Assemble a robot scheme consisting of actionsСобрать робота из действий:
- Настроить параметры действия "Открыть браузер".
- Set the "Open Browser" action parameter.
- Set the parameters of the "Set list value" action. To create an element, use WebSpy (see section Create Web-elementsНастроить параметры действия "Установить значения списка". Для создания элемента необходимо воспользоваться WebSpy (см. раздел Создание Web-элементов).
Нажать на кнопку "Старт" в верхней панели - Click on the "Start" button in the top panel.
Результат
Программный робот отработал успешно.
Result
The program robot completed successfully.
The required value has been setТребуемое значение установлено.
Обзор
Инструменты контента