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.35.0-20250828 " , ' {"browserName": "firefox", "platformName": "linux"}' ,
6- " selenium/standalone-chrome:4.35.0-20250828 " , ' {"browserName": "chrome", "platformName": "linux"}' ,
7- " selenium/standalone-edge:4.35.0-20250828 " , ' {"browserName": "MicrosoftEdge", "platformName": "linux"}'
5+ " selenium/standalone-firefox:4.35.0-20250909 " , ' {"browserName": "firefox", "platformName": "linux"}' ,
6+ " selenium/standalone-chrome:4.35.0-20250909 " , ' {"browserName": "chrome", "platformName": "linux"}' ,
7+ " selenium/standalone-edge:4.35.0-20250909 " , ' {"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" ]
@@ -16,7 +16,7 @@ host-config-keys = ["Dns", "DnsOptions", "DnsSearch", "ExtraHosts", "Binds"]
1616# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
1717url = " http://127.0.0.1:2375"
1818# Docker image used for video recording
19- video-image = " selenium/video:ffmpeg-8.0-20250828 "
19+ video-image = " selenium/video:ffmpeg-8.0-20250909 "
2020
2121# Uncomment the following section if you are running the node on a separate VM
2222# Fill out the placeholders with appropriate values
0 commit comments