Interface IUiObjectBase
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
Methods
SelectFromPopupMenu(string)
Opens the context menu and selects the specified menu option.
void SelectFromPopupMenu(string path)
Parameters
pathstringThe 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
menuPathPartsstring[]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)