Code review comment for lp:~aacid/unity8/alt_tab_close_top_menu

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

"""
mouseClick(maximizeButton, maximizeButton.width / 2, maximizeButton.height / 2);
"""

Just mouseClick(maximizeButton) is enough. By default it clicks on the center of the given item.

« Back to merge proposal