IUiObjectBase Interface
The base interface for all Oracle test objects.
C# Syntax
public interface IUiObjectBase : HP.LFT.SDK.IClickable, HP.LFT.SDK.ILocationInfoProvider
Public Properties
Name | Description | |
---|---|---|
AbsoluteLocation | This object's coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor. (Inherited from HP.LFT.SDK.ILocationInfoProvider) | |
Location | This object's coordinates relative to the parent window in pixels. (Inherited from HP.LFT.SDK.ILocationInfoProvider) | |
ObjectType | The general object type. C# Syntax string ObjectType {get;} | |
Size | This object's size in pixels. (Inherited from HP.LFT.SDK.ILocationInfoProvider) |
Public Methods
Name | Description | |
---|---|---|
Click | Clicks on this object. (Inherited from HP.LFT.SDK.IClickable) | |
SelectFromPopupMenu (string[]) | Opens the context menu and selects the specified menu option. C# Syntax void SelectFromPopupMenu( string[] menuPathParts ) Parameters
| |
SelectFromPopupMenu (string) | Opens the context menu and selects the specified menu option. C# Syntax void SelectFromPopupMenu( string path ) Parameters
| |
SendKey | Invokes the specified Oracle softkey. C# Syntax void SendKey( SoftKeys key ) Parameters
|