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