Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 892 Bytes

File metadata and controls

14 lines (10 loc) · 892 Bytes

Unifapi.Sdk.Model.BrowserLinksRequest

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]
VisibleLinksOnly bool Only return links visible in the rendered viewport. [optional]
ExcludeExternalLinks bool Drop links that point to a different domain than the page. [optional]

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