价格元素未出现 提示:"The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page.
muzhaoyang opened this issue · 0 comments
muzhaoyang commented
问题与问题6大体一致
1、尝试一,chrome降版本,降到66版本,问题依旧
2、尝试二,crawler_selenium.py
去掉头请求:将# self.chrome = webdriver.Chrome(chrome_options=chrome_options, desired_capabilities=caps)
调整为,self.chrome = webdriver.Chrome(),可抓取到数据,但每次请求,chrmoe都要被唤起。
请教下,是京东更新了反爬策略吗?如何根据反爬策略更新下爬取机制?
盼回复!