sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34912
Re: [Question #272000]: How to run sikuli script using eclipse
Question #272000 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272000
Status: Open => Answered
RaiMan proposed the following answer:
Uuups, are you scripting Python or is it Java, what you are doing?
... not really clear.
Supposing it is Python scripting:
from sikuli import *
addImagePath(r"C:\DeploymentUnit\SikuliX\Images") # guard the backslashes
click("DomIcon.png")
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.