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