Sign inSign up

elastestbrowsers/chrome

By elastestbrowsers

Updated almost 5 years ago

This repo contains Chrome browser images for testing purposes.

Image
2

100K+

elastestbrowsers/chrome repository overview

The image contains a full X11 enviroment to run Chrome browser with Selenoid.

There is availble latest (stable), beta and development versions of the browser. Also it contains noVNC and VNC.

To run this image:

docker run -d --name chrome -p 4444:4444 -p 6080:6080 -p 5900:5900 --cap-add=SYS_ADMIN elastestbrowsers/chrome:BROWSER_VERSION

With BROWSER_VERSION

  • latest
  • beta
  • unstable

You can run your tests using Selenoid and 4444 port. Or you can simply connect to the remote desktop through 6080 (noVNC) or 5900 (VNC)

Session recording

It's possible to record the session. To do that run

docker exec -ti chrome start-video-recording.sh -n VIDEO-NAME

To finish the recording

docker exec -ti chrome stop-video-recording.sh

Video file will end in ~/recordings so you would like to create a volume in this folder:

docker run -d --name chrome -p 4444:4444 -p 6080:6080 -p 5900:5900 --cap-add=SYS_ADMIN -v ${PWD}/recordings:/home/ubuntu/recordings elastestbrowsers/chrome:BROWSER_VERSION

Tag summary

Content type

Image

Digest

Size

360.1 MB

Last updated

almost 5 years ago

docker pull elastestbrowsers/chrome