51Testing软件测试论坛

标题: 获取元素文本 [打印本页]

作者: 测试积点老人    时间: 2021-7-27 14:13
标题: 获取元素文本
利用value = driver.find_elements_by_class_name('layui-layer-content')
        print(value)

定位元素后,其value值为[<selenium.webdriver.remote.webelement.WebElement (session="03ad7df9aff66bf224ca1ae7753dee25", element="a483a4d2-76c8-4b91-b07c-e53c6847f126")>]

问题:如何获取文本内容?
[attach]133397[/attach]


作者: qqq911    时间: 2021-7-28 10:57
正则表达式提取
作者: bellas    时间: 2021-7-28 12:16
等大神
作者: 海海豚    时间: 2021-7-28 14:34
或者你用XPAth定位看看
作者: litingting0214    时间: 2021-7-28 16:04
使用Xpath定位




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