← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #231816]: open a SWING GUI by running a Sikuli script

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
LOL, that is nice ;-)

It does what you expect, but you cannot see it, because the script ends
in the moment after

self.setVisible(True)

Nothing tells the script to wait.

e.g. this:

if __name__ == '__main__':
  Example()
  popup("can you seee me?")

might help.

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