Table of Contents

Interface IUiObjectBase

Namespace
HP.LFT.SDK.Oracle
Assembly
HP.LFT.SDK.dll

The base interface of all Oracle test objects.

public interface IUiObjectBase : IClickable, ILocationInfoProvider
Inherited Members

Properties

ObjectType

The general object type.

string ObjectType { get; }

Property Value

string

Methods

SelectFromPopupMenu(string)

Opens the context menu and selects the specified menu option.

void SelectFromPopupMenu(string path)

Parameters

path string

The path of the menu to open. The path should be a single string of menu item names separated by "->"​​.

SelectFromPopupMenu(params string[])

Opens the context menu and selects the specified menu option.

void SelectFromPopupMenu(params string[] menuPathParts)

Parameters

menuPathParts string[]

The parts that make up the path of the context menu item to select. Each part can be a name of a menu item or a full path of items separated by "->".

SendKey(SoftKeys)

Invokes the specified Oracle softkey.

void SendKey(SoftKeys key)

Parameters

key SoftKeys

The softkey function to perform. Use SoftKeys