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

io.magentys.cinnamon.webdriver.KEYS.scala Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package io.magentys.cinnamon.webdriver

object Keys {

  val CAPABILITIES_PROFILES_KEY = "capabilities-profiles"
  val DEFAULTS = "defaults"
  val DRIVER_EXTRAS_KEY = "driverExtras"
  val DRIVER_BINARY = "driverBinary"
  val CONFIG_FILE_EXTENSION = "webdriver.conf"

  //Expected by user
  val BROWSER_PROFILE = "browserProfile"
  val HUB_URL = "hubUrl"
  val WEBDRIVER_CONFIG = "webDriverConfig"

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy