New question #156092 on Sikuli:
https://answers.launchpad.net/sikuli/+question/156092

Ive just started to use librarys in order to store functions and images. In 
this case I want to run a function and then a other one right when the first 
was finished. 

Is that possible? Can I maybe add a line in between the two functions in the 
script where I invoke the functions? 

I thought about something like this: 

firstfunction()
wait(for a image to appear)
secondfunction()

I am using the import os in order to use the library in my script. Separately 
the two functions run fine.


-- 
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