sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45950
Re: [Question #664446]: Similar Function App.waitVanish('someapp')
Question #664446 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664446
RaiMan proposed the following answer:
myApp = App('Firefox')
for step in range (60):
if not myApp.window():
wait(1)
App.open ('gnome-terminal')
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.