1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-05 09:31:24 +00:00
dockerfiles/selenoid/data/config/browsers.json
2019-12-23 18:56:26 +08:00

21 lines
321 B
JSON

{
"chrome": {
"default": "79.0",
"versions": {
"79.0": {
"image": "selenoid/vnc:chrome_79.0",
"port": "4444"
}
}
},
"firefox": {
"default": "71.0",
"versions": {
"71.0": {
"image": "selenoid/vnc:firefox_71.0",
"port": "4444"
}
}
}
}