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.
Mechanizeを使用して、HTML 要素に続くテキスト ノードを取得したいと考えています。
<b>test</b>THIS IS THE TEXT I WANT.
<b>を使用してノードを取得したら、そのテキストを取得するにはどうすればよいpage.at('b')ですか?
<b>
page.at('b')
それは次のようになります:
page.at('b').next