chrombrowse
v1.0.0
Published
Make your very own Chromium-based browser!
Maintainers
Readme
chrombrowse
Make your very own Chromium-based browser! 🚀
chrombrowse is a Node.js library that lets you make your very own Chromium-based browser.
It supports custom icons, browser names, custom New Tab / search page, and can open multiple tabs, including local HTML files.
Features
- Set a custom browser icon with
setIcon. - Set the browser window name with
nameSet. - Set a custom New Tab / search page with
searchPage. - Open multiple tabs, including local files.
- Works with Selenium via Chromedriver.
Installation
npm install chrombrowse
# or
yarn add chrombrowse