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

Ключ

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

...

This action is intended to navigate within the current tab to the specified URL.

Action icon

Image Modified

Settings of parameters

Свойство
Property
Англ. наименование
Description
Описание
Type

Тип

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

Обязательность заполнения поля

Параметры

Контекст

ContextКонтекст действия для работы с браузером.
Filling exampleMandatory field
Parameters
ContextAction context for working with the browserRobin.Selenium
Контекст браузера
Browser context
Да
Yes

Результаты

Результат
Results
Result
Результирующая переменная, в которую будет записан текущий URL
The resulting variable to which the current URL will be writtenRobin.String

Special conditions of use

...

Open browser and follow the link https://old.bankrot.fedresurs.ru/DebtorsSearch.aspx?Name=, save this link to a string type variable for further use, open the link in a new tab, next - close browser.

Solution

Use the "Open browserBrowser", "Navigate", "Get active URL", "Navigate", "Close browser" actions. 

...

  1. Assemble a robot scheme with the actions.
  2. Set the "Open Browser" action parameter.
  3. Set the "Navigate" action parameters.

  4. Set the "Get active URL" action parameters. As the action result specify a URL string type variable created earlier.  
  5. Set the "Navigate" action parameters.
  6. Set the "Close browser" action parameters.
  7. Click "Start" in the top panel.

...