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.0.0-rc-2-prerelease-20210916 " , ' {"browserName": "firefox", "platformName": "linux"}' ,
6- " selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210916 " , ' {"browserName": "chrome", "platformName": "linux"}' ,
7- " selenium/standalone-edge:4.0.0-rc-2-prerelease-20210916 " , ' {"browserName": "MicrosoftEdge", "platformName": "linux"}'
5+ " selenium/standalone-firefox:4.0.0-rc-2-prerelease-20210923 " , ' {"browserName": "firefox", "platformName": "linux"}' ,
6+ " selenium/standalone-chrome:4.0.0-rc-2-prerelease-20210923 " , ' {"browserName": "chrome", "platformName": "linux"}' ,
7+ " selenium/standalone-edge:4.0.0-rc-2-prerelease-20210923 " , ' {"browserName": "MicrosoftEdge", "platformName": "linux"}'
88 ]
99
1010# URL for connecting to the docker daemon
@@ -14,7 +14,7 @@ configs = [
1414# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
1515url = " http://host.docker.internal:2375"
1616# Docker imagee used for video recording
17- video-image = " selenium/video:ffmpeg-4.3.1-20210916 "
17+ video-image = " selenium/video:ffmpeg-4.3.1-20210923 "
1818
1919# Uncomment the following section if you are running the node on a separate VM
2020# Fill out the placeholders with appropriate values
0 commit comments