--- sidebar_label: Locator.setWaitForStableBoundingBox --- # Locator.setWaitForStableBoundingBox() method #### Signature: ```typescript class Locator { abstract setWaitForStableBoundingBox(value: boolean): this; } ``` ## Parameters | Parameter | Type | Description | | --------- | ------- | ----------- | | value | boolean | | **Returns:** this