I need to capture all the html code within a frame in a webpage, all the data seems to be within a class as follow:
<div class="productos-mant">
Within this class you can find all the items like
<a class="round-item" href="https://www.supermercado.com/my-basket/profile" data-id ...etc</a>
Is any method that allow me to catpure to a .txt all the html info from this class in the frame?
thanks!