Sign inSign up

elastestbrowsers/firefox

By elastestbrowsers

Updated almost 5 years ago

This repo contains Firefox browser images for testing purposes.

Image
2

100K+

elastestbrowsers/firefox repository overview

The image contains a full X11 enviroment to run Firefox 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 firefox -p 4444:4444 -p 6080:6080 -p 5900:5900 --cap-add=SYS_ADMIN elastestbrowsers/firefox:BROWSER_VERSION

With BROWSER_VERSION

  • latest
  • beta
  • nightly

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 firefox start-video-recording.sh -n VIDEO-NAME

To finish the recording

docker exec -ti firefox 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 firefox -p 4444:4444 -p 6080:6080 -p 5900:5900 --cap-add=SYS_ADMIN -v ${PWD}/recordings:/home/ubuntu/recordings elastestbrowsers/firefox:BROWSER_VERSION

Tag summary

Content type

Image

Digest

Size

308.9 MB

Last updated

almost 5 years ago

docker pull elastestbrowsers/firefox