We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Omit the callback to use the Promise API for the connection.
const CDP = require('chrome-remote-interface'); CDP().then((client) => { console.log('Connected!'); client.close(); }).catch((err) => { console.error(err); });