uality-automation.aquality-selenium.4.8.0.source-code.settings.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aquality-selenium Show documentation
Show all versions of aquality-selenium Show documentation
Library around Selenium WebDriver
{
"browserName" : "chrome",
"isRemote": false,
"remoteConnectionUrl": "http://localhost:4444/wd/hub",
"isElementHighlightEnabled" : true,
"driverSettings": {
"chrome": {
"capabilities": {
},
"options": {
"intl.accept_languages": "en",
"safebrowsing.enabled": "true",
"profile.default_content_settings.popups": "0",
"disable-popup-blocking": "true",
"download.prompt_for_download": "false",
"download.default_directory": "./downloads"
},
"loggingPreferences": {
"Performance": "All"
},
"pageLoadStrategy": "Normal",
"startArguments": ["--disable-search-engine-choice-screen"],
"excludedArguments": []
},
"edge": {
"capabilities": {
},
"options": {
"intl.accept_languages": "en",
"safebrowsing.enabled": "true",
"profile.default_content_settings.popups": "0",
"disable-popup-blocking": "true",
"download.prompt_for_download": "false",
"download.default_directory": "./downloads"
},
"loggingPreferences": {
"Performance": "All"
},
"startArguments": [],
"excludedArguments": []
},
"firefox": {
"capabilities": {
},
"options": {
"intl.accept_languages": "en",
"browser.download.dir": "./downloads",
"browser.download.folderList": 2,
"browser.helperApps.neverAsk.saveToDisk": "application/octet-stream, application/x-debian-package, application/x-www-form-urlencod, application/json, application/x-compressed, application/x-zip-compressed, application/zip, multipart/x-zip, text/plain, text/csv",
"browser.helperApps.alwaysAsk.force": false,
"browser.download.manager.alertOnEXEOpen": false,
"browser.download.manager.focusWhenStarting": false,
"browser.download.useDownloadDir": true,
"browser.download.manager.showWhenStarting": false,
"browser.download.manager.closeWhenDone": true,
"browser.download.manager.showAlertOnComplete": false,
"browser.download.manager.useWindow": false,
"browser.download.panel.shown": false
},
"startArguments": []
},
"iexplorer": {
"capabilities": {
"ignoreProtectedModeSettings": true
}
},
"safari": {
"downloadDir": "/Users/username/Downloads"
},
"opera": {
"binaryLocation": "%USERPROFILE%\\AppData\\Local\\Programs\\Opera\\launcher.exe",
"capabilities": {
"unhandledPromptBehavior": "ignore"
},
"options": {
"intl.accept_languages": "en",
"safebrowsing.enabled": "true",
"profile.default_content_settings.popups": "0",
"disable-popup-blocking": "true",
"download.prompt_for_download": "false",
"download.default_directory": "./downloads"
},
"startArguments": [ "--remote-debugging-port=9222", "--no-sandbox", "--disable-dev-shm-usage" ],
"excludedArguments": []
},
"yandex": {
"binaryLocation": "%USERPROFILE%\\AppData\\Local\\Yandex\\YandexBrowser\\Application\\browser.exe",
"capabilities": {
},
"options": {
"intl.accept_languages": "en",
"safebrowsing.enabled": "true",
"profile.default_content_settings.popups": "0",
"disable-popup-blocking": "true",
"download.prompt_for_download": "false",
"download.default_directory": "./downloads"
},
"startArguments": [],
"excludedArguments": []
}
},
"timeouts": {
"timeoutImplicit" : 0,
"timeoutCondition" : 30,
"timeoutScript" : 10,
"timeoutPageLoad" : 15,
"timeoutPollingInterval": 300,
"timeoutCommand":120
},
"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