PagePage.openDevToolsVersion: 24.29.1On this pagePage.openDevTools() method 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>