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

Ключ

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

...

  1. Assemble a robot scheme with the actions.


  2. Set the "Open Browser" action parameters (see Open Browser Windows, tabs, frames). 

    1. "Browser" parameter. Select a browser from the list for the robot to open.

    2. "URL" parameter. Specify the URL of the page to which the browser will be navigated after opening the browser.

  3. Create a "String" type variable "Email". Specify text in the value of the variable. In this case it is an email address.

  4. Set the "Send text" action parameters. To create an element use the WebSpy tool (see section Create Web-element).

    1. "Context" parameter. Specify the open browser context.

    2. "Element" parameter. Select a web-element for interaction. To create an element use the WebSpy tool (see section Create Web-element).

    3. "Text" parameter. Specify the text to be entered. In this case we select the previously created variable "Email".

  5. Click "Start" in the top panel.

...