Creates a Chrome Devtools Protocol session attached to the page.
class Page { abstract createCDPSession(): Promise<CDPSession>; }
Returns:
Promise<CDPSession>