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

28 lines
715 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 {
setWaitForStableBoundingBox<ElementType extends Element>(
this: Locator<ElementType>,
value: boolean
): Locator<ElementType>;
2023-06-02 17:46:10 +00:00
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ---------------------------------------------------- | ----------- |
| this | [Locator](./puppeteer.locator.md)&lt;ElementType&gt; | |
| value | boolean | |
2023-06-02 17:46:10 +00:00
**Returns:**
[Locator](./puppeteer.locator.md)&lt;ElementType&gt;