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.
jsoupを使用してHTMLページを解析しています。jsoupを使用して、ページの上部を基準にした各要素のページ上の位置を決定する方法はありますか?
いいえ、JsoupはHTMLのみを解析するためです。CSSとJavaScriptを考慮に入れるために何かが必要になります-何をしているかに応じて、Selenium、Cobra、またはPhantomJSを調べてください。