sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55137
[Bug 1881377] [NEW] .isRunning() no long working for SikulixIDE in 2.0.4
Public bug reported:
2.0.4-2020-03-14_08:01/Mac10.14.5/Java8(64)1.8.0_251-b08
I just upgraded from 1.1.4 and found that the test to see if the IDE is running no longer returns the correct result.
I ran this script in the IDE, and also from a bash file both with the IDE running and not running. The results are always the same.
apps = ['Sikulix','SikulixIDE']
for app in apps:
sIDE = App(app)
ideRunning = sIDE.isRunning()
if ideRunning:
print(app + ' is running')
else:
print(app + ' is not running')
OUTPUT:
Sikulix is running
SikulixIDE is not running
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1881377
Title:
.isRunning() no long working for SikulixIDE in 2.0.4
Status in Sikuli:
New
Bug description:
2.0.4-2020-03-14_08:01/Mac10.14.5/Java8(64)1.8.0_251-b08
I just upgraded from 1.1.4 and found that the test to see if the IDE is running no longer returns the correct result.
I ran this script in the IDE, and also from a bash file both with the IDE running and not running. The results are always the same.
apps = ['Sikulix','SikulixIDE']
for app in apps:
sIDE = App(app)
ideRunning = sIDE.isRunning()
if ideRunning:
print(app + ' is running')
else:
print(app + ' is not running')
OUTPUT:
Sikulix is running
SikulixIDE is not running
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1881377/+subscriptions
Follow ups