Skip to main content
Version: 21.3.8

Locator.setWaitForStableBoundingBox() method

Signature:

class Locator {
setWaitForStableBoundingBox<ElementType extends Element>(
this: Locator<ElementType>,
value: boolean
): Locator<ElementType>;
}

Parameters

ParameterTypeDescription
thisLocator<ElementType>
valueboolean

Returns:

Locator<ElementType>