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

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

The newest version!
#
# Gwen Firefox Browser Settings
# =============================
#
# Configure all your Firefox browser settings here.
#
# For the full list of available Gwen settings, see:
# - https://gweninterpreter.org/docs/settings#settings-reference
#
# Format: HOCON (Human-Optimized Config Object Notation superset of JSON)
# - See: https://github.com/lightbend/config/blob/master/HOCON.md
#

gwen {
  target {
    browser = "firefox"
  }
}

# turn off noisy gecko console logging
webdriver.firefox.logfile = /dev/null




© 2015 - 2024 Weber Informatics LLC | Privacy Policy