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

Ключ

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

...

The action scrolls the page to the element, using coordinates or by the specified number of PgUp or PgDn presses relative to the beginning of the page, if no element is specified.

Action icon

Settings of parameters

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

Контекст

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

Элемент

Элемент для взаимодействия. Прим. : используется скрипт JS
ElementElement for interaction. Note: JS script is used.Robin.WebElement
Нет

No
Смещение по оси
X axis offset
Смещение по оси X относительно левого верхнего угла страницы. Прим. : используется скрипт JS
X-axis offset relative to the upper left corner of the page. Note: JS script is used.Robin.Numeric
Нет

No
Смещение по оси
Y axis offset
Смещение по оси Y относительно левого верхнего угла страницы. Прим. : используется скрипт JS
Y-axis offset relative to the upper left corner of the page. Note: JS script is used.Robin.Numeric
Нет

No
Количество нажатий
Number of PgDn
Прокрутка страницы вниз
pressesScrolling page downRobin.Numeric
Нет

No
Количество нажатий
Number of PgUp
Прокрутка страницы вверх
pressesScrolling page upRobin.Numeric
Нет

No

Special conditions of use

...

Implementation

  1. Assemble a robot scheme with the actions.

  2. Set the "Open Browser" action parameters.

  3. Set the "Move to element" action parameters. To create an element use the WebSpy tool (see section Create Web-element).

  4. Click "Start" in the top panel.

...