|
关于脚本中使用“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。 |
|