[Sikuli-driver] [Question #702742]: Don't start on windows 7 Dell E6420

2022-08-11 Thread charliedaps
New question #702742 on SikuliX:
https://answers.launchpad.net/sikuli/+question/702742

Hello,

I try to install Sikuli on a Dell E6420 with windows 7 (I have test with 
windows 10 too)

New fresh install, last version of java check with java -version

And when I double click on the sikuli ide file, nothing append.

The same configuration work on a lenovo. I'm sure that I have almost use sikuli 
on this dell before.

Thanks for your help.

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

___
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


Re: [Sikuli-driver] [Question #697835]: Left click on the current location of the mouse

2021-07-04 Thread charliedaps
Question #697835 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697835

Status: Answered => Solved

charliedaps confirmed that the question is solved:
Thanks for your anwser.

Finally, i have find this

mouse = Env.getMouseLocation ()
click(mouse)

And it works

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

___
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


[Sikuli-driver] [Question #697835]: Left click on the current location of the mouse

2021-07-04 Thread charliedaps
New question #697835 on SikuliX:
https://answers.launchpad.net/sikuli/+question/697835

Hi all,

I want to click after a mouse Move but i can't click.

region = Region(1327,173,295,109)
img_negatif = "img_negatif.png"
region.mouseMove(img_negatif)
x_move=-555
y_move=105
mouseMove(x_move,y_move)
wait(0.5)
click(atMouse())

Thanks for your help




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

___
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


Re: [Sikuli-driver] [Question #697788]: DOWN + SHIFT don't work in excel

2021-06-30 Thread charliedaps
Question #697788 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697788

Status: Open => Solved

charliedaps confirmed that the question is solved:
I have found.

It was the Num Lock

Just  remove it

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

___
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


[Sikuli-driver] [Question #697788]: DOWN + SHIFT don't work in excel

2021-06-30 Thread charliedaps
New question #697788 on SikuliX:
https://answers.launchpad.net/sikuli/+question/697788

Hi,

I try this but don't works

On a another computer, that works

type(Key.PAGE_DOWN, KeyModifier.SHIFT)

type(Key.LEFT)
type(Key.DOWN)

Those 2 work

Thanks for your help


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

___
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


[Sikuli-driver] [Question #697786]: Check the color of a text in a image

2021-06-30 Thread charliedaps
New question #697786 on SikuliX:
https://answers.launchpad.net/sikuli/+question/697786

Hi guys,

I need to copy information from a website.  It's data.  I can export the data 
in excel but before that, i have those data on the screen but it's like a image.

Is it possible to check the color of the image (in fact, it's number and when 
the number is negative, it's in red)

So, if it's in red, i don't need to copy th data.

is it possible.

Thanks by advance.


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

___
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


Re: [Sikuli-driver] [Question #697312]: Sikuli : String in Location

2021-05-30 Thread charliedaps
Question #697312 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697312

charliedaps confirmed that the question is solved:
Thanks masuo, that solved my question.

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

___
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


Re: [Sikuli-driver] [Question #697312]: Sikuli : String in Location

2021-05-30 Thread charliedaps
Question #697312 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697312

Status: Answered => Solved

charliedaps confirmed that the question is solved:
Thanks so much.

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

___
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


[Sikuli-driver] [Question #697312]: Sikuli : String in Location

2021-05-29 Thread charliedaps
New question #697312 on SikuliX:
https://answers.launchpad.net/sikuli/+question/697312

HI all,

I need to change the location of the mouse each time.

So i have try

for POS in range (1, 25, 5)
 click(Location(150, str(POS)))

Have you somes ideas please ?

Thanks

Have a good day


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

___
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


[Sikuli-driver] [Question #679104]: Use a raspberry

2019-03-10 Thread charliedaps
New question #679104 on Sikuli:
https://answers.launchpad.net/sikuli/+question/679104

Hello everyone,

I would like to know if someone uses Sikuli on a raspberry?

Currently, I use under windows but I would like to run on another machine not 
too expensive.

The raspberry looks good in terms of price and performance but is sikuli 
working under the linux distribution planned for raspberry?

The two possible OS are "noobs" and "raspian"

Thank you for your advice and help.

Have a good day.

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

___
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


Re: [Sikuli-driver] [Question #678932]: Repeat

2019-03-04 Thread charliedaps
Question #678932 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678932

charliedaps posted a new comment:
A big thanks.

Everythink is OK.

Have a good day.

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

___
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


Re: [Sikuli-driver] [Question #678932]: Repeat

2019-03-04 Thread charliedaps
Question #678932 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678932

charliedaps posted a new comment:
Thanks for your help

Yes it works.

I have the same result.

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

___
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


Re: [Sikuli-driver] [Question #678932]: Repeat

2019-03-04 Thread charliedaps
Question #678932 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678932

charliedaps posted a new comment:
Thank you very much for this explanation.

Indeed, I did not find this information. While I applied it for the
else.

One more question, it does not work.

He does not start the loop again.

He does it only once.

Thank you

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

___
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


Re: [Sikuli-driver] [Question #678932]: Repeat

2019-03-04 Thread charliedaps
Question #678932 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678932

charliedaps posted a new comment:
Thanks for your quickly anwser.

for i in range(200):
click(1006,748)
click("1551707620478.png")
type(Key.ENTER)
type('c', KeyModifier.CTRL)
click("1551704040161.png")
type('v', KeyModifier.CTRL)
sleep (2)
if(exists("1551704943136.png")):
click(613,587)
type('a', KeyModifier.CTRL)
type(Key.DELETE)
click("1551707221495.png")
else:
   click("1551703683676.png")
   find("1551706524071.png")
   click("1551706538103.png")

I do that

I understood that it was the base but all the explanations that I find
seem so complicated.

What is my mistake in this code?

thank you in advance

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

___
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


Re: [Sikuli-driver] [Question #678932]: Repeat

2019-03-04 Thread charliedaps
Question #678932 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678932

charliedaps posted a new comment:
I have read this link

https://answers.launchpad.net/sikuli/+faq/1437

but i don't understeend

I have this message

[error] script [ hope ] stopped with error in line 2 at column 0
[error] SyntaxError ( "mismatched input 'click' expecting INDENT", )

Thanks

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

___
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


[Sikuli-driver] [Question #678932]: Repeat

2019-03-04 Thread charliedaps
New question #678932 on Sikuli:
https://answers.launchpad.net/sikuli/+question/678932

Hello,

I know it's totally stupid but I can not do repeat.

Here is my code.

I would like it to be repeated 200 times.


click(1006,748)
click("1551707620478.png")
type(Key.ENTER)
type('c', KeyModifier.CTRL)
click("1551704040161.png")
type('v', KeyModifier.CTRL)
sleep (2)
if(exists("1551704943136.png")):
click(613,587)
type('a', KeyModifier.CTRL)
type(Key.DELETE)
click("1551707221495.png")
else:
   click("1551703683676.png") 
   find("1551706524071.png")
   click("1551706538103.png")

I add 

for i in range(200):

on the first line but i have a error.

Thanks for your help
   



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

___
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


Re: [Sikuli-driver] [Question #677189]: Punctuation in a text

2018-12-28 Thread charliedaps
Question #677189 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677189

Status: Answered => Solved

charliedaps confirmed that the question is solved:
Thanks RaiMan, that solved my question.

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

___
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


[Sikuli-driver] [Question #677189]: Punctuation in a text

2018-12-28 Thread charliedaps
New question #677189 on Sikuli:
https://answers.launchpad.net/sikuli/+question/677189

Hello,

I would like to copy paste a www address so there are points and it does not 
work.

Thank you for your help. I did not find

Regards

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

___
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


Re: [Sikuli-driver] [Question #676498]: Copy a text after a search

2018-12-04 Thread charliedaps
Question #676498 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676498

charliedaps posted a new comment:
Ok thanks for your explanations and details.

I will inquire about the standard string features.

thank you so much

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

___
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


Re: [Sikuli-driver] [Question #676498]: Copy a text after a search

2018-12-03 Thread charliedaps
Question #676498 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676498

Status: Answered => Open

charliedaps is still having a problem:
Thank you for your answer.

I had not thought to download the code page but actually it is already
what I did for another project: the search in the code page.

Can you recommend libraries that do what I'm looking for?

I am really beginner and it seems very complicated when I look on the
sites of help.

Thank you

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

___
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


Re: [Sikuli-driver] [Question #676498]: Copy a text after a search

2018-12-03 Thread charliedaps
Question #676498 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676498

Status: Needs information => Open

charliedaps gave more information on the question:
Hello,

Thank you for your answer.

Since there are two types of text, I will start with the first, it will
be easier.

I have to search in html code.

The only thing I can do is display the code.

I make a ctrl F with the word "img"

The browser will put the word "img" is orange, so I can predict a find
or exists with the image of the word "img".

Like this

paste("view-source:http://www.xxx.xx)
type(Key.ENTER)
wait(2)
type("f", KeyModifier.CTRL)
paste("/img/")
find("1543319910796.png")
click("1543319910796.png")

But after how to select the rest of the sentence?

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

___
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


Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-12-03 Thread charliedaps
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

charliedaps posted a new comment:
@RaiMan

Hello,

Thank you for these explanations.

Effectively the solution to start the cripts one after the other is very
simple.

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

___
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


Re: [Sikuli-driver] [Question #676498]: Copy a text after a search

2018-12-01 Thread charliedaps
Question #676498 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676498

charliedaps gave more information on the question:
Hello,

Thank you for your answer and help.

In fact, I do not know how to make python or sikuli select some of the
text.

I do a search "image" that finds in the code of a page

So "image" will be found but I want it to be the continuation of the
code that is after the word "image" that is copied.

How can I tell sikuli to take the characters after the word "image" and
stop at the end of the sentence?

Thank you

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

___
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


[Sikuli-driver] [Question #676498]: Copy a text after a search

2018-12-01 Thread charliedaps
New question #676498 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676498

Hello everyone,

I have to do several searches in codes and texts.

I start the search function of the software (word for a part and a browser for 
another part of the project) I paste the text I'm looking for.

Until then everything is fine, the search works but then I do not know how to 
do it because I have to select and copy part of the rest of the text (so I do 
not know exactly the words).

So in a few words.

The search finds me:

X

I would like Sikuli to select the rest of the sentence (so until the 
punctualition sign)

Then

Copy and like in excel (that I know how to do;))

Do you have an idea how to select some of the following from a search?

Thank you in advance for your help.

Have a good day

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

___
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


Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-30 Thread charliedaps
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

charliedaps posted a new comment:
Hello,

I am not very good at this language and this program so I will not be
very precise in my answer.

In fact, I do not have an error message but the coding does not start.

These are 160 line steps so it's a simple copy paste with just one or
two changes and when I go beyond 1,500 lines, it does not start anymore.

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

___
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


Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread charliedaps
Question #676464 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676464

Status: Answered => Open

charliedaps is still having a problem:
Thanks masuo.

Exists forks fine.  I understend now the difference between exists and
find ;)

Another question about the loop.

I would like this code to be executed 3 times and then the rest of the
script continues.

I found some examples with print but I do not understand how to apply it
to my code.

thank you in advance

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

___
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


Re: [Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread charliedaps
Question #676464 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676464

Status: Answered => Open

charliedaps is still having a problem:
Thanks a lot for your answer.

Yes, I do not have an error message anymore but the "else" does not
work.

I watched a little tutorial on the python language and I do not see
where my mistake is.

Thank you for your help.


click(Location(375,12))

if find("1543482223289.png"):
rightClick("1543482245544.png")
click("1543482269376.png")
type(Key.F4, KEY_CTRL)
find("1543482297701.png")
click("1543482306133.png")
type(Key.ENTER)
type("v", KeyModifier.CTRL)
else:
type(Key.F4, KEY_CTRL)

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

___
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


Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-30 Thread charliedaps
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

Status: Answered => Solved

charliedaps confirmed that the question is solved:
Thanks masuo, that solved my question.

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

___
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


[Sikuli-driver] [Question #676464]: if find or if exists SyntaxError

2018-11-30 Thread charliedaps
New question #676464 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676464

Hello everyone,

I can not find the solution for image search with an IF

The goal is that the action continues if the image is found and the action 
closes the window if the image is not found.

So I have

if find (image):
rightclick(image)
click(image2)
...
else:
type(Key.F4, KEY_CTRL)

And here is the error indicated by sikulixide

SuntaxError ("mismatched imput "rightclick expecting indent",)
Error on the line rightclick(image)

I try with if exists(image): (same error)


Thank you in advance for your help.

Have a good day

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

___
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


Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-29 Thread charliedaps
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

Status: Answered => Open

charliedaps is still having a problem:
Thank you very much for your link but I do not understand much about it.
I am not a programmer;);)

When I create a file (finally a folder with the images and the files
codes), this one is for example c:\auto\test1

I think I'll have 3 or 4 files like that. (c:\auto\test2, ..)

So I have to create another file that will start them one after the
other but what are the lines of code.

Sorry but I do not understand what is in the help.

Thanks by advance for your help

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

___
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


[Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-29 Thread charliedaps
New question #676456 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676456

Hello everyone,

I am under windows 7 and I created a file that contains 1500 lines.

It works perfectly but if I add lines, it does not work anymore.

So I have the idea to make another file that starts when the first has finished 
but I do not know how.

Thanks for your help.

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

___
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