chrome-remote-interface-extra
Version:
Bringing a puppeteer like API and more to the chrome-remote-interface by cyrus-and
17 lines (11 loc) • 386 B
JavaScript
const {
CRIClientPatched,
adaptChromeRemoteInterfaceClient
} = require('./adaptor')
exports.CRIClientPatched = CRIClientPatched
exports.adaptChromeRemoteInterfaceClient = adaptChromeRemoteInterfaceClient
exports.CRIConnection = require('./CRIConnection')
exports.CDPSession = require('./CDPSession')
/**
* @typedef {Chrome|CRIConnection|CDPSession|Object} ConnectionTypes
*/