Interface IStepper
A stepper object in a mobile application. (iOS Only)
public interface IStepper : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
- Inherited Members
- Extension Methods
Methods
Down()
Decreases the value in the stepper.
void Down()
Up()
Increases the value in the stepper.
void Up()