puppeteer/docs/api/puppeteer.waitforselectoroptions.md
2022-07-01 11:52:39 +00: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)