httpwatch 自动化代码在 IE6 中不起作用
Controller con = new Controller();
Plugin plugin = null;
try
{
plugin = con.New();
}
catch (Exception ex)
{
Console.WriteLine(ex.Message);
}
我的代码在 IE8 中运行良好。但相同的代码在不同的 IE6 机器上不起作用。我请求您查看此屏幕截图替代文本 http://img88.imageshack.us /img88/6278/httpwatch.png 了解详细信息。我的硬件详细信息如下
操作系统:Windows Server 2003 SP2 浏览器:IE6 HttpWatch 版本:5.3.33 proff 版本
当我尝试运行我的代码时,它只是打开一个空白网页,几分钟后它会抛出超时错误。另外我想添加一件事,如果我首先打开网页并启动 httpwatch,然后如果我运行我的程序,它会成功运行,但只运行一次。如果我再次重新运行我的代码,它会再次打开一个空白窗口。
我在httpwatch博客中搜索过这个问题,发现之前这是一个错误,但在5.3.33版本中解决了。我将期待您对这个问题的建议。
Controller con = new Controller();
Plugin plugin = null;
try
{
plugin = con.New();
}
catch (Exception ex)
{
Console.WriteLine(ex.Message);
}
my code running fine in IE8. But same code does not work in a different machine with IE6. I would request you to please see this screenshotalt text http://img88.imageshack.us/img88/6278/httpwatch.png for details. My hardware details is as below
OS: Windows Server 2003 SP2
Browser: IE6
HttpWatch Version: 5.3.33 proff edition
When I try to run my code it just open a blank webpage and after few minutes it throws time out error. Also I want to add one more thing, if I open the a webpage first and start httpwatch and then if I run my programme it runs succesfully but only for one time. If I re-run my code once again it open a blank window again.
I have searched this problem in httpwatch blog and found that earlier it was a bug but it solved in 5.3.33 version. I will look forward your suggestions in this problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我向 Httpwatch 支持人员询问这个问题,经过大量调查后我们能够解决这个问题。我真的要感谢 simtec(httpwatch 的开发者)的支持。
解决办法很简单,但是花了很多时间才搞清楚,就是:转到IE>Internet选项>高级>启用第三方浏览器扩展。
谢谢,
普里坦
I ask this problem to Httpwatch support guys and after lot of investigation we are able to solve this problem. I really want to thank simtec (who developed httpwatch) for their support.
The solution is very easy but it took a lot of time to figure it out, here it is: Go to IE>Internet Option> Advanced> Enable Third party browser extension.
Thanks,
Pritam