Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 335 Bytes

puppeteer.waitforselectoroptions.root.md

File metadata and controls

17 lines (13 loc) · 335 Bytes
sidebar_label
WaitForSelectorOptions.root

WaitForSelectorOptions.root property

Warning: This API is now obsolete.

Do not use. Use the ElementHandle.waitForSelector()

Signature:

interface WaitForSelectorOptions {
  root?: ElementHandle<Node>;
}