Interface IUIObjectBase
Base interface for all SAP NWBC UI test objects.
public interface IUIObjectBase : ITestObject, ITestObjectDescriber, ISupportsNativeObject, ILocationInfoProvider, IClickable, IDoubleClickable, ISupportDragAndDrop, ISupportSendKeys, IEnabledProvider, IVisibleProvider
- Inherited Members
- Extension Methods
Methods
GetSupportedPatterns()
Returns all the currently supported patterns of the object.
IList<string> GetSupportedPatterns()
Returns
MakeVisible()
Scrolls the object into view if it is not visible in the parent window.
void MakeVisible()
MouseMove(Location)
Moves the mouse to a location.
void MouseMove(Location location)
Parameters
locationLocationThe location details for the MouseMove operation.
ShowContextMenu()
Displays the control's context menu.
void ShowContextMenu()
Type(string)
Types the specified string in the object.
void Type(string text)
Parameters
textstringThe text string and/or constants representing non-alphanumeric keys.