Does anyone know how to get the value with a library? I'm trying to scraping an internet site and the information I need shows it but in an input and I do not know how to get it. Thanks for the help. one of the input:
<div class="controls">
<input type="text" id="apellidos" name="apellidos" value="" class="input-large nombre success" required="" maxlength="50" readonly="readonly" title="BLANCO SERRANO" tabindex="-1">
</div>