Table of Contents

Interface ICheckBox

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

A check box object in a mobile application. (Android Only)

public interface ICheckBox : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
Inherited Members
Extension Methods

Methods

Set(bool)

Sets the state of the check box.

void Set(bool state)

Parameters

state bool

Indicates whether this check box will be checked.