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.
我找到了很多关于如何在经典程序(控制台)中使用它的信息。以及如何使用它进行测试。
但是如何在现实生活中使用它呢?当他们单击按钮时,我想在 iframe 中为自动登录用户使用 Watin。
我使用 ASP.NET MVC4.5。
我应该怎么办?
您只需要与Watin 一起获得框架吗?
var frame = browser.Frame(iframeId); // this would return the frame given an id.