sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #25228
Re: [Question #246130]: Adding Event handler in sikuli IDE
Question #246130 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/246130
Status: Needs information => Open
Mujeebu Rahman gave more information on the question:
HI RaiMan,
what is: "my unittest module in sikuli IDE" ??
Meaning, I am using unittest scripts in the IDE,
class MyTest1(unittest.TestCase):
def test1(self):
try:
some test
except:
print "message"
In the above i wanted to add event handlers.
what is: " the unexpected alert in case of AUT crashes" ??
Meaning incase if Application crashes, then an event should be triggered to the user saying that the application has crashed.
Also if any unknown alert popping from the application should be able to handle by the script.
Regards.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.