Skip to content

Docker with Chrome (not chromium) with Debug, NodeJS and VNC to be used by automation (puppeteer or other)

Notifications You must be signed in to change notification settings

jvitor83/chrome-debug-node-vnc

Repository files navigation

CHROME-DEBUG-NODE-VNC

Usage

Look the repository: https://github.com/jvitor83/chrome-debug-node-vnc-usage. Fork and use the index.js to write your chrome/puppeteer manipulation.

Just need a Dockerfile with:

FROM jvitor83/chrome-debug-node-vnc:0.1

No need to do COPY and npm install (ONBUILD already do that).

Options:

Environments

  • extra_chrome_args

Ports

  • 5900 for VNC

    RealVNC recommendation - Just connect to localhost:5900 after start the image exposing the port

  • 9222 for chrome remote debug (chrome inside the container)

About

Docker with Chrome (not chromium) with Debug, NodeJS and VNC to be used by automation (puppeteer or other)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published