若driver.find_element_by_xpath('xx').text 没有值
可以尝试
driver.find_element_by_xpath('xx').get_attribute('innerHTML')
版权声明:本文为Test_Sir_Cao原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
若driver.find_element_by_xpath('xx').text 没有值
可以尝试
driver.find_element_by_xpath('xx').get_attribute('innerHTML')