mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
dd27559090
* chore(main): release 15.3.2 * chore: generate versioned docs Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1.1 KiB
1.1 KiB
sidebar_label |
---|
WaitForSelectorOptions |
WaitForSelectorOptions interface
Signature:
export interface WaitForSelectorOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
hidden? | boolean | (Optional) | |
root? | ElementHandle<Node> | (Optional) | |
timeout? | number | (Optional) | |
visible? | boolean | (Optional) |