Table of Contents

Interface INotification

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

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

string

Message

The text of the displayed message.

string Message { get; }

Property Value

string

Title

The window title.

string Title { get; }

Property Value

string

Type

The type of notification. Possible values: NotificationType

NotificationType Type { get; }

Property Value

NotificationType

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

name string

The button name.

Decline()

Clicks the No button.

void Decline()

SelectDefaultButton()

Clicks the default button in the window.

void SelectDefaultButton()