---
sidebar_label: WaitForSelectorOptions.timeout
---

# WaitForSelectorOptions.timeout property

**Signature:**

```typescript
interface WaitForSelectorOptions {
  timeout?: number;
}
```