ReloadOptions 接口
¥ReloadOptions interface
签名
¥Signature
export interface ReloadOptions extends WaitForOptions
Extends: WaitForOptions
属性
¥Properties
属性 | 修饰符 | 类型 | 描述 | 默认 |
|---|---|---|---|---|
| ignoreCache |
| boolean | 如果设置为 true,则页面重新加载时将忽略浏览器缓存。 | true |
¥ReloadOptions interface
¥Signature
export interface ReloadOptions extends WaitForOptions
Extends: WaitForOptions
¥Properties
属性 | 修饰符 | 类型 | 描述 | 默认 |
|---|---|---|---|---|
| ignoreCache |
| boolean | 如果设置为 true,则页面重新加载时将忽略浏览器缓存。 | true |