← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #144310]: type(somekey, KEY_META) inconsistent

 

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.