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 Summary
Modifier 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.LocationInfoProvider
getAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportDragAndDrop
dragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObjectMethods inherited from interface com.hp.lft.sdk.TestObject
callFTMethod, 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.TestObjectDescriber
describeMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProvider
waitUntilVisible, waitUntilVisibleMethods inherited from interface com.hp.lft.sdk.web.WebElement
doubleClick, doubleClick, fireEvent, getAccessibilityName, getCSSSelector, getRole, getXPath, hoverTap, hoverTap, longPress, longPress, pan, pan, pinch, pinch, swipe, swipeMethods inherited from interface com.hp.lft.sdk.web.WebTestObject
getAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisibleMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectDescriber
describe, describe
-
Method Details
-
getNotifiers
Returns all notifiers in the notification bar.- Returns:
- All notifiers in the notification bar.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getMessageNotifier
Returns 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
-
isResizable
Returns whether the notification bar is resizable.- Returns:
- True if the object can be resized.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getState
Returns the display state of the notification bar.- Returns:
- The display state of the notification bar.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
enlarge
Enlarges the notification bar.- Throws:
GeneralLeanFtException- if error occurs during execution
-
minimize
Minimizes the notification bar.- Throws:
GeneralLeanFtException- if error occurs during execution
-
show
Shows the notification bar.- Throws:
GeneralLeanFtException- if error occurs during execution
-
hide
Hides the notification bar.- Throws:
GeneralLeanFtException- if error occurs during execution
-