This is the HTML structure:

Element link = doc.select("div.subtabs p").first();
That does not seem to work. How do I select that p?
|
|
The DIV with the class="subtabs" is not in fact the parent of the
Additionally, you'll need the
If you get stuck with a JSOUP CSS selector in the future, check out the JSOUP Selector Syntax cookbook, which has some nice examples and explanations. |
|||||||||||
|
|
|
|||||||
|
|
this is an awesome website to simulate which code does what in Jsoup. |
|||
|
|