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

If you execute the following code (with a firefox window already open):

App firefox = App.focus("mozilla firefox");
Region reg = firefox.window();
System.out.println(reg);

You will get:
[debug] getWindow: java.awt.Rectangle[x=0,y=0,width=0,height=0]

Bug or am I doing something wrong?

-- 
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