メインコンテンツへスキップ
バージョン: 22.5.0

Locator.setWaitForStableBoundingBox() メソッド

シグネチャ:

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

パラメータ

パラメータ説明
thisLocator<ElementType>
valueboolean

戻り値

Locator<ElementType>