Hi ,
I have a page in which i have a link button.When i click on the link button a popup will appear,but the same if i do through "watin" , the popup is blocked and is showing the message "popup is blocked.Press "Ctrl" key to to allow the popup" is coming.
Through watin automation i am not able to get the pop up on click of a link button but if i click manually the popup is coming.I am sick and tired of searching for solution :( could anyone please help me.
Code is given below
Link link = myIE.Span(Find.ByText("hello"));
link.Click();
//here the popup is not coming
Thanks, Keshav