Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.25 KB

File metadata and controls

17 lines (14 loc) · 1.25 KB

# BrowserScreenshotRequest

Properties

Name Type Description Notes
url string Absolute http(s) URL of the page to render.
wait_until string When navigation is considered complete. `networkidle0` waits for the network to go idle (best for JavaScript-heavy pages); `load` is fastest. [optional]
timeout_ms int Navigation timeout in milliseconds (1000–60000). [optional]
viewport \Unifapi\Sdk\Model\BrowserScreenshotRequestViewport [optional]
full_page bool Capture the full scrollable page instead of just the viewport. [optional]
format string Output image format. [optional] [default to 'png']
quality int Compression quality (0–100). Only valid for `jpeg` and `webp`. [optional]
selector string Capture only the first element matching this CSS selector. [optional]
omit_background bool Render a transparent background (ignored for `jpeg`). [optional]

[Back to Model list] [Back to API list] [Back to README]