24 lines
311 B
Markdown
24 lines
311 B
Markdown
|
---
|
||
|
sidebar_label: Locator.setTimeout
|
||
|
---
|
||
|
|
||
|
# Locator.setTimeout() method
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
class Locator {
|
||
|
setTimeout(timeout: number): this;
|
||
|
}
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --------- | ------ | ----------- |
|
||
|
| timeout | number | |
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
this
|