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.
Splinter の要素hrefから値を取得したいと思います。<a>
href
<a>
そのためのAPIメソッドはありますか?
find_by_* メソッドを使用して要素を選択している場合、これらによって返されるインスタンスはElementListsです。関心のある要素 (ほとんどのElementAPI場合インスタンス) を選択したら、辞書のようにプロパティにアクセスします。
ElementList
ElementAPI
the_element['href']
テキストエリアの OnChange イベントの後のタグ