Table of Contents

Interface ITab

Namespace
HP.LFT.SDK.Oracle
Assembly
HP.LFT.SDK.dll

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

string

Label

The text displayed on the object.

string Label { get; }

Property Value

string

Methods

Select()

Selects the tabbed region.

void Select()