跳到主要内容
版本:23.11.1

Page.browserContext() 方法

获取页面所属的浏览器上下文。

签名

class Page {
abstract browserContext(): BrowserContext;
}

返回

BrowserContext