← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #679017]: Vnc app detected only at first attempt after Sikulix Ide launch

 

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.