Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IE.AttachToIE(Find.ByUrl("my url") は、WatiN 2.0 RC 候補には存在しないようです。1.3 には存在します。2.0 で修正するにはどうすればよいですか?
Browser ie = Browser.AttachTo(typeof(IE), Find.ByTitle(new Regex("Window Title.*")));
これを試して:
IE.AttachTo<IE>(Find.ByUrl("my url"))