Python Object
Description
This action component allows you to initialize the specified Python environment.
Input Properties
- Python Home (String) – The path of Python installation home.
- Working Path (String) – Specify the working folder of the scripts executing under the current scope.
- Python Version (String) – The installed Python version.
- Win Platform (WinPlatforms) – The Python runtime platform.
- Input Python Object (IPythonObject) – PythonObject instance variable.
- Body (Sequence) – Add Python actions you want to execute.
Output Properties
- Result (IPythonObject) – Return the initialized Python object. stored as IPythonObject.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.