Go to documentation repository
Page History
...
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.
...
- cmd is a command prompt command.
- 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
...
Overview
Content Tools