Interface IEditField
An SAPUI5 text edit object.
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface IEditField : IEditField, IEditFieldCommon, IEditBase, IEnabledProvider, IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
Methods
Clear()
Clears the text in the object.
Declaration
void Clear()
OpenPossibleEntries()
Opens the list displaying possible values.
Declaration
void OpenPossibleEntries()
Refresh()
Clicks the Refresh button associated with the object.
Declaration
void Refresh()
Search(string)
Enters the specified text in the Search edit box and clicks the Search button.
Declaration
void Search(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | specified text to enter |