puppeteer/docs/api/puppeteer.waitforselectoroptions.md
2022-07-01 13:34:41 +02:00

1.0 KiB

sidebar_label
WaitForSelectorOptions

WaitForSelectorOptions interface

Signature:

export interface WaitForSelectorOptions

Properties

Property Modifiers Type Description
hidden? boolean (Optional)
root? ElementHandle (Optional)
timeout? number (Optional)
visible? boolean (Optional)