Capture Website Screenshot

Get a webpage screenshot as a .png file using a provided URL.
ParameterDescription
File IdentifierThe identifier of the file. This will be used as an input for subsequent steps.
URLThe URL to take the screenshot from (e.g. https://google.com).
Wait For SelectorOptional CSS selector to wait for before taking the screenshot (e.g., .main-content or #login).
Delay After Load (Seconds)Optional number of seconds to wait after the page or selector is ready, before capturing the screenshot.
Maximum: 60 seconds.
Must be less than the step timeout.
Screenshot WebPAge

Generate Random Number

Generates a random integer within a specific inclusive range.
ParameterDescription
MinimumThe minimum value of the range (inclusive).
MaximumThe maximum value of the range (inclusive).

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

Prints text to the output screen.
ParameterDescription
TextThe text to print.