Table of Contents

Class ComputerAction

Namespace
Glitch9.AIDevKit
public abstract class ComputerAction
Inheritance
object
ComputerAction
Derived

Fields

Click

public const string Click = "click"

Field Value

string

DoubleClick

public const string DoubleClick = "double_click"

Field Value

string

Drag

public const string Drag = "drag"

Field Value

string

KeyPress

public const string KeyPress = "keypress"

Field Value

string

Move

public const string Move = "move"

Field Value

string

Screenshot

public const string Screenshot = "screenshot"

Field Value

string

Scroll

public const string Scroll = "scroll"

Field Value

string

Type

public const string Type = "type"

Field Value

string

Unknown

public const string Unknown = "unknown"

Field Value

string

Wait

public const string Wait = "wait"

Field Value

string

type

public string type

Field Value

string