Skip to main content

Capture Website Screenshot

Get a webpage screenshot as a .png file using a provided URL.
Screenshot WebPAge

Generate Random Number

Generates a random integer within a specific inclusive range.

Increment Variable

The Increment Variable utility action enables you to increment your variable by a value of one. You can choose the variable you would like to increment by selecting it from the dynamic dropdown menu.

Print

Print text to the step output screen.
To print the content of a file, use the Get File Content action instead.

Validate Structure

Validate if the input conforms to a specified data structure format.

Validation Behavior

The action performs strict format validation based on the selected structure type: JSON Validation:
  • Checks for valid JSON syntax, including proper bracket/brace matching.
  • Verifies correct key-value pair formatting.
XML Validation:
  • Verifies well-formed XML structure with proper tag opening/closing.
  • Checks for valid element nesting.
YAML Validation:
  • Validates YAML syntax, including proper indentation.
  • Checks for correct key-value pair formatting.
CSV Validation:
  • Checks for valid CSV structure and formatting.
EML Validation:
  • Validates email message format structure.
  • Requires presence of essential headers (From and Date).