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

    Status: Solved => Open

yarko is still having a problem:
Ok - _this_ appears to be a bug (at least on OS-X):

browser.window() doesn't change value, so in the above while loop, it is
stuck there forever...

Changing to something like:

browsername = "firefox3"
browser=App(browsername)
if  not browser.window():
        browser.open()  # opens if not open
        wait(5)
if not browser.window():
    popup("Houston, we have a problem opening the window")

else:
    popup("Success!")

the "if not...." always is executed.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to