PagePage.openDevToolsVersion: NextOn 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>