Table of Contents

Interface IButton

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

An Oracle button.

public interface IButton : 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

ObjectDescription

The accessibility description of the object, as specified by the server.

string ObjectDescription { get; }

Property Value

string

ObjectName

The internal name of the object, as supplied by the application server.

string ObjectName { get; }

Property Value

string

TooltipText

The text displayed in the object's tooltip.

string TooltipText { get; }

Property Value

string