sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #44571
Re: [Question #660917]: how to run a sikuli script in jython.exe or jython IDE
Question #660917 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660917
xiaocezi posted a new comment:
I've achieved to run SikuliX from Command Line in pycharm with relative path,like :
----------
import os
os.system("runsikulix.cmd -r MonkeyTest-WindowsSystem")
----------
my os is window 7.0.
and i want to know how could i run sikuli code ,like:
----------
click(“x.png”)
----------
in pycharm with python script,but a sikuli script。
i am still study in this continue.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.