Watin 访问本地主机

发布于 2024-10-21 23:20:27 字数 384 浏览 4 评论 0原文

在涉及 WatiN 的 MSTest 中执行 C# 代码时,

var browser = new IE("http://localhost:56034/");

网页显示在 IE 中,但大约一分钟后,我收到错误“

等待主文档可用时超时”,并显示错误消息

等待主文档可用时超时< /strong>

代码

var browser = new IE("http://www.bing.com/");

运行良好。

我正在运行 IIS Express 7.5。由于我是 WatiN 的新手,我希望我错过了一些简单的东西。

When executing the c# code in MSTest involving WatiN

var browser = new IE("http://localhost:56034/");

The web page is displayed in IE but after about a minute, I receive the error

Timeout while waiting for main document becoming available with the error message

Timeout while waiting for main document becoming available

The code

var browser = new IE("http://www.bing.com/");

works fine.

I am running IIS Express 7.5. Since I am new to the WatiN I am hoping that I am missing something simple.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倾城°AllureLove 2024-10-28 23:20:27

遵循 http://spin.atomicobject.com/2010/12/15/watin-and-com-errors-enable-ie-protected-mode-for-local-intranet-zone,转动IE 8 中 Intranet 区域的 ON 保护模式解决了这个问题。

Following the advice in http://spin.atomicobject.com/2010/12/15/watin-and-com-errors-enable-ie-protected-mode-for-local-intranet-zone, turning ON protected mode for the intranet zone in IE 8 solved the problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文