gbox-sdk
    Preparing search index...

    Interface ActionTapByPoint

    interface ActionTapByPoint {
        options?: ActionCommonOptions & Omit<
            GboxClient.V1.Boxes.ActionCommonOptions,
            "screenshot",
        >;
        x: number;
        y: number;
    }

    Hierarchy

    • OmitDeprecatedParams<Tap>
      • ActionTapByPoint
    Index

    Properties

    Properties

    options?: ActionCommonOptions & Omit<
        GboxClient.V1.Boxes.ActionCommonOptions,
        "screenshot",
    >
    x: number

    X coordinate of the tap

    y: number

    Y coordinate of the tap