Interface INotification
An Oracle error or message window.
public interface INotification : 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
Message
The text of the displayed message.
string Message { get; }
Property Value
Title
The window title.
string Title { get; }
Property Value
Type
The type of notification. Possible values: NotificationType
NotificationType Type { get; }
Property Value
Methods
Approve()
Clicks the Yes or OK button.
void Approve()
Cancel()
Clicks the Cancel button.
void Cancel()
ClickButton(string)
Clicks the specified button.
void ClickButton(string name)
Parameters
namestringThe button name.
Decline()
Clicks the No button.
void Decline()
SelectDefaultButton()
Clicks the default button in the window.
void SelectDefaultButton()