Interface ISlider
A slider object in a mobile application.
Inherited Members
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public interface ISlider : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
Methods
SetPosition(double)
Sets the slider position.
Declaration
void SetPosition(double position)
Parameters
| Type | Name | Description |
|---|---|---|
| double | position | The new position for the slider. Possible values are determined by the range of the slider. |