mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
335 B
335 B
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>;
}