puppeteer/docs/api/puppeteer.waitforselectoroptions.md
jrandolf 5ff205dc8b
fix: extends ElementHandle to Nodes (#8552)
* fix: extends `ElementHandle` to `Node`s (#8552)
2022-07-06 09:05:37 +02:00

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)