or
Hi,
We were using WatiN testing tool for our application.
We were facing problem while attaching RadWindow as popup to parent IE object.
Code-
IE iepopup_1 = IE.AttachTo<IE>(Find.ByUrl(“url”));
iepopup_1.TextField("TextBox1").TypeText("test");
iepopup_1.Close();
IE’s AttachTo method not able to find the give url and getting following error –
Could not find an IE window matching constraint: Attribute 'href' equals uri ‘url’. Search expired after '30' seconds.
But same code worked fine for form with normal windows control.
Please guide us.
Regards,
Shirish