Class ProgressBarDescription

java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class ProgressBarDescription extends UiObjectDescriptionBase
The description of a WPF progress bar test object.
  • Constructor Details

    • ProgressBarDescription

      public ProgressBarDescription()
      Initializes a new instance of the ProgressBarDescription class.
    • ProgressBarDescription

      protected ProgressBarDescription(ProgressBarDescription.Init<?> init)
  • Method Details

    • setValue

      public void setValue(Integer value)
      Sets the current value of the range element.
      Parameters:
      value - the current value of the range element.
    • getValue

      public Integer getValue()
      Returns the current value of the range element.
      Returns:
      the current value of the range element.