无法找到合适的Xpath或CSS选择器

时间:2018-05-29 20:17:11

标签: python selenium

任何人都知道如何通过xpath或css选择器选择它?类名称在HTML标记的其他位置使用。此div也不会始终存在于每个信息块中。

我在这个div中需要以下输出:

价格:15.77美元(13%折扣)

如果您需要更详细地查看源代码,请点击以下链接:https://www.amazon.com/gp/goldbox/ref=nav_cs_gb

enter image description here

1 个答案:

答案 0 :(得分:1)

您可以获得所需的输出

driver.find_element_by_xpath('//div[normalize-space(span)="Price:"]').text