selenium/standalone-chrome Docker 镜像 - 轩辕镜像 | Docker 镜像高效稳定拉取服务

standalone-chrome
selenium/standalone-chrome
自动构建
selenium
Selenium Grid的独立模式(Standalone mode)是一种集成了中心节点(hub)与执行节点(node)功能的简化测试部署方式,配合Chrome浏览器使用时,可在本地或小型测试环境中通过单一进程便捷启动,支持并行执行基于Selenium的自动化测试脚本,无需额外配置独立的中心节点与执行节点,有效简化测试环境搭建流程,提升测试效率,适用于快速验证测试用例或小规模自动化测试场景。
636 次收藏下载次数: 0状态:自动构建维护者:selenium仓库类型:镜像最近更新:15 天前

Selenium Grid Standalone with Chrome

This image provides a Selenium Grid Standalone with Chrome, which enables you to run WebDriver tests remotely.

How to run this image

  1. Start a Standalone Chrome
bash
docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:latest
  1. Point your WebDriver tests to http://localhost:4444

  2. That's it!

  3. (Optional) To see what is happening inside the container, head to http://localhost:7900/?autoconnect=1&resize=scale&password=secret.

  • When executing docker run for an image that contains a browser please use the flag --shm-size=2g to use the host's shared memory.

  • The example above uses latest as a tag, but we recommend to full tag to pin a specific browser and Grid version. Please see Tagging Conventions for details.

How to choose the correct tag for you

The tag structure is as follows:

selenium/standalone-chrome-<Major>.<Minor>.<Patch>-<YYYYMMDD>

Also with browser version and browser driver version

selenium/standalone-chrome-<browserVersion>-<browserDriver>-<browserDriverVersion>-<Major>.<Minor>.<Patch>-<YYYYMMDD>

Plus all the permutations from the above one

Example of a release with Chrome 112, ChromeDriver 112.0 and Selenium Grid Server 4.9.0, released on 20230426
    Chrome 112.0
    ChromeDriver 112.0
    Selenium Server 4.9.0
    Release date 20230426


e***f151e        selenium/standalone-chrome   4
e***f151e        selenium/standalone-chrome   4.9
e***f151e        selenium/standalone-chrome   4.9.0
e***f151e        selenium/standalone-chrome   4.9.0-20230426
e***f151e        selenium/standalone-chrome   112.0                  
e***f151e        selenium/standalone-chrome   112.0-20230426         
e***f151e        selenium/standalone-chrome   112.0-chromedriver-112.0 
e***f151e        selenium/standalone-chrome   112.0-chromedriver-112.0-20230426
e***f151e        selenium/standalone-chrome   112.0-chromedriver-112.0-grid-4.9.0-20230426  

With that, you can use any of the different tags to get the most recent release in a simplified way.

Full documentation

The Docker-Selenium project in GitHub has an extensive README that will help you find the correct way to get this images up and running for your use case.

License

The project is made possible by volunteer contributors who have put in thousands of hours of their own time, and made the source code freely available under the Apache License 2.0.

selenium/hub logo
selenium/hub
selenium
Selenium Grid Hub模式镜像作为分布式测试中心节点,用于接收并分配测试请求至各执行节点,实现跨环境自动化测试任务的并行管理与执行。
463 次收藏1亿+ 次下载
7 天前更新
selenium/node-chrome logo
selenium/node-chrome
selenium
Selenium Grid节点模式(搭配Chrome浏览器)是一种分布式自动化测试组件,作为硒网格架构中的工作节点,可接收中心集线器(Hub)分配的测试任务,在本地Chrome浏览器环境中执行Web应用自动化测试,支持多版本Chrome浏览器配置与并行测试任务处理,能有效提升大规模测试场景下的执行效率与资源利用率,适用于跨环境、多任务的Web应用自动化测试流程。
271 次收藏1亿+ 次下载
7 天前更新
selenium/node-firefox logo
selenium/node-firefox
selenium
用于Selenium Grid的Firefox节点镜像,可与Selenium Grid Hub配合使用,支持远程运行WebDriver测试。
155 次收藏5000万+ 次下载
7 天前更新
selenium/standalone-firefox logo
selenium/standalone-firefox
selenium
Selenium网格独立模式镜像,集成Firefox浏览器,用于分布式Web自动化测试,支持单节点简化部署。
197 次收藏5000万+ 次下载
7 天前更新
selenium/node-edge logo
selenium/node-edge
selenium
带有Edge浏览器的Selenium Grid节点镜像,用于与Selenium Grid Hub配合,实现WebDriver测试的远程运行。
11 次收藏500万+ 次下载
7 天前更新
selenium/standalone-chromium logo
selenium/standalone-chromium
selenium
Selenium Grid独立模式镜像,集成Chromium浏览器,用于运行基于Chrome的自动化测试。
9 次收藏100万+ 次下载
7 天前更新

镜像拉取常见问题

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

镜像拉取问题咨询请 提交工单,官方技术交流群:1072982923。轩辕镜像所有镜像均来源于原始仓库,本站不存储、不修改、不传播任何镜像内容。