Skip to main content
Version: Next

Page.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>