使用Selenium Python选择未标记的文本

时间:2015-11-25 10:40:43

标签: python-3.x selenium xpath selenium-webdriver

使用xpath我能够使用.text属性获取顶级节点的所有文本。但是,我真正想要的是美元金额和美分金额。 有什么我可以使用xpath查明这些元素吗? 根据我的研究,Seleninum没有用/text()

识别find_element_by_xpath后缀
<span id='price'>
    <sup>$</sup>4

    <sup>
        <span class="priceDecimalMark">.</span>99

        <span class="priceFlag">
                    *
                    </span>
    </sup>
</span>

0 个答案:

没有答案