Interface INotificationBar
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
MessageNotifier
Returns the message notifier, or null if it does not have a message notifier.
IMessageNotifier MessageNotifier { get; }
Property Value
Notifiers
Returns all the notifiers in the notification bar.
ReadOnlyCollection<INotifier> Notifiers { get; }
Property Value
State
Returns the display state of the notification bar.
BarState State { get; }
Property Value
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()