chrome-node Programmatically control Chrome browser. Getting started Installation npm i chrome-node Example const chrome = require('chrome-node'); await chrome.start(); await chrome.navigate('https://www.google.com'); References API for parsing and serializing DOM (W3C) Chrome Remote Interface Chrome Devtools Protocol