All Downloads are FREE. Search and download functionalities are using the official Maven repository.

init.browsers.browsers.json Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
{
    "chrome": {
      "default": "latest",
      "versions": {
        "latest": {
          "image": "selenoid/chrome:latest",
          "port": "4444",
          "path": "/"
        }
      }
    },
    "MicrosoftEdge": {
      "default": "latest",
      "versions": {
        "latest": {
          "image": "browsers/edge:latest",
          "port": "4444",
          "path": "/"
        }
      }
    },
    "firefox": {
      "default": "latest",
      "versions": {
        "latest": {
          "image": "selenoid/firefox:latest",
          "port": "4444",
          "path": "/wd/hub"
        }
      }
    }
  }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy