Skip to main content
Version: 22.9.0

WaitTimeoutOptions 接口

¥WaitTimeoutOptions interface

签名:

¥Signature:

export interface WaitTimeoutOptions

属性

¥Properties

属性

修饰符

类型

描述

默认

timeout

optional

数字

最长等待时间(以毫秒为单位)。传递 0 以禁用超时。

可以使用 Page.setDefaultTimeout() 方法更改默认值。

30000