Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.07 KB

puppeteer.waitforselectoroptions.md

File metadata and controls

20 lines (15 loc) · 1.07 KB
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)