← Back to team overview

sikuli-driver team mailing list archive

[Question #685677]: how to show my print in cmd's log with sikuli

 

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.