WaitTimeoutOptions 接口
¥WaitTimeoutOptions interface
签名
¥Signature
export interface WaitTimeoutOptions
属性
¥Properties
属性 | 修饰符 | 类型 | 描述 | 默认 |
---|---|---|---|---|
signal |
| AbortSignal | 允许你取消 waitFor 调用的信号对象。 | |
timeout |
| 数字 | 最长等待时间(以毫秒为单位)。传递 0 以禁用超时。 可以使用 Page.setDefaultTimeout() 方法更改默认值。 |
|