Interface ICheckBox
A check box Oracle field.
public interface ICheckBox : IUiObjectBase, IClickable, ILocationInfoProvider, IEnabledProvider, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
Caption
The caption of the object.
string Caption { get; }
Property Value
ClassPath
The Oracle class hierarchy of the object's Oracle class.
string ClassPath { get; }
Property Value
IsSelected
Indicates whether the check box is selected.
bool IsSelected { get; }
Property Value
Label
The text displayed on the object.
string Label { get; }
Property Value
ObjectDescription
The accessibility description of the object, as specified by the server.
string ObjectDescription { get; }
Property Value
ObjectName
The internal name of the object, as supplied by the application server.
string ObjectName { get; }
Property Value
TooltipText
The text displayed in the object's tooltip.
string TooltipText { get; }
Property Value
Methods
Clear()
Clears (unchecks) the check box.
void Clear()
Select()
Selects (checks) the check box.
void Select()
SetFocus()
Transfers focus to the check box.
void SetFocus()