标题: Response Time for HTML vs HTTP [打印本页] 作者: 奔雷 时间: 2011-8-3 22:45 标题: Response Time for HTML vs HTTP 关于脚本中使用“HTML”和“HTTP”的区别。
eg:
web_url("home page",
"URL=http://www.abc.login-cc/",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Snapshot=t3.inf",
"Mode=HTML", // If this is HTTP, then it will not contain the most recently downloaded item on the page (eg/ a GIF).
LAST); // but note that this means that the resources referenced on the page will not be downloaded.
,这样的话,脚本中用HTML的话肯定比用HTTP的Response Time要长。
那和run-time-setting里面"Browser Emulation"--"Download non-HTML resources",有什么区别呢?
欢迎大家讨论。
Thx。作者: yandaju 时间: 2011-8-5 08:57 本帖最后由 yandaju 于 2011-8-5 09:02 编辑