I have to extract all text elements in HTML into Java Strings. But in seperate Strings.
I have the following code:
"Elements myText = doc.getElementsByClass(x);"
Look @ the CSS of the webpage in question, find the class id of the css element assigned to the element in question.