Package com.hp.lft.sdk.sap.ui5
Interface NotificationBar
- All Superinterfaces:
- Clickable,- LocationInfoProvider,- SupportDragAndDrop,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- VisibleProvider,- WaitUntilVisibleProvider,- WebElement,- WebTestObject,- WebTestObjectDescriber
An SAPUI5 notification bar.
- 
Method SummaryModifier and TypeMethodDescriptionvoidenlarge()Enlarges the notification bar.Returns the message notifier, or null if it does not have a message notifier.Returns all notifiers in the notification bar.getState()Returns the display state of the notification bar.voidhide()Hides the notification bar.booleanReturns whether the notification bar is resizable.voidminimize()Minimizes the notification bar.voidshow()Shows the notification bar.Methods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportDragAndDropdragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportsNativeObjectgetNativeObjectMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisibleMethods inherited from interface com.hp.lft.sdk.web.WebElementdoubleClick, doubleClick, fireEvent, getAccessibilityName, getCSSSelector, getRole, getXPath, hoverTap, hoverTap, longPress, longPress, pan, pan, pinch, pinch, swipe, swipeMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectgetAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisibleMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectDescriberdescribe, describe
- 
Method Details- 
getNotifiersReturns all notifiers in the notification bar.- Returns:
- All notifiers in the notification bar.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getMessageNotifierReturns the message notifier, or null if it does not have a message notifier.- Returns:
- the message notifier, or null if it does not have a message notifier.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isResizableReturns whether the notification bar is resizable.- Returns:
- True if the object can be resized.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getStateReturns the display state of the notification bar.- Returns:
- The display state of the notification bar.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
enlargeEnlarges the notification bar.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
minimizeMinimizes the notification bar.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
showShows the notification bar.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
hideHides the notification bar.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-