New question #685677 on Sikuli:
https://answers.launchpad.net/sikuli/+question/685677
now i use cmd to open sikuli-2.0.0 use 【java -jar sikuli-2.0.0.jar 】
and i want to show my print(something) in the cmd when i run the case
my code:
sp = Region(3555,503,179,98)
tr = TextOCR.start()
def change(event):
print(sp.text())
sp.onChange(500,change)
sp.observe(10)
i want to show the print(something) in cmd when i run the code
i don't know key what when open the sikulix
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp