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

Ключ

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

...

URL                                             The The URL that should be navigated to when the browser is opened

Save in                                         The path to the folder where files should be saved when downloaded

...

When performing the “Open Browser” action, if you use an encoding other than UTF-8 in the env.cfg file - for example, with Cyrillic characters - you may get a situation where if the driver is present, a message about its absence appears:

Result

The actionfailsbecause the driver is notfound.

The reason is a problem in the encoding of the env.cfg file. In our example, on a virtual host, the file was encoded in Windows-1251:

In order for the "Open Browser"actiontowork, you need to convertandresave the fileinUTF-8 encoding:

The actionwill be started, and the robot will completewithout an error. The browser will open.

Информация

Thissituationcan be replicatedwithanyfolderthathasCyrillic letters in the path.At the same time, it is notnecessarythattheuser himself bewritten in Cyrillic.


Example of use

Task

Open the selected browser on the given page, get the action context for working with actions of the "Browsers" group.

...