Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
text属性を使用してテキストにアクセスします。
text
>>> element1.text u'ABCD'
element1= find_element_by_xpath("//caption/em") element1.get_attribute('innerHTML')
そして、美しいスープはテキストを取得するのに適していることがわかりました。