Table of Contents

Interface IUiObjectBase

The base interface of all Oracle test objects.

Namespace: HP.LFT.SDK.Oracle
Assembly: HP.LFT.SDK.dll
Syntax
public interface IUiObjectBase : IClickable, ILocationInfoProvider

Properties

ObjectType

The general object type.

Declaration
string ObjectType { get; }
Property Value
Type Description
string

Methods

SelectFromPopupMenu(string)

Opens the context menu and selects the specified menu option.

Declaration
void SelectFromPopupMenu(string path)
Parameters
Type Name Description
string path

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.

Declaration
void SelectFromPopupMenu(params string[] menuPathParts)
Parameters
Type Name Description
string[] menuPathParts

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.

Declaration
void SendKey(SoftKeys key)
Parameters
Type Name Description
SoftKeys key

The softkey function to perform. Use SoftKeys