Package com.hp.lft.sdk.sap.ui5
Interface EditField
- All Superinterfaces:
- Clickable,- EditField,- EditFieldBase,- EditFieldCommon,- EnabledProvider,- LocationInfoProvider,- SupportDragAndDrop,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider,- WebElement,- WebTestObject,- WebTestObjectDescriber
An SAPUI5 text edit.
- 
Method SummaryMethods inherited from interface com.hp.lft.sdk.web.EditFieldBasegetMaxCharsInLine, getPlaceholder, getValue, isReadOnly, isRequired, setValueMethods inherited from interface com.hp.lft.sdk.web.EditFieldCommongetDefaultValue, getMaxLength, getPattern, getRowsCount, getTypeMethods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods 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.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods 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- 
searchEnters the specified text in the Search edit box and clicks the Search button.- Parameters:
- text- the text to enter.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
clearClears the text in the object.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
openPossibleEntriesOpens the list displaying possible values.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
refreshClicks the Refresh button associated with the object.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-