← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #663409]: Right click and Drag

 

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

    Status: Open => Answered

masuo proposed the following answer:
[exvironment]
Windows10

[operation]
#1 move mouse pointer on file
#2 right click
#3 move another location
#4 up right button
#5 type "c"

[codes]
mouseMove("1516660548064.png") #move mouse pointer on file
mouseDown(Button.RIGHT)
mouseMove(Location(500,500))
mouseUp(Button.RIGHT)
type("c")   #create copy file

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.