22# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
33# start a container with the given image.
44configs = [
5- " selenium/standalone-firefox:4.41 .0-20260222 " , ' {"browserName": "firefox", "platformName": "linux"}' ,
6- " selenium/standalone-chrome:4.41 .0-20260222 " , ' {"browserName": "chrome", "platformName": "linux"}' ,
7- " selenium/standalone-edge:4.41 .0-20260222 " , ' {"browserName": "MicrosoftEdge", "platformName": "linux"}'
5+ " selenium/standalone-firefox:4.42 .0-20260303 " , ' {"browserName": "firefox", "platformName": "linux"}' ,
6+ " selenium/standalone-chrome:4.42 .0-20260303 " , ' {"browserName": "chrome", "platformName": "linux"}' ,
7+ " selenium/standalone-edge:4.42 .0-20260303 " , ' {"browserName": "MicrosoftEdge", "platformName": "linux"}'
88 ]
99# Share configs of volumes, DNS, extra hosts between node-docker and node browser containers
1010host-config-keys = [" Dns" , " DnsOptions" , " DnsSearch" , " ExtraHosts" , " Binds" ]
@@ -17,7 +17,7 @@ host-config-keys = ["Dns", "DnsOptions", "DnsSearch", "ExtraHosts", "Binds"]
1717url = " http://127.0.0.1:2375"
1818# Docker image used for video recording (set to "false" to disable. Recommend to use new browser
1919# image tag which has video recorder/uploader inline).
20- # video-image = "selenium/video:ffmpeg-8.0-20260222 "
20+ # video-image = "selenium/video:ffmpeg-8.1-20260303 "
2121
2222# Uncomment the following section if you are running the node on a separate VM
2323# Fill out the placeholders with appropriate values
0 commit comments