How to move mouse to a particular co-ordinate position in sikuli eclipse...

Asked by Vaishali

i tried it using s.mouseMove(Location(611,222)); bt its throwing an error...

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

what error?

Revision history for this message
Best RaiMan (raimund-hocke) said :
#2

if not a typo, then it is basic Java knowledge:
s.mouseMove(new Location(611,222));

Revision history for this message
Vaishali (vaishoo-vasu) said :
#3

Thanks RaiMan, that solved my question.

Revision history for this message
Jayakumar (winjayakumar) said :
#4

Dear RaiMan,

In your solution you give

s.mouseMove(new Location(611,222));

What is S. how to declare the S . Please help in syntax.