Skip to main content
Version: Next

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>