51Testing软件测试论坛

标题: selenium webdriver 如何打印目标标签内的文本 [打印本页]

作者: dj7491916    时间: 2012-8-22 16:07
标题: selenium webdriver 如何打印目标标签内的文本
用webdriver python写了一段自动下单的代码,在下单成功后页面会返回单号。如何取这个单号?
html为<font color="red">E931121</font>
我已经用xpath唯一定位了此处
invoice=browser.find_element_by_xpath("//font[@color='red']")
我需要返回这个单号供以下测试使用。如何做?
作者: dj7491916    时间: 2012-8-22 16:07
求助啊?懂的帮忙看看!谢谢
作者: dj7491916    时间: 2012-8-22 16:10
顶一下希望有人来看!
作者: dj7491916    时间: 2012-8-23 09:19
invoice_number=unicode(invoice.text)
print invoice_numbder
python的方法为.text
java为getText()




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2