Capturing Screenshots
screenshot Function
Page Interactions can be used to capture screenshots of the desired webpage. To take a screenshot, use the following parameters:
Parameter | Required | Description |
---|---|---|
| Optional
Default = | Bool | Capture a screenshot of the entire page or just the viewable area. |
| Optional
Default = | Enum | The Base64 format of the screenshot image. Supported formats: |
| Optional
Default = | Integer | Controls the time to allow screenshots scrolling before terminating screenshot processing in ms. |
Example Request
Like all Page Interactions, infinite scrolling is capped by the global 120-second session timeout, and will be terminated if this limit is reached.
Last updated