2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: WaitForSelectorOptions.root
|
|
|
|
---
|
|
|
|
|
|
|
|
# WaitForSelectorOptions.root property
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface WaitForSelectorOptions {
|
2022-07-06 07:05:37 +00:00
|
|
|
root?: ElementHandle<Node>;
|
2022-07-05 13:41:43 +00:00
|
|
|
}
|
|
|
|
```
|