Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The run_cmd_timeout method is intended to execute commands on the command prompt with a the process termination timeout.

When invoking commands, the command prompt window does not open, i.e. the commands are executed in silent mode.

...

  1. cmd is a command prompt command.
  2. timeout (only for run_cmd_timeout) is a timeout for process to terminate after the command execution.

Example. Run the curl utility and send a POST request with the text "Hello" to the test URL https://postman-echo.com/post

...