PagePage.openDevToolsVersion: 24.31.0On this pagePage.openDevTools() 方法 ¥Page.openDevTools() method 打开当前页面的开发者工具并返回开发者工具页面。此方法仅在 Chrome 浏览器中可用。 ¥Opens DevTools for the current Page and returns the DevTools Page. This method is only available in Chrome. 签名 ¥Signature class Page { abstract openDevTools(): Promise<Page>;} Returns: Promise<Page>