Interface IStatusBar
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
ErrorCode
The error code of the displayed message.
string ErrorCode { get; }
Property Value
Message
The text of the displayed message.
string Message { get; }