14 lines
193 B
Markdown
14 lines
193 B
Markdown
|
---
|
||
|
sidebar_label: WaitForSelectorOptions.root
|
||
|
---
|
||
|
|
||
|
# WaitForSelectorOptions.root property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface WaitForSelectorOptions {
|
||
|
root?: ElementHandle<Node>;
|
||
|
}
|
||
|
```
|