Interface IStepper
A stepper object in a mobile application. (iOS Only)
Inherited Members
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public interface IStepper : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
Methods
Down()
Decreases the value in the stepper.
Declaration
void Down()
Up()
Increases the value in the stepper.
Declaration
void Up()