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

public class CSSDescription extends PropertiesDescription
The description of a Web test object based on a CSS selector.
  • Field Summary

    Fields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase

    properties
  • Constructor Summary

    Constructors
    Constructor
    Description
    Initializes an instance of a CSSDescriptor class.
    Initializes an instance of a CSSDescriptor class with the given CSS.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.hp.lft.sdk.PropertiesDescription

    clone

    Methods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase

    cloneTo, getValueAs, getValueAsStringProperty, insertValue

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CSSDescription

      public CSSDescription(String css)
      Initializes an instance of a CSSDescriptor class with the given CSS.
      Parameters:
      css - the CSS to be used for describing a test object.
    • CSSDescription

      public CSSDescription()
      Initializes an instance of a CSSDescriptor class. Please don't use this constructor and instead use the overload: CSSDescription(String)
  • Method Details