How to handle popup messages thrown from web applications in vb.net?
Posted
by Menaka
on Stack Overflow
See other posts from Stack Overflow
or by Menaka
Published on 2009-10-14T05:18:57Z
Indexed on
2010/04/01
17:03 UTC
Read the original article
Hit count: 213
I am developing a tool to automate testing of a web application. I want to handle the popup messages thrown in error scenarios. The problem am facing is after a button click a popup message is thrown, but only after a response is given to the message box(ie clicking on any buttons in the message box) the execution continues, till then the web browser is busy waiting for a response. Please suggest.
© Stack Overflow or respective owner