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