UNPKG

@openfin/automation-helpers

Version:

Helper methods for automation testing in the OpenFin ecosystem

9 lines (8 loc) 142 B
/** * Enumeration of the buttons used for mouse actions. */ export declare enum MouseButton { Left = 0, Middle = 1, Right = 2 }