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

config.automation.properties Maven / Gradle / Ivy

browserName=chrome
# waitDurationInSeconds: how many seconds to timeout when call any waitForXX functions
# in com.github.licanhua.test.framework.base.WaitFunctions.java
# waitDurationInSeconds should be big than ajaxTimeoutInSeconds
# because it will call multiple findElement(s) until waitDurationInSeconds timeout.
waitDurationInSeconds=60
# ajaxTimeoutInSeconds: How many seconds a webElement.findElement(s) timeout. When you call any WebElement function
# a findElements is trigged and Selenium will throw NoSuchElementException if ajaxTimeoutInSeconds reached.
# ajaxTimeoutInSeconds should less than waitDurationInSeconds
ajaxTimeoutInSeconds=20
remoteWebDriverAddress=
autoSnapshot=false
targetEnvironment=Prod
#the default page will automatically navigate to by framework
startPage=




© 2015 - 2025 Weber Informatics LLC | Privacy Policy