puppeteer/docs/api/puppeteer.locator.setwaitforenabled.md

28 lines
658 B
Markdown
Raw Normal View History

2023-06-02 17:46:10 +00:00
---
sidebar_label: Locator.setWaitForEnabled
---
# Locator.setWaitForEnabled() method
#### Signature:
```typescript
class Locator {
setWaitForEnabled<NodeType extends Node>(
this: Locator<NodeType>,
value: boolean
): Locator<NodeType>;
2023-06-02 17:46:10 +00:00
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ------------------------------------------------- | ----------- |
| this | [Locator](./puppeteer.locator.md)&lt;NodeType&gt; | |
| value | boolean | |
2023-06-02 17:46:10 +00:00
**Returns:**
[Locator](./puppeteer.locator.md)&lt;NodeType&gt;