Question #679017 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/679017

RaiMan proposed the following answer:
tested with the latest build #226 and Google Chrome:
cannot reproduce this behavior:

chrExe = r"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
app = App(chrExe)
if not app.isRunning():
    app.open(10)
print app, app.window()

output:
[105652:chrome (SikuliX1 Downloads - Google Chrome)] C:\Program Files 
(x86)\Google\Chrome\Application\chrome.exe  R[151,17 1720x993]@S(0)
[198460:chrome (SikuliX1 Downloads - Google Chrome)] C:\Program Files 
(x86)\Google\Chrome\Application\chrome.exe  R[151,17 1720x993]@S(0)
[198460:chrome (SikuliX1 Downloads - Google Chrome)] C:\Program Files 
(x86)\Google\Chrome\Application\chrome.exe  R[151,17 1720x993]@S(0)
[198460:chrome (SikuliX1 Downloads - Google Chrome)] C:\Program Files 
(x86)\Google\Chrome\Application\chrome.exe  R[151,17 1720x993]@S(0)

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to