Package com.hp.lft.sdk.web
Class XPathDescription
java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
com.hp.lft.sdk.PropertiesDescription
com.hp.lft.sdk.web.XPathDescription
- All Implemented Interfaces:
CloneableObject,Description,Cloneable
This class can be used to describe web objects using xpath.
-
Field Summary
Fields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
properties -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new XPathDescriptor instance.XPathDescription(String xpath) Constructs a new XPathDescriptor instance with the given xpath. -
Method Summary
Methods inherited from class com.hp.lft.sdk.PropertiesDescription
cloneMethods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
cloneTo, getValueAs, getValueAsStringProperty, insertValue
-
Constructor Details
-
XPathDescription
Constructs a new XPathDescriptor instance with the given xpath.- Parameters:
xpath- the XPath to be used for describing a test object.
-
XPathDescription
public XPathDescription()Constructs a new XPathDescriptor instance. Please don't use this constructor and instead use the overload:XPathDescription(String).
-
-
Method Details