Skip to main content

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 nameTypeDescription
{script_name} statusgeneric_procScript execution status. Value 1 if execution was successful, 0 if there was an error or visual difference.
{script_name} timegeneric_dataScript execution time in seconds.
{script_name} last_imageasync_stringScreenshot 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