--- sidebar_label: Locator.setWaitForEnabled --- # Locator.setWaitForEnabled() method #### Signature: ```typescript class Locator { setWaitForEnabled( this: Locator, value: boolean ): Locator; } ``` ## Parameters | Parameter | Type | Description | | --------- | ------------------------------------------------- | ----------- | | this | [Locator](./puppeteer.locator.md)<NodeType> | | | value | boolean | | **Returns:** [Locator](./puppeteer.locator.md)<NodeType>