I am trying to get the values of some specific elements from a html(whole web page) that is saved in a string, by ID or the class.
example HTML:
...
<h1 class="exampl-h1">Offer for Darko</h1>
...
From this i need the Offer for Darko
part saved in a string.
Can someone help me how can I achieve in simple and effective way.
Thanks :)