Table of Contents

Interface IStepper

Namespace
HP.LFT.SDK.Mobile
Assembly
HP.LFT.SDK.dll

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()