Table of Contents

Interface IStatusBar

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

The status line and message line at the bottom of an ApplicationSession window.

public interface IStatusBar : IUiObjectBase, IClickable, ILocationInfoProvider, IEnabledProvider, ITopLevelObject, ITestObject, ITestObjectDescriber
Inherited Members
Extension Methods

Properties

ClassPath

The Oracle class hierarchy of the object's Oracle class.

string ClassPath { get; }

Property Value

string

ErrorCode

The error code of the displayed message.

string ErrorCode { get; }

Property Value

string

Message

The text of the displayed message.

string Message { get; }

Property Value

string