PagePage.openDevToolsVersion: NextOn this pagePage.openDevTools() method Opens DevTools for the this page if not already open and returns the DevTools page. This method is only available in Chrome. Signature class Page { abstract openDevTools(): Promise<Page>;} Returns: Promise<Page>