catools.web.browser.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web.driver Show documentation
Show all versions of web.driver Show documentation
The Web Driver to be used in CATs projects for testing
The newest version!
catools.web.browser = {
default = "CHROME"
default = ${?CATOOLS_WEB_BROWSER_DEFAULT}
expected_images_resource_path = "/images/expected"
expected_images_resource_path = ${?CATOOLS_WEB_BROWSER_EXPECTED_IMAGES_RESOURCE_PATH}
windows_position = "0,0"
windows_position = ${?CATOOLS_WEB_BROWSER_WINDOWS_POSITION}
windows_dimension = ""
windows_dimension = ${?CATOOLS_WEB_BROWSER_WINDOWS_DIMENSION}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy