Function
Static Public Summary | ||
public |
CRIExtra(options: *): * |
|
public |
adaptChromeRemoteInterfaceClient(cdpClient: Chrome | CRIConnection | CDPSession | Object): Chrome | CRIConnection | CDPSession Adapts the client object returned by the default module.export of the chrome-remote-interface to appear and behave like the puppeteer classes |
since chrome-remote-interface-extra |
public |
|
Static Public
public CRIExtra(options: *): * source
import CRIExtra from 'chrome-remote-interface-extra/lib/chromeRemoteInterfaceExtra.js'
Params:
Name | Type | Attribute | Description |
options | * |
Return:
* |
public adaptChromeRemoteInterfaceClient(cdpClient: Chrome | CRIConnection | CDPSession | Object): Chrome | CRIConnection | CDPSession since chrome-remote-interface-extra source
import {adaptChromeRemoteInterfaceClient} from 'chrome-remote-interface-extra/lib/connection/adaptor.js'
Adapts the client object returned by the default module.export of the chrome-remote-interface to appear and behave like the puppeteer classes
Params:
Name | Type | Attribute | Description |
cdpClient | Chrome | CRIConnection | CDPSession | Object |