A B C D E F G H I J L M N O P R S T U V W X 
All Classes All Packages

G

generateName(AutoGenerateDataType) - Static method in class com.qcefast.util.DataGenerator
Returns a name using Faker based on the passed in datatype
generateTitle(AutoGenerateDataType) - Static method in class com.qcefast.util.DataGenerator
Returns a title using Faker based on the passed in datatype
get(Object) - Method in class com.qcefast.util.FastRunProperties
Returns the value to which the specified key is mapped.
getAction() - Method in class com.qcefast.fastXml.TestStep
Gets action.
getAllActions() - Method in class com.qcefast.util.Fast
Returns a set containing each action within Fast
getAppVersion() - Method in class com.qcefast.util.Fast
Gets the current version for the FAST framework from the value inside the .pom xml file
getAttribute(String) - Method in class com.qcefast.frameworkSpecific.FastElement
When the framework is selenium:
Get the value of the given attribute of the element.
getAut() - Method in class com.qcefast.fastXml.FastXml
Gets aut.
getAut() - Method in class com.qcefast.util.FastArgs
 
getBddStepName() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets bdd step name.
getBrowserLoops() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns browserLoops (number of times FAST Framework will loop through open browser windows while attempting to locate the element) for this FastElement.
getBrowserLoops() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the browserLoops property.
getBrowserType() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the browserType property.
getCallerIdentityLocation() - Method in class com.qcefast.util.Fast
Gets the callerIdentityLocation.
getClassName() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the className stored in this FastElement.
getCloseDriverAfterScript() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the closeDriverAfterScript property.
getCloseDriverAfterSuite() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the closeDriverAfterSuite property.
getColumnHeaders() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the column headers of a FastHtmlTable as a list of WebElement
getColumnHeaders() - Method in class com.qcefast.frameworkSpecific.FastHtmlTable
Returns column headers of this FastHtmlTable as a list of WebElement
getColumnIndexMap() - Method in class com.qcefast.fastXml.TestStepFields
Gets column index map.
getColumnIndexMap() - Method in class com.qcefast.util.DataSetFile
Returns a map containing the column indices (keys) and column names (values) from the dataset file
getColumnNameToIndex() - Method in class com.qcefast.frameworkSpecific.FastHtmlTable
Returns map with columnNames as key, and column index as values
getCss() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the css stored in this FastElement.
getCssBy() - Method in class com.qcefast.frameworkSpecific.FastElementProperties
Returns a By that is build using a constructed cssString created from the properties of this class
getCssString() - Method in class com.qcefast.frameworkSpecific.FastElementProperties
Converts attributes of an object into a string that will be used for cssSelectors
getCssString(Properties) - Static method in class com.qcefast.util.BrowserUtil
Converts attributes of an object into a string that will be used for cssSelectors
getCurrentDateTime() - Method in class com.qcefast.util.Fast
Returns the current datetime
getCurrentDateTime() - Static method in class com.qcefast.util.FastUtil
Returns the current datetime
getCurrentDateTimeAsString() - Method in class com.qcefast.util.Fast
Returns the current datetime in yyyy-MM-dd HH:mm:ss format
getCurrentDateTimeAsString() - Static method in class com.qcefast.util.FastUtil
Returns the current datetime in yyyy-MM-dd HH:mm:ss format
getData() - Method in class com.qcefast.fastXml.TestStep
Gets data.
getDataGen() - Method in class com.qcefast.fastXml.TestStep
Gets data gen.
getDataParameters() - Method in class com.qcefast.fastXml.TestStep
Gets data parameters.
getDataSetFile() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets data set file.
getDataSetRow() - Method in class com.qcefast.fastXml.TestStepFields
Gets data set row.
getDataSetRows() - Method in class com.qcefast.util.DataSetFile
Returns a list of maps that represent the data from the dataset file.
getDataType() - Method in class com.qcefast.fastXml.TestStep
Gets data type.
getDateCreated() - Method in class com.qcefast.fastXml.FastXml
Gets date created.
getDefaultFramework() - Method in class com.qcefast.util.FastArgs
 
getDefaultFramework() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the defaultFramework property.
getDelimiter() - Method in class com.qcefast.util.FastRunProperties
Returns the delimiter FAST uses internally.
getDescription() - Method in class com.qcefast.fastXml.FastXml
Gets description.
getDescription() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets description.
getDescription() - Method in class com.qcefast.fastXml.TestScript
Gets description.
getDescription() - Method in class com.qcefast.fastXml.TestStep
Gets description.
getDescription() - Method in class com.qcefast.reports.FunctionalStepLog
Gets the description of the FunctionalTestStep this log is tracking
getDescription() - Method in class com.qcefast.reports.TestFileLog
Gets the description of the TestScript this log is tracking
getDetailedResultFolder() - Method in class com.qcefast.fastXml.TestStep
Gets detailed result folder.
getDetailedResultFolder() - Method in class com.qcefast.util.FastRunProperties
Returns the filepath of the detailedResultFolder
getDetailedStepPath() - Method in class com.qcefast.reports.TestFileLog
The filepath to the detailed html reports
getDOBRefdata(String, FastRunProperties, AutoGenerateDataType, Map<String, String>) - Static method in class com.qcefast.util.ProcessXMLDriver
Retrieves time period from the string date of birth passed in
getDriverLocation() - Method in class com.qcefast.fastXml.FastXml
Gets driver location.
getDriverMainWindow() - Method in class com.qcefast.frameworkSpecific.FastDriver
Returns the initial window for this FastDriver.
getDriverPath() - Method in class com.qcefast.util.FastArgs
 
getDriverPath() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the driverPath property.
getDriverType() - Method in class com.qcefast.fastXml.FastXml
Gets driver type.
getElementClassName() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the className of the element using the framework of this FastElement
getElementCss() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the css of the element using the framework of this FastElement
getElementId() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the id of the element using the framework of this FastElement
getElementLinkText() - Method in class com.qcefast.frameworkSpecific.FastElement
This method calls and returns the same result as getElementText()
getElementName() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the name of the element using the framework of this FastElement
getElementTagName() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the tagName of the element using the framework of this FastElement
getElementText() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the text of the element using the framework of this FastElement
getElementXpath() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the xpath of the element using the framework of this FastElement
getEndTime() - Method in class com.qcefast.fastXml.FastXml
Gets end time.
getEndTime() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets end time.
getEndTime() - Method in class com.qcefast.fastXml.TestScript
Gets end time.
getEndTime() - Method in class com.qcefast.fastXml.TestStep
Gets end time.
getEnvironment() - Method in class com.qcefast.fastXml.FastXml
Gets environment.
getEnvironment() - Method in class com.qcefast.fastXml.TestStepFields
Gets environment.
getEnvironment() - Method in class com.qcefast.util.FastArgs
 
getEvidencePath() - Method in class com.qcefast.reports.TestFileLog
The folder that the test evidence for the TestScript that this TestFileLog tracks resides
getExecuteCount() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets execute count.
getExecutionReportsPath() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the executionReportsPath property.
getExecutionStatus() - Method in class com.qcefast.reports.FunctionalStepLog
Gets the execution Status of the FunctionalTestStep this log is tracking
getExecutionStatus() - Method in class com.qcefast.reports.TestFileLog
Gets the execution Status for the TestScript this log is tracking
getFailType() - Method in exception com.qcefast.exceptions.FastException
Returns the FailType of this FastException
getFailType() - Method in class com.qcefast.fastXml.TestStep
Gets the FailType of this TestStep.
getFastDriver() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the FastDriver that this FastElement is using
getFastDriver() - Method in class com.qcefast.util.FastRunProperties
Returns the FastDriver currently being used by the FAST Framework
getFastElementAncestors() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns a Set of the FastElementAncestors added for this FastElement in hierarchical order.
getFastElementCss() - Method in class com.qcefast.frameworkSpecific.FastElement
A fast created css string built using this object's fastElementProperties
getFastElementProperties() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the fastElementProperties of this FastElement
getFastElementXpath() - Method in class com.qcefast.frameworkSpecific.FastElement
A fast created xpath built using this object's fastElementProperties
getFastException() - Method in class com.qcefast.fastXml.TestStep
An exception that may have been thrown if this TestStep failed during execution
getFastHtmlTable() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns a FastHtmlTable class to represent the html table this FastElement represents.
getFastRunProperties() - Method in class com.qcefast.fastXml.FastXml
Gets fastRunProperties
getFastRunProperties() - Method in class com.qcefast.fastXml.TestStep
Gets FastRunProperties this TestStep will execute with
getFastRunProperties() - Method in class com.qcefast.util.Fast
Returns the FastRunProperties in this object
getFastRunProperties(File...) - Method in class com.qcefast.util.FastArgs
Returns a fastRunProperties object populated with properties to run a fast with
getFastXml() - Method in class com.qcefast.reports.TestFileLog
Returns the FastXml that the TestScript of this TestFileLog was in
getFastXmlDrivers() - Method in class com.qcefast.util.Fast
Returns a list of FastXml using the driverPath or relativeDriverPath specified in FastRunProperties
getFastXmlDrivers(FastRunProperties) - Method in class com.qcefast.fastXml.JAXBUtils
Returns a list of FastXml from the specified directory
getFolderTs() - Method in class com.qcefast.reports.TestFileLog
Gets the timestamp of when the results folder for the reports was created
getFrame() - Method in class com.qcefast.fastXml.TestStep
Gets frame.
getFrameElement() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the Frame that this FastElement is located in.
getFramework() - Method in exception com.qcefast.exceptions.FastException
Returns the Framework being used when this exception was caused
getFramework() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets framework.
getFramework() - Method in class com.qcefast.fastXml.TestScript
Gets framework.
getFramework() - Method in class com.qcefast.fastXml.TestStep
Gets the Framework that is being used to execute this TestStep.
getFramework() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the Framework this FastElement is currently using.
getFrameworkToUse() - Static method in class com.qcefast.util.BrowserUtil
Returns the current framework that BrowserUtil should use
getFrameworkVersion() - Method in class com.qcefast.fastXml.FastXml
Gets framework version.
getfStep() - Method in class com.qcefast.reports.FunctionalStepLog
Gets the FunctionalTestStep that this log is tracking
getFtsNumber() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets fts number.
getFtsNumber() - Method in class com.qcefast.fastXml.TestStep
Gets fts number.
getFunctionalStepLogs() - Method in class com.qcefast.reports.TestFileLog
The FunctionalStepLog's that are a part of this TestFileLog
getFunctionalTagsToRun() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the functionalTagsToRun property.
getFunctionalTagsToSkip() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the functionalTagsToSkip property.
getFunctionalTestSteps() - Method in class com.qcefast.fastXml.TestScript
Gets functional test steps.
getId() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the id stored in this FastElement.
getLinkText() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the text stored in this FastElement.
getLocation() - Method in class com.qcefast.frameworkSpecific.FastElement
When the framework is selenium:
Where on the page is the top left-hand corner of the rendered element?
getLocatorValLocatorMethodName() - Method in class com.qcefast.frameworkSpecific.FastElement
DO NOT CALL THIS METHOD MANUALLY
This method returns the findBy method name of the locator stored in locatorVals
getLocatorVals() - Method in class com.qcefast.frameworkSpecific.FastElement
DO NOT MANUALLY USE THIS METHOD
This method needs to be paired with setFindByLocator or it will not work
This method should only be used when the locator indicator is used in the object field of a testStep.
getLocatorValValue() - Method in class com.qcefast.frameworkSpecific.FastElement
DO NOT CALL THIS METHOD MANUALLY
This method returns the value stored in locatorVals
getMessage() - Method in class com.qcefast.fastXml.FastXml
Gets message.
getMessage() - Method in class com.qcefast.fastXml.TestScript
Gets message.
getMessage() - Method in class com.qcefast.fastXml.TestStep
Gets message.
getName() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets name.
getName() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the name stored in this FastElement.
getObject() - Method in class com.qcefast.fastXml.TestStep
Gets object.
getObjectMap() - Method in class com.qcefast.fastXml.TestStep
Gets object map.
getOverallStatus() - Method in class com.qcefast.reports.HTMLReport
Returns the overall status of a test run
getOverAllSumFilePath() - Method in class com.qcefast.reports.HTMLReport
Gets path of the overall summary file
getPage() - Method in class com.qcefast.fastXml.TestStep
Gets page.
getPageTitle() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the title of the page this FastElement resides on
getPageUrl() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns url for the page this FastElement is on
getParentFramework() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets parent framework.
getParentFramework() - Method in class com.qcefast.fastXml.TestStep
Gets the Framework of the FunctionalTestStep this TestStep is a part of.
getParentFunctionalStep() - Method in class com.qcefast.fastXml.TestStepFields
Gets parent functional step.
getPartialLinkText() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the partialLinkText stored in this FastElement
getProperties(String) - Static method in class com.qcefast.util.FastUtil
Uses the data from the passed in field to create properties
getRank() - Method in enum com.qcefast.enums.Status
Gets rank.
getRefData(String, Map<String, String>) - Static method in class com.qcefast.util.ProcessXMLDriver
Returns data with all references resolved
getReference() - Method in class com.qcefast.fastXml.TestStep
Gets reference.
getRelativeDriverPath() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the relativeDriverPath property.
getRetryAttempts() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the retryAttempts (number of times FAST Framework will attempt to find an element within a browser window) for this FastElement
getRetryAttempts() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the retryAttempts property.
getRowByColumns(Map<String, String>) - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the table row of a FastHtmlTable that matches the specified columns and values
getRowByColumns(Map<String, String>) - Method in class com.qcefast.frameworkSpecific.FastHtmlTable
Returns the table row that matches the specified columns and values
getRowCell(WebElement, String) - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the cell that matches the specified table row and column name from an html table
getRowCell(WebElement, String) - Method in class com.qcefast.frameworkSpecific.FastHtmlTable
Returns the cell that matches the specified tableRow and columnName from an html table
getRowCells(WebElement) - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the cells of the specified tableRow as a list of WebElement
getRowCells(WebElement) - Method in class com.qcefast.frameworkSpecific.FastHtmlTable
Returns the cless of the specified tableRow as a list of WebElement
getRunDateTime() - Method in class com.qcefast.fastXml.FastXml
Gets run date time.
getRunId() - Method in class com.qcefast.fastXml.FastXml
Gets run id.
getRunId() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets run id.
getRunId() - Method in class com.qcefast.fastXml.TestScript
Gets run id.
getRunId() - Method in class com.qcefast.fastXml.TestStep
Gets run id.
getRunName() - Method in class com.qcefast.reports.TestFileLog
Gets the runName
getRunName() - Method in class com.qcefast.util.FastArgs
 
getRuntimeReferences() - Method in class com.qcefast.util.FastRunProperties
Returns a map of the references created while executing the FAST Framework
getScenarioTagsToRun() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the scenarioTagsToRun property.
getScenarioTagsToSkip() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the scenarioTagsToSkip property.
getScreenshot() - Method in class com.qcefast.fastXml.TestStep
Gets screenshot.
getScriptName() - Method in class com.qcefast.reports.TestFileLog
Gets the name of the TestScript this log is tracking
getScriptNumber() - Method in class com.qcefast.reports.TestFileLog
Returns the testScriptNumber of the TestScript this log is tracking
getSeleniumElement() - Method in class com.qcefast.frameworkSpecific.FastElement
Gets the selenium webelement of this FastElement
getSendStatuses() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the sendStatuses property.
getSize() - Method in class com.qcefast.frameworkSpecific.FastElement
When the framework is selenium:
What is the width and height of the rendered element?
getStartTime() - Method in class com.qcefast.fastXml.FastXml
Gets start time.
getStartTime() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets start time.
getStartTime() - Method in class com.qcefast.fastXml.TestScript
Gets start time.
getStartTime() - Method in class com.qcefast.fastXml.TestStep
Gets start time.
getStatus() - Method in exception com.qcefast.exceptions.FastException
Returns the status that was thrown with this exception
getStatus() - Method in class com.qcefast.fastXml.FastXml
Gets status.
getStatus() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets status.
getStatus() - Method in class com.qcefast.fastXml.TestScript
Gets status.
getStatus() - Method in class com.qcefast.fastXml.TestStep
Gets the execution Status of this TestStep.
getStatusByRank(int) - Static method in enum com.qcefast.enums.Status
Gets status by rank.
getStepName() - Method in class com.qcefast.fastXml.TestStep
Gets step name.
getStepName() - Method in class com.qcefast.reports.FunctionalStepLog
Gets the name of the FunctionalTestStep that this log is tracking
getStepNumber() - Method in class com.qcefast.fastXml.TestStep
Gets step number.
getStepNumber() - Method in class com.qcefast.reports.FunctionalStepLog
Gets the stepNumber of the FunctionalTestStep that this log is tracking
getStringDateFromDate(Date, String) - Static method in class com.qcefast.util.FastUtil
Returns a date as a string using the specified dateFormat
getTable() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns a WebElement that represents the html table of a fastHtmlTable
getTable() - Method in class com.qcefast.frameworkSpecific.FastHtmlTable
Returns the html table this FastHtmlTable represents as a WebElement
getTableRows() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the table rows of a FastHtmlTable as a list of WebElement
getTableRows() - Method in class com.qcefast.frameworkSpecific.FastHtmlTable
Returns the table rows of this FastHtmlTable as a list of WebElement
getTagName() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the tagName stored in this FastElement.
getTags() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets tags.
getTags() - Method in class com.qcefast.fastXml.TestScript
Gets tags.
getTags(String) - Static method in class com.qcefast.util.ProcessXMLDriver
Converts the passed in propertyTags from a single string to a Set
getTempStartTime() - Method in class com.qcefast.util.FastRunProperties
Returns a start time set from the most recent fastXml.
getTestFileLogs() - Method in class com.qcefast.reports.HTMLReport
Returns a list of all the test file logs
getTestRunPath() - Method in class com.qcefast.util.FastArgs
 
getTestScript() - Method in class com.qcefast.reports.TestFileLog
Gets the TestScript that this TestFileLog is tracking
getTestScriptId() - Method in class com.qcefast.fastXml.TestScript
Gets test script id.
getTestScriptName() - Method in class com.qcefast.fastXml.TestScript
Gets test script name.
getTestScriptName() - Method in class com.qcefast.fastXml.TestStepFields
Gets test script name.
getTestScriptNumber() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets test script number.
getTestScriptNumber() - Method in class com.qcefast.fastXml.TestScript
Gets test script number.
getTestScriptNumber() - Method in class com.qcefast.fastXml.TestStep
Gets test script number.
getTestScriptNumber() - Method in class com.qcefast.fastXml.TestStepFields
Gets test script number.
getTestScripts() - Method in class com.qcefast.fastXml.FastXml
Gets test scripts.
getTestSetName() - Method in class com.qcefast.fastXml.FastXml
Gets test set name.
getTestSetName() - Method in class com.qcefast.fastXml.TestScript
Gets test set name.
getTestSetName() - Method in class com.qcefast.fastXml.TestStepFields
Gets test set name.
getTestSetName() - Method in class com.qcefast.reports.TestFileLog
Gets the testSetName
getTestStepFields() - Method in class com.qcefast.fastXml.TestStep
Gets test step fields.
getTestSteps() - Method in class com.qcefast.fastXml.FunctionalTestStep
Gets test steps.
getTestType() - Method in class com.qcefast.fastXml.FastXml
Gets test type.
getTestType() - Method in class com.qcefast.util.FastArgs
 
getText() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the text stored in this FastElement.
getUser() - Method in class com.qcefast.fastXml.FastXml
Gets user.
getValuesAsSet() - Static method in enum com.qcefast.enums.Action
Gets all available actions
getWaitTime() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the waitTime (amount of time before timing out while searching for this on a page) of this FastElement
getWebAppVersion() - Method in class com.qcefast.fastXml.FastXml
Gets web app version.
getWebDriver() - Method in class com.qcefast.frameworkSpecific.FastDriver
Returns the selenium webdriver that this FastDriver is using
getWebElementWait() - Method in class com.qcefast.util.FastRunProperties
Returns the value of the webElementWait property.
getWorstFunctionalTestStepStatus(List<FunctionalTestStep>) - Method in class com.qcefast.util.Fast
Returns the worst Status among a list of FunctionalTestStep
getWorstStatus(Set<Status>) - Static method in class com.qcefast.util.FastUtil
Returns the worst Status among the status that were passed in
getWorstTestScriptStatus(List<TestScript>) - Method in class com.qcefast.util.Fast
Returns the worst Status among a list of TestScript
getWorstTestStepStatus(List<TestStep>) - Method in class com.qcefast.util.Fast
Returns the worst Status among a list of TestStep
getXpath() - Method in class com.qcefast.frameworkSpecific.FastElement
Returns the xpath stored in this FastElement.
getXpathBy(Properties) - Method in class com.qcefast.frameworkSpecific.FastElementProperties
Returns a By that is build using a relative xPath created from the properties of this class
getXpathString() - Method in class com.qcefast.frameworkSpecific.FastElementProperties
Converts attributes of an object into a string that will be used for xpath selectors
A B C D E F G H I J L M N O P R S T U V W X 
All Classes All Packages