摘要: def scroll_until_loaded1(self): check_height = self.driver.execute_script("return document.body.scrollHeight;") js = r''' function a(h){ var timer = null; timer = setInterval(function(){ console.log(d 阅读全文
posted @ 2019-12-23 09:14 shijiu520 阅读(296) 评论(0) 推荐(0)