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.0.0-beta-3-prerelease-20210321 " , " {\" browserName\" : \" firefox\" }" ,
6
- " selenium/standalone-chrome:4.0.0-beta-3-prerelease-20210321 " , " {\" browserName\" : \" chrome\" }" ,
7
- " selenium/standalone-opera:4.0.0-beta-3-prerelease-20210321 " , " {\" browserName\" : \" opera\" }" ,
8
- " selenium/standalone-edge:4.0.0-beta-3-prerelease-20210321 " , " {\" browserName\" : \" MicrosoftEdge\" }"
5
+ " selenium/standalone-firefox:4.0.0-beta-3-prerelease-20210329 " , " {\" browserName\" : \" firefox\" }" ,
6
+ " selenium/standalone-chrome:4.0.0-beta-3-prerelease-20210329 " , " {\" browserName\" : \" chrome\" }" ,
7
+ " selenium/standalone-opera:4.0.0-beta-3-prerelease-20210329 " , " {\" browserName\" : \" opera\" }" ,
8
+ " selenium/standalone-edge:4.0.0-beta-3-prerelease-20210329 " , " {\" browserName\" : \" MicrosoftEdge\" }"
9
9
]
10
10
11
11
# URL for connecting to the docker daemon
@@ -15,7 +15,7 @@ configs = [
15
15
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
16
16
url = " http://host.docker.internal:2375"
17
17
# Docker imagee used for video recording
18
- video-image = " selenium/video:ffmpeg-4.3.1-20210321 "
18
+ video-image = " selenium/video:ffmpeg-4.3.1-20210329 "
19
19
20
20
# Uncomment the following section if you are running the node on a separate VM
21
21
# Fill out the placeholders with appropriate values
0 commit comments