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

Ключ

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

...

Back Version 10 (Java)

Группа действийAction group: БраузерыBrowsers

Описание

Данное действие предназначено для навигации назад на странице. 

Система выполняет эмуляцию нажатия кнопки Image Removed в браузере.

Image Removed

Настройки

...

Уникальный идентификатор открытого сеанса работы с браузером.

...

ACTION_CONTEXT

...

Description

This action is used to navigate backwards on the page

The system performs button click emulation Image Added in browser

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextAction context for working with the browser.Robin.SeleniumBrowser contextYes

Special conditions of use 

None.

Example of use 

Task

Open a browser at https://www.google.com/, follow the link to https://www.youtube.com/, and click the "Back" button to return to the previous page.

Solution

Use the actions "Open Browser", "Navigate", "Back".

Implementation

  1. Assemble a robot scheme consisting of actions: 
    Image Added
  2. Set the "Open Browser" action parameter. 
    Image Added
  3. Set the parameters of the "Navigate" action. 
    Image Added
  4. Set the "Back" action parameter. 
    Image Added
  5. Click on the "Start" button in the top panel. 

Result

The program robot completed successfully. 

Image Added

...

Да

Особые условия использования 

Отсутствуют.

Пример использования 

Задача: открыть браузер , перейти по ссылке https://bankrot.cdtrf.ru//public/i/miregister.aspx, нажать на кнопку "Назад" для возврата к предыдущей странице, далее -закрыть браузер. 

Решение: воспользоваться действиями "Открыть браузер", "Перейти по URL", "Назад", "Закрыть браузер". 

Реализация:

...

Результат:

Программный робот отработал успешно. 

Image Removed