mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24 lines
343 B
Markdown
24 lines
343 B
Markdown
---
|
|
sidebar_label: Locator.setWaitForEnabled
|
|
---
|
|
|
|
# Locator.setWaitForEnabled() method
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
class Locator {
|
|
abstract setWaitForEnabled(value: boolean): this;
|
|
}
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --------- | ------- | ----------- |
|
|
| value | boolean | |
|
|
|
|
**Returns:**
|
|
|
|
this
|