Interface Slider

All Superinterfaces:
EnabledProvider, TestObject, TestObjectDescriber, UiObjectBase, WaitUntilEnabledProvider

public interface Slider extends UiObjectBase, TestObject
A slider object in a mobile application.
  • Method Details

    • setPosition

      void setPosition(double position) throws GeneralLeanFtException
      Sets the slider position.
      Parameters:
      position - the new position for the slider. Possible values are determined by the range of the slider.
      Throws:
      GeneralLeanFtException - if error occurs during execution