用模拟点击selenium搞了半天,发现事倍功半
<html> <head><meta http-equiv="refresh" content="20"></head> <frameset> <frame src="http://www.baidu.com" name="iframe"> </frameset></frameset> </html>
将这个代码保存为html即可,网址部分换上需要的网址,就可以20秒刷新一次了
用模拟点击selenium搞了半天,发现事倍功半
<html> <head><meta http-equiv="refresh" content="20"></head> <frameset> <frame src="http://www.baidu.com" name="iframe"> </frameset></frameset> </html>
将这个代码保存为html即可,网址部分换上需要的网址,就可以20秒刷新一次了