Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 684 Bytes

File metadata and controls

12 lines (8 loc) · 684 Bytes

Unifapi.Sdk.Model.BrowserMarkdownRequest

Properties

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]

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