Question #270186 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270186

Eugene Maslov proposed the following answer:
Hi,
I use under Linux the following function.
Also it often helps to avoid problems under Windows,  because highlight() 
always kills extended menus under Windows.

def showByMouse(reg):
        hover(reg.getTopLeft())
        hover(reg.getTopRight())
        hover(reg.getBottomRight())
        hover(reg.getBottomLeft())
        hover(reg.getTopLeft())

showByMouse(Region(10,10,100,100))

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to