Package

io.magentys.cinnamon.webdriver

config

Permalink

package config

Visibility
  1. Public
  2. All

Type Members

  1. class CinnamonWebDriverConfig extends AnyRef

    Permalink

    Three types of variables are expected to be passed by the user with regards to config:

    Three types of variables are expected to be passed by the user with regards to config:

    1. browserProfile - refers to the capabilities profile the user wants to execute and should be wrapped in capabilities-profiles.

    2. hubUrl - this is only required for remote driver connections. In case it is empty, we default to "" which implies a local driver.

    3. webdriverConfig - this allows the user to pass a config file from outside the project. In case it is empty, we search in the project directories.

    The config file should be named or end with "webdriver.conf"

Ungrouped