Using jsoup how to get anchor tags that are within div tags with class
that have display none style
I have a document from which I am trying to extract the a tags. Some of
them are within tags that have the class attribute and the class has the
display:none property set. I want to eliminate those.
No comments:
Post a Comment