puppeteer/website/versioned_docs/version-22.8.1/api/puppeteer.locator.settimeout.md
release-please[bot] 042d61030c
chore: release main (#12415)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-05-13 08:49:32 +00:00

45 lines
422 B
Markdown

---
sidebar_label: Locator.setTimeout
---
# Locator.setTimeout() method
#### Signature:
```typescript
class Locator {
setTimeout(timeout: number): Locator<T>;
}
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
timeout
</td><td>
number
</td><td>
</td></tr>
</tbody></table>
**Returns:**
[Locator](./puppeteer.locator.md)&lt;T&gt;