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

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

There is a newer version: 4.1.1
Show newest version
#
# Remote Web Driver Settings
# ==========================
#
# Configure all your remote web driver 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 {
    capability {                  # name value pairs
      # name1 = "value1"
      # name2 = "value2"
      # ..
    }
    remote {
      localFileDetector = false
      # url = ""                  # remote webdriver url
    }
  }
}

#
# Add any other remote webdriver settings or system properties here.
# Note: surround names with quotes if you exprience path clashes with above.
#
# Example:
#
# my {
#   remote {
#     prop = "value"
#   } 
# }
#
# Or equivalently
#
# my.remote.prop = "value"
#




© 2015 - 2025 Weber Informatics LLC | Privacy Policy