本文介绍了是否可以使用 Watin 查看页面加载后的响应标头的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我们的部分测试是检查页面是否以正确的格式(特别是 gzip)返回
Part of our testing is to check that a page is being returned in the correct format (specifically gzip)
WATIN 是否公开 HTTP 响应标头以便检查它们?
Does WATIN expose the HTTP response headers so they can be inspected?
推荐答案
不,WatiN 不会公开 HTTP 响应标头,也不会公开 Internet Explorer.使用 InternetExplorer 界面或其任何事件都无法获得它们.
No, WatiN doesn't expose the HTTP response headers neither Internet Explorer. It's not possible to get them using InternetExplorer interface or any of it's events.
这篇关于是否可以使用 Watin 查看页面加载后的响应标头的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!