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