Skip to main content
Version: Next

mouseDoubleMiddleClick

production

Double-clicks with middle mouse key.

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

Examples:

// Optional: Move mouse to an element first
await aui.moveMouseTo().button().withText('Login').exec();

await aui.mouseDoubleMiddleClick().exec();