14 lines
189 B
Markdown
14 lines
189 B
Markdown
|
---
|
||
|
sidebar_label: WaitForSelectorOptions.timeout
|
||
|
---
|
||
|
|
||
|
# WaitForSelectorOptions.timeout property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface WaitForSelectorOptions {
|
||
|
timeout?: number;
|
||
|
}
|
||
|
```
|