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

uality-automation.aquality-selenium-core.3.1.2.source-code.settings.json Maven / Gradle / Ivy

Go to download

Library with core functions simplifying work with Selenium-controlled applications.

There is a newer version: 4.2.0
Show newest version
{
  "timeouts": {
    "timeoutImplicit": 0,
    "timeoutCondition": 30,
    "timeoutPollingInterval": 300,
    "timeoutCommand": 60
  },
  "retry": {
    "number": 2,
    "pollingInterval": 300
  },
  "logger": {
    "language": "en",
    "logPageSource": true
  },
  "elementCache": {
    "isEnabled": false
  },
  "visualization": {
    "imageExtension": "png",
    "maxFullFileNameLength": 255,
    "defaultThreshold": 0.012,
    "comparisonWidth": 16,
    "comparisonHeight": 16,
    "pathToDumps": "./src/test/resources/visualDumps/"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy