reg = Region(20,30,40,50)
reg2 = Region(60,70,80,90)
reg.moveTo(reg)
When I run this program I got the following error
TypeError: moveTo(): 1st arg can't be coerced to org.sikuli.script.Location
Confused with moveTo(), Could anyone help me out??