Robot Framework library for running processes.\n
The library has following main usages:\n
This library provides various benefits over using This library utilizes Python's subprocess module and its Popen class.\n Both Run Process and Start Process accept the command to execute and all arguments passed to the command as separate arguments. This makes usage convenient and also allows these keywords to automatically escape possible spaces and other special characters in commands and arguments. Notice that if a command accepts options that themselves accept values, these options and their values must be given as separate arguments.\nRun and other similar keywords in the OperatingSystem library:\n\n
Table of contents\n
\n
Specifying command and arguments\n