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 TypeMethodDescriptionvoid
enlarge()
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.void
hide()
Hides the notification bar.boolean
Returns whether the notification bar is resizable.void
minimize()
Minimizes the notification bar.void
show()
Shows the notification bar.Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.SupportDragAndDrop
dragAndDropOn, dragAndDropOn
Methods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObject
Methods 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, waitUntilExists
Methods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describe
Methods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProvider
waitUntilVisible, waitUntilVisible
Methods 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, swipe
Methods inherited from interface com.hp.lft.sdk.web.WebTestObject
getAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisible
Methods 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
-