2
2
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
3
3
# start a container with the given image.
4
4
configs = [
5
- " selenium/standalone-firefox:4.22 .0-20240621 " , ' {"browserName": "firefox", "platformName": "linux"}' ,
6
- " selenium/standalone-chrome:4.22 .0-20240621 " , ' {"browserName": "chrome", "platformName": "linux"}' ,
7
- " selenium/standalone-edge:4.22 .0-20240621 " , ' {"browserName": "MicrosoftEdge", "platformName": "linux"}'
5
+ " selenium/standalone-firefox:4.23 .0-20240727 " , ' {"browserName": "firefox", "platformName": "linux"}' ,
6
+ " selenium/standalone-chrome:4.23 .0-20240727 " , ' {"browserName": "chrome", "platformName": "linux"}' ,
7
+ " selenium/standalone-edge:4.23 .0-20240727 " , ' {"browserName": "MicrosoftEdge", "platformName": "linux"}'
8
8
]
9
9
10
10
# URL for connecting to the docker daemon
@@ -14,7 +14,7 @@ configs = [
14
14
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
15
15
url = " http://127.0.0.1:2375"
16
16
# Docker image used for video recording
17
- video-image = " selenium/video:ffmpeg-6.1 .1-20240621 "
17
+ video-image = " selenium/video:ffmpeg-7.0 .1-20240727 "
18
18
19
19
# Uncomment the following section if you are running the node on a separate VM
20
20
# Fill out the placeholders with appropriate values
0 commit comments