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

Hi,

When I run the following code "mismatched input 's' expecting NEWLINE" error is 
raised.

from sikuli import *
activity = "1395933560122.png"
ScreenRegion s = new DesktopScreenRegion();
ScreenRegion ActivityNametext = s.find(new ImageTarget(new File("activity"));
ScreenRegion right = 
Relative.to(ActivityNametext).right(150).getScreenRegion();                
                
Canvas canvas = new DesktopCanvas();
canvas.addBox(ActivityNametext);
canvas.addBox(right);
canvas.display(3);

can someone help me to resolve this issue.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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

Reply via email to