pageDeclarations.BichromateTableTest.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Bichromate Show documentation
Show all versions of Bichromate Show documentation
Java, Selenium, Appium, Winium, Extend, and TestNG automated testing framework. Bichromate integrates the best of these frameworks and takes automation to the next level. With Bichromate there is one function call that builds any type of Web,IOS Mobile, Android, and Windows App driver on any platform (Windows, Mac, Linux). From Local web drivers, to SauceLabs, Browserstack, and Selenium grid. Build data driven tests is never easier.
Bichromate also gives you built in Factories that, access DBs, Video Capture, FTP, POM Generation, Hilite element.
# @(#)BichromateTableTest.properties 1.0 2018-08-03-07:09:59
#
# Bichromate
#
# Selenium selectors strings for the samplePageDeclaration page. For every element you must define it's type:
# EXAMPLE: loginButton=//input[@id='submit']
# loginButtonType=xpath
#
#XPATH_SELECTOR = "xpath";
#CSS_SELECTOR = "css";
#CLASS_SELECTOR = "class";
#ID_SELECTOR = "id";
#LINK_TEXT_SELECTOR = "linkText";
#TAG_NAME_SELECTOR = "tagName";
#PARTIAL_LINKTEXT_SELECTOR = "partialLinkText";
#NAME_SELECTOR = "name";
#
# Page URL and title
#
pageTitle=Bichromate TableTest
pageURL=bichromate.org/seleniumTestPage.html
# Elements Start
checkbox1=drawer-toggle
checkbox1Type=id
link1=//a[1]
link1Type=xpath
table1=example
table1Type=id
table2=tableTestOne
table2Type=id
table3=tableTesttwo
table3Type=id
dropdown1=dropDownSelectCarsOne
dropdown1Type=id
dropdown2=dropDownSelectCarsTwo
dropdown2Type=id
textinput1=textBoxOne
textinput1Type=id
textinput2=textBoxTwo
textinput2Type=id
checkbox2=bikeCheckBox
checkbox2Type=id
checkbox3=carCheckBox
checkbox3Type=id
range1=slider1
range1Type=id
tabLink1=tab1
tabLink1Type=id
tabLink2=defaultOpen
tabLink2Type=id
tabLink3=tab3
tabLink3Type=id
tabLink4=tab4
tabLink4Type=id
range2=myRange
range2Type=id
link2=//a[2]
link2Type=xpath
link3=//a[3]
link3Type=xpath
link4=//a[4]
link4Type=xpath
link5=//a[5]
link5Type=xpath
link6=//a[6]
link6Type=xpath
checkBox1=xpath=//input[@id='bikeCheckBox']
checkBox1Type=xpath
checkBox2=xpath=//input[@id='carCheckBox']
checkBox1Type=xpath
openModalButton=myBtn
openModalButtonType=id
modalDialog=myModal
modalDialogType=id
alertButton=myAlert
alertButtonType=id