【发布时间】:2020-09-09 21:49:06
【问题描述】:
我一直在努力研究如何在 Tennis 24“https://www.tennis24.com/match/4xFaW6fP/#match-statistics;0”这样的页面上抓取实时和更新统计数据,但是当我尝试使用 selenium 没有返回任何内容。即使我只是尝试返回 1 元素,例如
<div class="statText statText--awayValue">4</div>
由于这是我的第一个抓取项目,有人可以给我一些指导吗?
【问题讨论】:
-
如果您以文本模式将代码添加到帖子中,我会更容易
标签: python selenium xpath screen-scraping webdriverwait