InstalledBrowser 类
🌐 InstalledBrowser class
语法
🌐 Signature
export declare class InstalledBrowser
附注
🌐 Remarks
这个类的构造函数被标记为内部。第三方代码不应直接调用构造函数或创建继承 InstalledBrowser 类的子类。
🌐 The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the InstalledBrowser class.
属性
🌐 Properties
属性 🌐 Property | 修饰符 🌐 Modifiers | 类型 🌐 Type | 描述 🌐 Description |
|---|---|---|---|
| browser | |||
| buildId | string | ||
| executablePath |
| string | |
| path |
| string | 安装文件夹根目录的路径。使用 computeExecutablePath() 获取可执行二进制文件的路径。 🌐 Path to the root of the installation folder. Use computeExecutablePath() to get the path to the executable binary. |
| platform |
方法
🌐 Methods
方法 🌐 Method | 修饰符 🌐 Modifiers | 描述 🌐 Description |
|---|---|---|
| readMetadata() | ||
| writeMetadata(metadata) |