Package com.hp.lft.sdk.web
Class CSSDescription
java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
com.hp.lft.sdk.PropertiesDescription
com.hp.lft.sdk.web.CSSDescription
- All Implemented Interfaces:
- CloneableObject,- Description,- Cloneable
The description of a Web test object based on a CSS selector.
- 
Field SummaryFields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBaseproperties
- 
Constructor SummaryConstructorsConstructorDescriptionInitializes an instance of a CSSDescriptor class.CSSDescription(String css) Initializes an instance of a CSSDescriptor class with the given CSS.
- 
Method SummaryMethods inherited from class com.hp.lft.sdk.PropertiesDescriptioncloneMethods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBasecloneTo, getValueAs, getValueAsStringProperty, insertValue
- 
Constructor Details- 
CSSDescriptionInitializes an instance of a CSSDescriptor class with the given CSS.- Parameters:
- css- the CSS to be used for describing a test object.
 
- 
CSSDescriptionpublic CSSDescription()Initializes an instance of a CSSDescriptor class. Please don't use this constructor and instead use the overload:CSSDescription(String)
 
- 
- 
Method Details