StructCommandType
Struct
Describes the action that took place on the Automation Overlay Surface
Definition
Namespace:ArtOfTest.WebAii.Design
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public struct CommandType
Inherited Members
Properties
BrowserCommandType
Native recordable action from the recorder. (i.e. Click a button, Set text of a textbox)
Declaration
cs-api-definition
public BrowserCommandType BrowserCommandType { get; set; }
Property Value
CommandCategoryType
The overall category of action or request from the recorder (i.e. Verification, UICue, Browser Command or Desktop Command
Declaration
cs-api-definition
public CommandCategoryType CommandCategoryType { get; set; }
Property Value
DesktopCommandType
Generally, only actions that can only be invoked from the Automation Overlays Surfaces context menu.
Declaration
cs-api-definition
public DesktopCommandType DesktopCommandType { get; set; }
Property Value