Interface ICheckBox
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
stateboolIndicates whether this check box will be checked.