Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 631 Bytes

File metadata and controls

11 lines (8 loc) · 631 Bytes

# BrowserHtmlRequest

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]

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