How to get the value of an input in PYTHON?

0

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>
    
asked by Diego Lopez 23.11.2017 в 16:54
source

0 answers