1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-03 00:33:55 +00:00
dockerfiles/selenoid/data/config/browsers.json

31 lines
504 B
JSON
Raw Normal View History

2019-11-03 04:01:33 +00:00
{
"chrome": {
2021-07-30 08:47:23 +00:00
"default": "92.0",
2019-11-03 04:01:33 +00:00
"versions": {
2021-07-30 08:47:23 +00:00
"92.0": {
"image": "selenoid/vnc:chrome_92.0",
2019-11-03 04:01:33 +00:00
"port": "4444"
}
}
},
"firefox": {
2021-07-30 08:47:23 +00:00
"default": "90.0",
2019-11-03 04:01:33 +00:00
"versions": {
2021-07-30 08:47:23 +00:00
"90.0": {
"image": "selenoid/vnc:firefox_90.0",
2021-06-16 10:24:16 +00:00
"port": "4444",
"path": "/wd/hub"
2021-06-01 03:40:12 +00:00
}
}
},
"opera": {
2021-07-30 08:47:23 +00:00
"default": "77.0",
2021-06-01 03:40:12 +00:00
"versions": {
2021-07-30 08:47:23 +00:00
"77.0": {
"image": "selenoid/vnc:opera_77.0",
2019-11-03 04:01:33 +00:00
"port": "4444"
}
}
}
}