Enum
BrowserCommandType

Native recordable action from the recorder. (i.e. Click a button, Set text of a textbox)

Definition

Namespace:ArtOfTest.WebAii.Design

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public enum BrowserCommandType

Fields

Check

Declaration

cs-api-definition
Check = 2

Field Value

BrowserCommandType

Click

Declaration

cs-api-definition
Click = 0

Field Value

BrowserCommandType

DoubleClick

Declaration

cs-api-definition
DoubleClick = 7

Field Value

BrowserCommandType

InvokeEvent

Declaration

cs-api-definition
InvokeEvent = 5

Field Value

BrowserCommandType

InvokeScript

Declaration

cs-api-definition
InvokeScript = 6

Field Value

BrowserCommandType

ListBoxSelect

Declaration

cs-api-definition
ListBoxSelect = 9

Field Value

BrowserCommandType

NotSet

Declaration

cs-api-definition
NotSet = 10

Field Value

BrowserCommandType

RightClick

Declaration

cs-api-definition
RightClick = 8

Field Value

BrowserCommandType

ScrollIntoView

Declaration

cs-api-definition
ScrollIntoView = 4

Field Value

BrowserCommandType

SetDropDown

Declaration

cs-api-definition
SetDropDown = 3

Field Value

BrowserCommandType

SetText

Declaration

cs-api-definition
SetText = 1

Field Value

BrowserCommandType