Re: [Sikuli-driver] [Question #688817]: Sikuli often sees App class as isRunning == True

2020-02-26 Thread RaiMan
Question #688817 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688817 Status: Open => Answered RaiMan proposed the following answer: this worked for me: appFolder = r"C:\Program Files\Notepad++" appName = "notepad++.exe" np = App(appFolder + "\\" + appName) if

Re: [Sikuli-driver] [Question #688817]: Sikuli often sees App class as isRunning == True

2020-02-16 Thread Artem Koval
Question #688817 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688817 Description changed to: System: Win 10, Sikuli 2.0.1 I have issues with isRunning() check. For example when using this code: myApp=App('full-path-to-executable) if myApp.isRunning() == True: print 'App

Re: [Sikuli-driver] [Question #688817]: Sikuli often sees App class as isRunning == True

2020-02-16 Thread Artem Koval
Question #688817 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688817 Summary changed to: Sikuli often sees App class as isRunning == True -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.