PDA

View Full Version : scraping vba dropdownlist



orbis
11-07-2018, 01:29 PM
I have been trying to select an option of a field which does not allow me to do it in the way that is handled in the example.


the html code is like this..


<select id="Receptor_RfcCargado" name="Receptor.RfcCargado" class="form-control" value="" data-val-required="Este campo es obligatorio" data-val="true" onchange="seleccionaReceptor(this, true);">
<option value="">Seleccione...</option>
<option value="IPA730830 INGENIO" data-extra="cORKOhea+SJuf37c9RBW2g==">IPA730830 INGENIO</option>
<option value="PAZ170614 MC PAZ SA DE CV" data-extra="cJwAbPgiZovQlfZuszc78g==">PAZ170614 MC PAZ SA DE CV</option>
<option value="Otro " data-extra="oPUm+vK7lTP4wmqtTOOjGA==">Otro </option>
</select>


How to choose an option in a case like this?

Yo hablo español, pero en cualquier idioma me podría ayudar mucho una respuesta.
I have been trying to select an option of a field which does not allow me to do it in the way that is handled in the example.

macropod
11-07-2018, 03:50 PM
Duplicated by: http://www.vbaexpress.com/forum/showthread.php?64024-scraping-vba-dropdownlist
Kindly don't start multiple threads on the same topic. Thread closed. You may continue the discussion in your other thread.