← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #269442]: Ubuntu - mouse problem - location and rightClick()

 

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

    Status: Needs information => Open

Jonas Eriksson gave more information on the question:
I'm running Ubuntu on a virtual machine (VMware) on my laptop.

I have tried this solution:

m.click(); // Focus the file
m.mouseDown(Mouse.RIGHT); //Right click file
Thread.sleep(300);  //Wait a bit.
m.mouseUp();  //Release
Seems to work better but I still have this location issue. I now get the context menu and I can hover to the correct place. At this place I expect it to be marked and a submenu to appear to the right. But it is not marked and therefore no submenu appears. As I mentioned above, when I touch the mouse the cursor is moved to  a complete different place. I suspect that this could be the problem, the "real" position is not where the cursor is and therefore it is not marked. I'm just assuming here, not an expert on this area.

You can open the context menu with the menu key but this is really the
last solution I want to do. I hope this information helps a bit.

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