自动刷新网页效果

用模拟点击selenium搞了半天,发现事倍功半

<html>
<head><meta http-equiv="refresh" content="20"></head>
<frameset>
<frame src="http://www.baidu.com" name="iframe">
</frameset></frameset>
</html>

将这个代码保存为html即可,网址部分换上需要的网址,就可以20秒刷新一次了

posted on 2017-09-28 17:35  开心的小尾巴  阅读(106)  评论(0编辑  收藏  举报

导航