New question #216587 on Sikuli: https://answers.launchpad.net/sikuli/+question/216587
In unix there is a way to find out the exit status of the previously executed command using "$?", it either returns 0(success) or any other value for command didnt execute successfully Is there such a thing for sikuli.. In my scenario I am doing a s.type(Key.DOWN); and I want to check if the operation has been performed or not.. IS there a way to check this?????? -- 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

