mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
ede43ca2d3
Using RxJS greatly simplifies the control flow for locators and comes with automatic cleanup on failure. It greatly simplifies the `signal` logic and the retry logic.
715 B
715 B
sidebar_label |
---|
Locator.setWaitForStableBoundingBox |
Locator.setWaitForStableBoundingBox() method
Signature:
class Locator {
setWaitForStableBoundingBox<ElementType extends Element>(
this: Locator<ElementType>,
value: boolean
): Locator<ElementType>;
}
Parameters
Parameter | Type | Description |
---|---|---|
this | Locator<ElementType> | |
value | boolean |
Returns:
Locator<ElementType>