Class DefaultPreparedLocator
- java.lang.Object
-
- eu.tsystems.mms.tic.testframework.pageobjects.internal.DefaultLocator
-
- eu.tsystems.mms.tic.testframework.pageobjects.internal.DefaultPreparedLocator
-
- All Implemented Interfaces:
Locator,LocatorFactoryProvider,PreparedLocator
public class DefaultPreparedLocator extends DefaultLocator implements PreparedLocator
Default implementation ofPreparedLocator
-
-
Field Summary
-
Fields inherited from class eu.tsystems.mms.tic.testframework.pageobjects.internal.DefaultLocator
filter, unique
-
Fields inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.LocatorFactoryProvider
LOCATE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Locatorwith(java.lang.Object... args)Formats an xpath selector-
Methods inherited from class eu.tsystems.mms.tic.testframework.pageobjects.internal.DefaultLocator
filter, getBy, getFilter, isUnique, toString, unique
-
-
-
-
Method Detail
-
with
public Locator with(java.lang.Object... args)
Description copied from interface:PreparedLocatorFormats an xpath selector- Specified by:
within interfacePreparedLocator
-
-