Class NotificationBarDescription
The description of an SAPUI5 NotificationBar test object.
Inheritance
NotificationBarDescription
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class NotificationBarDescription : WebElementDescription, ICloneable, IDescription
Constructors
NotificationBarDescription()
Declaration
public NotificationBarDescription()
Properties
IsResizable
Indicates whether the window of the notification bar is resizable.
Declaration
public bool? IsResizable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
NotifiersCount
The number of notifiers contained in the notification bar.
Declaration
public uint? NotifiersCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |
State
The display state of the notification bar.
Declaration
public BarState? State { get; set; }
Property Value
| Type | Description |
|---|---|
| BarState? |