The Wayback Machine - https://web.archive.org/web/20200909211944/https://github.com/ttibensky/example-chromeless
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

Example chromeless node.js app

An example implementation of https://github.com/graphcool/chromeless

docker build . -t ttibensky/example-chromeless
docker run -it --user root ttibensky/example-chromeless /usr/bin/chromium-browser --headless --no-sandbox --remote-debugging-port=9222 --disable-gpu & npm install && node app-screenshot.js
docker run -it --user root ttibensky/example-chromeless /usr/bin/chromium-browser --headless --no-sandbox --remote-debugging-port=9222 --disable-gpu & npm install && node app-screenshot-full-page.js
docker run -it --user root ttibensky/example-chromeless /usr/bin/chromium-browser --headless --no-sandbox --remote-debugging-port=9222 --disable-gpu & npm install && node app-test-error.js
docker run -it --user root ttibensky/example-chromeless /usr/bin/chromium-browser --headless --no-sandbox --remote-debugging-port=9222 --disable-gpu & npm install && node app-test-success.js
You can’t perform that action at this time.