mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
5ff205dc8b
* fix: extends `ElementHandle` to `Node`s (#8552)
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) |