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?