ClassBrowserCommandFactory
Class
A factory for crafting browser commands.
Definition
Namespace:ArtOfTest.WebAii.Messaging.Process
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public static class BrowserCommandFactory
Inheritance: objectBrowserCommandFactory
Methods
Create(Element, BrowserCommandType)
Create an empty command to be used.
Declaration
cs-api-definition
public static BrowserCommand Create(Element targetElement, BrowserCommandType type)
Parameters
targetElement
The target element for this command.
type
BrowserCommandType
The type of the command.
Returns
BrowserCommand
An initialized BrowserCommand object.