Execute Script#

Executes a script in .robot format on a remote machine.

Process ID

[Link] Variable that stores the process identifier. Indicates which application needs to be worked with.

If the specified application is minimized or its window is obscured by other windows, it will be brought to the foreground. When working with browsers, the process ID additionally indicates the specific browser tab that the block should work with.

If the property is left empty, or if the process ID variable was not previously assigned at the time of launching the application or opening the browser, the application and browser tab will be determined from the content of the corresponding selector line.

The process ID can be obtained, for example, using the Launch Application or Get Process blocks.

Robot File[Text] Script file with the .robot extension.
Disable File UploadWhen this option is enabled, the upload of the specified file will not be performed on the remote machine and it will be assumed that this file is immediately available at the path on the remote machine (for example, if a path on a network folder is specified).
Launch Timeout[Number] Timeout for launching the script on the remote machine.
Timeout

[Number] Timeout for the operation execution.

If the value is zero, the property is ignored and the block will wait for the complete execution of the script.

Arguments[Text] Arguments for launching the Robot. To edit the value, use the button on the block with the tooltip "Arguments".
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value of the "Start" block of this diagram will be used.

Message Level

Select the message level that the blocks will output during execution. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - outputs main information;
  • "Detailed" - outputs detailed information.

If "Default" is selected, the value of the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work.