Table of Contents

Interface IUIObjectBase

Namespace
HP.LFT.SDK.SAP.NWBC
Assembly
HP.LFT.SDK.dll

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

IList<string>

A list of supported patterns.

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

location Location

The 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

text string

The text string and/or constants representing non-alphanumeric keys.