Interface IButton
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
Label
The text displayed on the object.
string Label { get; }
Property Value
ObjectDescription
The accessibility description of the object, as specified by the server.
string ObjectDescription { get; }
Property Value
ObjectName
The internal name of the object, as supplied by the application server.
string ObjectName { get; }
Property Value
TooltipText
The text displayed in the object's tooltip.
string TooltipText { get; }