← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #702646]: Optimizing resource usage

 

Question #702646 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/702646

    Status: Answered => Open

cemara is still having a problem:
HomeAssistant = App(r"c:\HA\Home_Assistant.exe")
Settings.WaitScanRate = 3
While True
  wait(skype.png, FOREVER)
  while exists(skype.png, 0):
    wait(0.5)
  HomeAssistant.focus()

So i've tested this but when running the cpu usage is still high, am i
coding it correctly?

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