We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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); });
There was an error while loading. Please reload this page.