I am working on a web automation application.
Every thing is working fine. Now I have stuck into a problem.
When user click over a link a new pop up is opened with input fields and button,
User fill fields and press button.
I want to automate this, but the problem is that when I click link and pop up is displayed no Document_Completed event is fired.
And so I am unable to parse this pop up html and automating it.
Any body has any helpful suggestion?