puppeteer/docs/api/puppeteer.locator.setwaitforstableboundingbox.md
2023-06-07 12:45:02 +02:00

24 lines
373 B
Markdown

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