mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
5ff205dc8b
* fix: extends `ElementHandle` to `Node`s (#8552)
14 lines
193 B
Markdown
14 lines
193 B
Markdown
---
|
|
sidebar_label: WaitForSelectorOptions.root
|
|
---
|
|
|
|
# WaitForSelectorOptions.root property
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface WaitForSelectorOptions {
|
|
root?: ElementHandle<Node>;
|
|
}
|
|
```
|