Skip to main content

Take Browser Screenshot

Captures a full-page screenshot of the current browser view and saves it to a specified directory. The screenshot can be named optionally, or a timestamped default name will be used.

Category: Web Scraping & Data Extraction · Group: Web · Activity name: TakeScreenshotWeb

The TakeScreenshotWeb activity in the designer

Example

outputVariable = TakeScreenshotWeb("<directoryPath>", "<optionalName>")

Inputs

NameTypeRequiredDefaultDescription
Directory PathstringYesThe path to the directory where the screenshot will be saved.
Screenshot NamestringYesThe desired name for the screenshot file. If not provided, a default name with a timestamp will be generated to ensure uniqueness.

Outputs

NameTypeDescription
outputVariablestringSpecifies the name of the variable that will store the screenshot path.