docker-selenium icon indicating copy to clipboard operation
docker-selenium copied to clipboard

[🚀 Feature]: Build "magic node" with all popular browsers in a signle container

Open VietND96 opened this issue 7 months ago • 0 comments

Feature and motivation

Implement the discussion https://github.com/SeleniumHQ/docker-selenium/discussions/2659

  • All functions are still the same as the current Node/Standalone, just adding 3 popular browsers in a single container
    • Support AMD64 and ARM64
    • Keep the simple and maintainable in Dockerfile, build and deploy process
  • Reuse current tests for this new image in CI.

Usage example

For users

  • Like "all-in-one" node/standalone in a single container with 3 popular browsers.
  • Don't care about the image size, prefer the convenience.
  • Figure out yourself on the resource consumption.

VietND96 avatar Apr 19 '25 17:04 VietND96