← Back to team overview

sikuli-driver team mailing list archive

[Bug 1904678] [NEW] Popup-dialog Do.popup always returns True

 

Public bug reported:

I have tried the following function using your example:

result = Do.popup("autoclosed after 3 seconds", 3)
if not result:
  print "user did not click ok"

It always returns "True"

** 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/1904678

Title:
  Popup-dialog Do.popup always returns True

Status in Sikuli:
  New

Bug description:
  I have tried the following function using your example:

  result = Do.popup("autoclosed after 3 seconds", 3)
  if not result:
    print "user did not click ok"

  It always returns "True"

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1904678/+subscriptions


Follow ups