Interface ITab
An Oracle tabbed region.
public interface ITab : IUiObjectBase, IClickable, ILocationInfoProvider, IEnabledProvider, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
ClassPath
The Oracle class hierarchy of the object's Oracle class.
string ClassPath { get; }
Property Value
Label
The text displayed on the object.
string Label { get; }
Property Value
Methods
Select()
Selects the tabbed region.
void Select()