Skip to content

Instantly share code, notes, and snippets.

@madhank93
Last active February 18, 2022 12:21
Show Gist options
  • Save madhank93/a945f0d2fe622825fe29d15ecc25c7cc to your computer and use it in GitHub Desktop.
Save madhank93/a945f0d2fe622825fe29d15ecc25c7cc to your computer and use it in GitHub Desktop.
browser-files
{
"chrome": {
"default": "latest",
"versions": {
"latest": {
"image": "selenoid/chrome:91.0",
"port": "4444",
"tmpfs": {
"/tmp": "size=512m"
}
}
}
},
"firefox": {
"default": "latest",
"versions": {
"latest": {
"image": "selenoid/firefox:88.0",
"port": "4444",
"path": "/wd/hub"
}
}
}
}
{
"chrome": {
"default": "latest",
"versions": {
"latest": {
"image": "selenoid/vnc_chrome:91.0",
"port": "4444",
"tmpfs": {
"/tmp": "size=512m"
}
}
}
},
"firefox": {
"default": "latest",
"versions": {
"latest": {
"image": "selenoid/vnc_firefox:88.0",
"port": "4444",
"path": "/wd/hub"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment