自己维护的网站,需要用每天截取图片,现在使用IECapt.exe,但使用一段时间后发现,原先可以截取到的广告图片,现在截取不到了
,调大页面加载时间参数--delay无效,去google上搜了下,IECapt.exe所有的参数如下:
--help Print this help page and exit
--url=<url> The URL to capture (http:...|file:...|...)
--out=<path> The target file (.png|bmp|jpeg|emf|...)
--min-width=<int> Minimal width for the image (default: 800)
--max-wait=<ms> Don't wait more than (default: 90000, inf: 0)
--delay=<ms> Wait after loading (e.g. for Flash; default: 0)
--silent Whether to surpress some dialogs
自己使用命令--help也能查看到这些参数的信息,最后调试加上 --silent ,截图就OKAY了,要强制忽略一些对话框之类的才可以。