Class NotificationBarDescription
The description of an SAPUI5 NotificationBar test object.
public class NotificationBarDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
NotificationBarDescription
- Implements
- Inherited Members
Constructors
NotificationBarDescription()
public NotificationBarDescription()
Properties
IsResizable
Indicates whether the window of the notification bar is resizable.
public bool? IsResizable { get; set; }
Property Value
- bool?
NotifiersCount
The number of notifiers contained in the notification bar.
public uint? NotifiersCount { get; set; }
Property Value
- uint?
State
The display state of the notification bar.
public BarState? State { get; set; }