IE.AttachToIE(Find.ByUrl("my url") seems to be non-existent in the WatiN 2.0 RC candidate. It does exist in 1.3. How can I fix it in 2.0?
A:
Browser ie = Browser.AttachTo(typeof(IE), Find.ByTitle(new Regex("Window Title.*")));
Tester
2010-07-22 15:06:17