I am using selenium IDE and i have to generate a script, in which if time out error occurs it will redirect me to gmail and in that i will send email to customer support. If time error doesn’t come then next steps will execute.
Is it possible to generate such script?
can we set timer in selenium IDE?
Or is there any solution to avoid time out error?
I don’t know about selenium IDE but a general solution in such cases is (using Python syntax):