sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #26315
[Question #250083]: select value vertically by clicking ctrl+alt and drag mouse downwards
New question #250083 on Sikuli:
https://answers.launchpad.net/sikuli/+question/250083
Hi,
while selecting the region from top to bottom vertically,it is not taking correctly,and it is taking sidewards too.
Suggest some solutions.
Region r3=s.find("C:\\Users\\hari\\Desktop\\Images\\OS.png");
s.dragDrop(new Location(r3.x+100,r3.y+20),new Location(r3.x+600,r3.y+40));
s.type("c",KeyModifier.CTRL);
String designation = Env.getClipboard();
System.out.println("OS....."+designation)
Here i am selecting horizontally,similarly i want to select vertically
can you suggest how to use (press key ctrl+key alt and drag mouse downwards).
Thanks,
HariPrasadh
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.