How can i close alert box automatically without user iteration?
i call the another method but javascript execute code continue and i need to stop the execution for 5 to 10 second, i can not use sleep, wait or setTimeout method because this method also execute some code. like alert stop the process if user press ok button then continue the code execution.
i call the another method but javascript execute code continue and i need to stop the execution for 5 to 10 second, i can not use sleep, wait or setTimeout method because this method also execute some code. like alert stop the process if user press ok button then continue the code execution.
Comment