| Name | Type | Description | Notes |
|---|---|---|---|
| Url | string | Absolute http(s) URL of the page to render. | |
| WaitUntil | string | When navigation is considered complete. `networkidle0` waits for the network to go idle (best for JavaScript-heavy pages); `load` is fastest. | [optional] |
| TimeoutMs | int | Navigation timeout in milliseconds (1000–60000). | [optional] |
| Viewport | BrowserScreenshotRequestViewport | [optional] | |
| FullPage | bool | Capture the full scrollable page instead of just the viewport. | [optional] |
| Format | string | Output image format. | [optional] [default to FormatEnum.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] |
| OmitBackground | bool | Render a transparent background (ignored for `jpeg`). | [optional] |