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

RaiMan proposed the following answer:
My tests with the latest build 1.1.4 did not show any problems, no
matter wether Notepad++ was already running or not.

I repeated the script several times, while stopping Notepad++ from time
to time.

my test

exe = r"C:\Program Files\Notepad++\notepad++.exe"
app = App(exe)
if not app.isRunning():
    app.open(10)
if app.isRunning():
    app.focus()
    reg = Region(app.window())
    print app, reg
else:
    print "not running"

So it might be worth, to give the latest 1.1.4 a new chance.

I am on Windows 10 64Bit (1809/2019-03-23) with Java 12

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