interface Commands {
    dragElement(x, y): Chainable<void, any>;
}

Methods

Methods

  • Emulates an interaction that executes a mousedown, mousemove, and a mouseup

    Parameters

    • x: number

      How much to move on x

    • y: number

      How much to move on y

    Returns Chainable<void, any>

Generated using TypeDoc