DefaultProvider 类
🌐 DefaultProvider class
使用默认来源的默认提供器实现。这是 Puppeteer 使用的标准提供器。
🌐 Default provider implementation that uses default sources. This is the standard provider used by Puppeteer.
语法
🌐 Signature
export declare class DefaultProvider implements BrowserProvider
实现: BrowserProvider
构造函数
🌐 Constructors
构造函数 🌐 Constructor | 修饰符 🌐 Modifiers | 描述 🌐 Description |
|---|---|---|
| (constructor)(baseUrl) | 构造 🌐 Constructs a new instance of the |
方法
🌐 Methods
方法 🌐 Method | 修饰符 🌐 Modifiers | 描述 🌐 Description |
|---|---|---|
| getDownloadUrl(options) | ||
| getExecutablePath(options) | ||
| getName() | ||
| supports(_options) |