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

pageDeclarations.pomCreator.properties Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 3.13
Show newest version
# @(#)pomCreator.properties  1.0 6/1/2016
#
# 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";

#
# sTestPOMFactory Template Defined.
#
#  To use the sTestPOMFactory, properties files must conform to the following format. POM Factory reads thru the properties file
#    and creates the page declaration java file with the same name as the properties file.
#
# EXAMPLE:
#    pomCreator.properties when passed into the sTestPOMFactory  produces  pomCreator.java with all the appropriate methods that match the 
#    elements in the properties file
#
#
#
#
#  XXXXTextField=XXXXX
#     sTestPOMFactory will create sTestTextBoxObject
#
#  XXXXButton=XXXXX
#     sTestPOMFactory will create sTestButtonObject
#
#  XXXXLink=XXXXX
#     sTestPOMFactory will create sTestLinkObject
#
#  XXXXTable=XXXXX
#     sTestPOMFactory will create sTestTableObject
#
# XXXXXDropDown=XXXXX
#	  sTestPOMFactory will create sTestDropDownObject
#
# Page URL and title
#


pageURL=https://www.yahoo.com/
pageTitle=Yahoo
#
# Elements defined for the page
#
searchTextField=uh-search-box
searchTextFieldType=id

searchButton=uh-search-button
searchButtonType=id

someDropDown=XYZ
someDropDownType=id

someTable=XYZ
someTableType=id

someLinkName=xyz
someLinkNameType=id







© 2015 - 2024 Weber Informatics LLC | Privacy Policy