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

373 B

sidebar_label
Locator.setWaitForStableBoundingBox

Locator.setWaitForStableBoundingBox() method

Signature:

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

Parameters

Parameter Type Description
value boolean

Returns:

this