FrameWaitForFunctionOptions 接口
签名:
export interface FrameWaitForFunctionOptions
属性
属性 | 修饰符 | 类型 | 描述 | 默认值 |
---|---|---|---|---|
polling | 可选 | 'raf' | 'mutation' | 数字 | 执行 - - | |
signal | 可选 | AbortSignal | 一个信号对象,允许你取消 waitForFunction 调用。 | |
timeout | 可选 | 数字 | 以毫秒为单位的最大等待时间。默认为 30000 (30 秒)。传递 0 以禁用超时。可以使用 Page.setDefaultTimeout() 更改 Puppeteer 的默认超时。 |