I need to scrap a website, already log in and perform a search but the information comes out this way:
and its html code is:
<div class="controls">
<input id="sumaAsegurada_formatted" name="sumaAsegurada_formatted" size="17" type="tel" class="input-large populateByInsp currency " maxlength="17" data-rel="tooltip" data-original-title="Este valor puede ser incrementado o disminuido en un 10%" tabindex="19">
</div>
Already with that solution would do the others. Thanks