Interface ICheckBox
A Web check box with an ON and OFF state.
Inherited Members
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public interface ICheckBox : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Properties
IsChecked
Indicates whether this check box is selected.
Declaration
bool IsChecked { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Type
The type of object as defined in the HTML input tag.
Declaration
string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Set(bool)
Sets the state of this check box.
Declaration
void Set(bool state)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | state | Indicates whether this check box will be checked. |