#------------------------------------------------------------------------------------------------ # Gazelle info admin.login=sballuais admin.password=azerty AdministrationPreference.URL=administration/preferences.seam base.url=${base.url} base.page.url=home.seam gazelle.version.url=rest/version expected.page.amount.gmm=185 expected.page.amount.tm=185 expected.page.amount.pr=185 #------------------------------------------------------------------------------------------------ #------------------------------------------------------------------------------------------------ # Options run.span.check=${run.span.check} profile.duration=${profile.duration} session.base.name=Monkey Testing headless=true #------------------------------------------------------------------------------------------------ #------------------------------------------------------------------------------------------------ # Loader config logfile.url=${logfile.directory} crowdin.default.language=en war.base.path=${war.base.path} #------------------------------------------------------------------------------------------------ #------------------------------------------------------------------------------------------------ # XPaths # # The xpath query that selects every relevant # An is relevant if : # - the href is not empty # - the label text is not empty # - the link is not one sending email (mailto:) xpath.find.links=//a[@href!=\"\"][text()!=\"\"][not(contains(@href, \"mailto:\"))]|(//*[@onclick!=\"\"][@value!="Déconnexion"][@value!="Logout"]) xpath.find.close.img=//img[contains(@alt, \"Close\")] menuitems.count.xpath=//div/div/form/table[2]//img #------------------------------------------------------------------------------------------------- #------------------------------------------------------------------------------------------------ # Misc slash.replacement.in.filename=__ firefox.download.directory=${firefox.download.directory} #------------------------------------------------------------------------------------------------- #------------------------------------------------------------------------------------------------ # Debug recently.visited.link.depth=10 driver.lifetime=30000 click.timeout=2500 picky.max.attempt=20 login.attempts.max=10 language.change.attempt.max=10 #------------------------------------------------------------------------------------------------