Interface IEditField
An SAPUI5 text edit object.
public interface IEditField : IEditField, IEditFieldCommon, IEditBase, IEnabledProvider, IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
- Inherited Members
- Extension Methods
Methods
Clear()
Clears the text in the object.
void Clear()
OpenPossibleEntries()
Opens the list displaying possible values.
void OpenPossibleEntries()
Refresh()
Clicks the Refresh button associated with the object.
void Refresh()
Search(string)
Enters the specified text in the Search edit box and clicks the Search button.
void Search(string text)
Parameters
textstringspecified text to enter