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 中修复它?
尝试这个:
IE.AttachTo<IE>(Find.ByUrl("my url"))
浏览器 ie = Browser.AttachTo(typeof(IE), Find.ByTitle(new Regex("Window Title.*")));