Browser.browserContexts() 方法
获取已打开的 浏览器上下文 的列表。
在新建的 浏览器 中,这将返回 BrowserContext 的单个实例。
签名:
class Browser {
abstract browserContexts(): BrowserContext[];
}
返回
获取已打开的 浏览器上下文 的列表。
在新建的 浏览器 中,这将返回 BrowserContext 的单个实例。
class Browser {
abstract browserContexts(): BrowserContext[];
}
返回