Skip to main content
Version: Next

mouseDoubleLeftClick

production

Double-clicks with left mouse key.

If you need to move the mouse first, use moveMouseTo().

Examples:

// Optional: Move mouse to an element first
await aui.moveMouse(500,500).exec();

await aui.mouseDoubleLeftClick().exec();