ClassHtmlCapturedCommand
Class
Definition
Namespace:ArtOfTest.WebAii.Design.Translation
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class HtmlCapturedCommand : CapturedCommand
Inheritance: objectCapturedCommandHtmlCapturedCommand
Inherited Members
Constructors
HtmlCapturedCommand(HtmlCommandType)
Declaration
cs-api-definition
public HtmlCapturedCommand(HtmlCommandType commandType)
Parameters
commandType
Properties
BrowserCommandType
Declaration
cs-api-definition
public BrowserCommandType BrowserCommandType { get; }
Property Value
DesktopCommandType
Declaration
cs-api-definition
public DesktopCommandType DesktopCommandType { get; }
Property Value
PageUri
Page the action took place.
TechnologyType
Declaration
cs-api-definition
public override TechnologyType TechnologyType { get; }
Property Value
Overrides