I select a select and it does nothing

41 views
Skip to first unread message

Anthonny Bastidas

unread,
Apr 19, 2024, 5:56:13 AMApr 19
to Auto Clicker - AutoFill
Hello, I'm trying to create an automation to select an element but it doesn't do anything. Someone could help me?

<select name="sede" id="sede" data-live-search="true" title="Selecciona Oficina" class="mf-input__xl" onchange="cargaTramites()">

<option value="99">Cualquier oficina</option>
<optgroup label="Elegir oficina">
<option value="7">AVDA POBLADOS, Avda. de los Poblados, S/N</option>
<option value="15">Alcalá de Henares, Avda. de Meco, s/n</option>
</optgroup>
</select>

I want to select option number 7. What would the "element finder" and "value" be like?

Alexander Kravchenko

unread,
Apr 19, 2024, 11:06:25 AMApr 19
to Auto Clicker - AutoFill
I have the same problem - options in select are not selected in any way. I think the extension is broken.


пятница, 19 апреля 2024 г. в 11:56:13 UTC+2, Anthonny Bastidas:

Dhruv TechApps

unread,
Apr 24, 2024, 12:30:56 AMApr 24
to Auto Clicker - AutoFill
element finder - //select[@name="sede"]//option[@value="7"]
value - true

Alexander Kravchenko

unread,
May 1, 2024, 12:44:35 PMMay 1
to Auto Clicker - AutoFill
Thanks! It's works fine!
After that I found this in the documentation :)
https://getautoclicker.com/docs/3.x/action-value/select-option/

среда, 24 апреля 2024 г. в 06:30:56 UTC+2, Dhruv TechApps:
Reply all
Reply to author
Forward
0 new messages