Interface ICheckBox
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
Type
The type of object as defined in the HTML input tag.
string Type { get; }
Property Value
Methods
Set(bool)
Sets the state of this check box.
void Set(bool state)
Parameters
stateboolIndicates whether this check box will be checked.