Interface ICheckBox
A check box object in a mobile application. (Android Only)
Inherited Members
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public interface ICheckBox : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
Methods
Set(bool)
Sets the state of the check box.
Declaration
void Set(bool state)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | state | Indicates whether this check box will be checked. |