Manager.SetNewBrowserTracking(true);Find.ById<HtmlAnchor>("OfferDescription_code").MouseClick();Manager.WaitForNewBrowserConnect(AD_SITE, true, 9999);Manager.ActiveBrowser.WaitUntilReady();Assert.IsTrue(Manager.Browsers.Count == 2);This Assert always fails because the original window is ALWAYS closed after the popup launches on the MouseClick() call.
I've tried in both IE and Firefox. Any ideas?