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

scenarios.spring-boot-app.0.0.14.source-code.application.yaml Maven / Gradle / Ivy

There is a newer version: 0.0.15
Show newest version
webdevice:
  default-device: LocalFirefox
  base-url: http://webdevice.io
  eager: true
  devices:
    LocalFirefox:
      driver: org.openqa.selenium.firefox.FirefoxDriver
      pooled: true
      aliases: Firefox, Local Firefox
      capabilites:
        version: "71.0"
    LocalChrome:
      driver: org.openqa.selenium.chrome.ChromeDriver
      pooled: true
      aliases: Chrome, Local Chrome
      capabilites:
        version: "59.0"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy