Table of Contents

Interface INotificationBar

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

An SAPUI5 notification bar.

public interface INotificationBar : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
Inherited Members
Extension Methods

Properties

IsResizable

Returns whether the notification bar is resizable.

bool IsResizable { get; }

Property Value

bool

MessageNotifier

Returns the message notifier, or null if it does not have a message notifier.

IMessageNotifier MessageNotifier { get; }

Property Value

IMessageNotifier

Notifiers

Returns all the notifiers in the notification bar.

ReadOnlyCollection<INotifier> Notifiers { get; }

Property Value

ReadOnlyCollection<INotifier>

State

Returns the display state of the notification bar.

BarState State { get; }

Property Value

BarState

Methods

Enlarge()

Enlarges the notification bar.

void Enlarge()

Hide()

Hides the notification bar.

void Hide()

Minimize()

Minimizes the notification bar.

void Minimize()

Show()

Shows the notification bar.

void Show()