Search Results for

    Show / Hide Table of Contents

    Class ComputerAction

    Inheritance
    object
    ComputerAction
    DragAction
    KeyboardTypeAction
    MouseActionBase
    PressKeyAction
    ScreenshotAction
    UnknownAction
    WaitAction
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    [JsonConverter(typeof(ComputerActionConverter))]
    public abstract class ComputerAction

    Fields

    | Edit this page View Source

    Click

    Declaration
    public const string Click = "click"
    Field Value
    Type Description
    string
    | Edit this page View Source

    DoubleClick

    Declaration
    public const string DoubleClick = "double_click"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Drag

    Declaration
    public const string Drag = "drag"
    Field Value
    Type Description
    string
    | Edit this page View Source

    KeyPress

    Declaration
    public const string KeyPress = "keypress"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Move

    Declaration
    public const string Move = "move"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Screenshot

    Declaration
    public const string Screenshot = "screenshot"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Scroll

    Declaration
    public const string Scroll = "scroll"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    public const string Type = "type"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Unknown

    Declaration
    public const string Unknown = "unknown"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Wait

    Declaration
    public const string Wait = "wait"
    Field Value
    Type Description
    string
    | Edit this page View Source

    type

    Declaration
    [JsonProperty]
    public string type
    Field Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation