mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
373 B
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