Skip to main content
Version: 24.38.0

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

readonly

string

path

readonly

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)