LocatorOptions 接口
签名:
export interface LocatorOptions
属性
属性 | 修饰符 | 类型 | 描述 | 默认值 |
---|---|---|---|---|
ensureElementIsInTheViewport | boolean | 如果元素不在视窗中,是否将其滚动到视窗中。 | true | |
timeout | number | 整个定位器操作的总超时时间。 传递 | Page.getDefaultTimeout() | |
visibility | 可见性选项 | 是否等待元素变为 visible 或 hidden 。null 表示禁用可见性检查。 | ||
waitForEnabled | boolean | 是否等待输入元素在操作之前变为启用状态。适用于 click 和 fill 操作。 | true | |
waitForStableBoundingBox | boolean | 是否等待元素的边界框在两个动画帧之间保持一致。 | true |