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

init.browsers.selenoid.conf Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
#
# Selenoid Settings
# =================
#
# Configure all your Selenoid settings here.
#
# For the full list of available Gwen settings, see:
# https://gweninterpreter.org/docs/settings/reference

#
# Format: HOCON (Human-Optimized Config Object Notation superset of JSON)
# - See: https://github.com/lightbend/config/blob/master/HOCON.md
#

gwen {
  web {
    capabilities {
      "selenoid:options" {
        enableVNC = true
        enableVideo = true
      }
    }
    remote {
      url = "http://${env.SELENIUM_HUB}:4444/wd/hub"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy