Agent and modules generated by the plugin
The plugin creates an agent with the name specified in agent_name (default "{script} Oculix") containing the following modules:
| Module name | Type | Description |
| {script_name} status | generic_proc | Script execution status. Value 1 if execution was successful, 0 if there was an error or visual difference. |
| {script_name} time | generic_data | Script execution time in seconds. |
| {script_name} last_image | async_string | Screenshot in base64 format (PNG image). Only generated when the status is 0 (failure or visual difference). |
Example: for a script called login, the generated modules would be:
login status login time login last_image