Table of Contents

Interface ICheckBox

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

A Web check box with an ON and OFF state.

public interface ICheckBox : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Inherited Members
Extension Methods

Properties

IsChecked

Indicates whether this check box is selected.

bool IsChecked { get; }

Property Value

bool

Type

The type of object as defined in the HTML input tag.

string Type { get; }

Property Value

string

Methods

Set(bool)

Sets the state of this check box.

void Set(bool state)

Parameters

state bool

Indicates whether this check box will be checked.