puppeteer/docs/api/puppeteer.locator.setwaitforenabled.md
2023-06-07 12:45:02 +02:00

343 B

sidebar_label
Locator.setWaitForEnabled

Locator.setWaitForEnabled() method

Signature:

class Locator {
  abstract setWaitForEnabled(value: boolean): this;
}

Parameters

Parameter Type Description
value boolean

Returns:

this