← Back to team overview

sikuli-driver team mailing list archive

[Bug 1881377] Re: .isRunning() no long working for SikulixIDE in 2.0.4

 

should first be a question

** Changed in: sikuli
       Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/sikuli/+question/691076

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

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


References