### 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.