Public bug reported: I was using an earlier version of sikuli (sikuli-script.jar) and upgrated to the latest version as of today but I`m still facing the same issue. I'm running tests scripts with Robot Framework and sikuli using Java. I need to perform a drag and drop action with the mouse right button . The default drag and drop method provided by Screen class (or other classes) is a left button mouse drag and drop. So, what I did is : breaking down it into 3 actions : - mouseDown(Button.RIGHT) - mouseMove(Destination_location) (or hover or drag) - mouseUp() Even using these low level mouse events don't give the expected result of getting a right button drag and drop. Does someone have an idea how to resolve this?
Thank you ** Affects: sikuli Importance: Undecided Status: New ** Description changed: I was using an earlier version of sikuli (sikuli-script.jar) and upgrated to the latest version as of today but I`m still facing the same issue. I'm running tests scripts with Robot Framework and sikuli using Java. - I need to perform a drag and drop action with the mouse right button . The default drag and drop method provided by Screen class is a left button mouse drag and drop.So, what I did is : breaking down it into 3 actions : + I need to perform a drag and drop action with the mouse right button . The default drag and drop method provided by Screen class (or other classes) is a left button mouse drag and drop. + So, what I did is : breaking down it into 3 actions : - mouseDown(Button.RIGHT) - mouseMove(Destination_location) (or hover or drag) - mouseUp() Even using these low level mouse events don't give the expected result of getting a right button drag and drop. - Has anyone an idea of resolving this? + Does someone have an idea how to resolve this? - thank you + Thank you -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/886632 Title: Sikuli - could not performed a drag and drop action with the right button Status in Sikuli: New Bug description: I was using an earlier version of sikuli (sikuli-script.jar) and upgrated to the latest version as of today but I`m still facing the same issue. I'm running tests scripts with Robot Framework and sikuli using Java. I need to perform a drag and drop action with the mouse right button . The default drag and drop method provided by Screen class (or other classes) is a left button mouse drag and drop. So, what I did is : breaking down it into 3 actions : - mouseDown(Button.RIGHT) - mouseMove(Destination_location) (or hover or drag) - mouseUp() Even using these low level mouse events don't give the expected result of getting a right button drag and drop. Does someone have an idea how to resolve this? Thank you To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/886632/+subscriptions _______________________________________________ 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