BrowserBrowser.newPage版本:23.11.1本页内容Browser.newPage() 方法 在默认浏览器上下文中创建一个新的页面。 签名 class Browser { abstract newPage(): Promise<Page>;} 返回值 Promise<Page>