puppeteer/docs/api/puppeteer.locator.setwaitforstableboundingbox.md
2023-06-02 17:46:10 +00:00

364 B

sidebar_label
Locator.setWaitForStableBoundingBox

Locator.setWaitForStableBoundingBox() method

Signature:

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

Parameters

Parameter Type Description
value boolean

Returns:

this