尽管在铬检查中是正确的,但是没有刮取正确的值

时间:2017-11-03 02:20:14

标签: python css selenium xpath selenium-webdriver

我正试图从下面的网站上删除数据,但似乎我似乎无法找到一个css选择器,它会显示正确的输出。

对于这个website,我尝试过:.row:nth-child(1) span以及其他css选择器。

我还没有找到一个有效的xpath,因为它不像Nth-childs那样试图看看它是否有任何区别

enter image description here

我已发布完整代码here

1 个答案:

答案 0 :(得分:1)

XPath下面应该返回你想要的输出:

//tr[starts-with(@id, "twirl_element_")][1]/td[@class="win odds"]//span