应该使用get_attribute方法:driver.find_element_by_xpath('//*[@id="key_company$value"]').get_attribute("value")这个肯定能解决你的问题。get_attribute获得标签的属性值:也可获取 img,a,table,input 的属性值
印象中input没办法用getText,