puppeteer/docs/api/puppeteer.locator.setwaitforstableboundingbox.md

24 lines
373 B
Markdown
Raw Normal View History

2023-06-02 17:46:10 +00:00
---
sidebar_label: Locator.setWaitForStableBoundingBox
---
# Locator.setWaitForStableBoundingBox() method
#### Signature:
```typescript
class Locator {
2023-06-07 10:45:02 +00:00
abstract setWaitForStableBoundingBox(value: boolean): this;
2023-06-02 17:46:10 +00:00
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ------- | ----------- |
| value | boolean | |
**Returns:**
this