← Back to team overview

sikuli-driver team mailing list archive

[Question #680652]: how to use Region.onChange in pyton with jpype

 

New question #680652 on Sikuli:
https://answers.launchpad.net/sikuli/+question/680652

how to use Region.onChange in pyton with jpype
i am use jpype in pyhgon use sikuli but the code 
Region.onChange(10,change) is not work will return AttributeError: 'org.sikuli.script.Screen' object has no attribute 'Region'
and simple the Region and Screen is work 
ex:
   Region = (100,100,100,100) and screen.click() that will work
i want to ask the Region onChange is exists in Region or Screen Class and how to use it 

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