DESPLEGABLE EN WEB

Buenos días,

Tengo un menú en la web que tiene que darle click a una de las opciones con una flechita para bajo para que se abran 3 opciones y poder clicar en una de ellas.

He intentado configurar el Strict Selector con el UI y aunque lo reconoce, luego no ejecuta la actividad.

También, he intentado ver la url a la que va al darle la opción cuando se despliega, y esta puesto de tal manera que la url no cambia.

Entonces, no sé qué hacer. ¿Me podéis echar una mano?

Gracias.

Hi @lily.RPA ,

  1. Verify if the menu options are dynamically generated.
  2. Use the regular “Click” activity instead of “Strict Selector.”
  3. Check for iframes and switch focus if necessary.
  4. Ensure menu options are visible and accessible.
  5. Inspect HTML structure for accurate selectors.
  6. Consider adding short delays before interactions.
  7. Test automation locally for consistency.

Regards,
Vinit Mhatre

Buenas, lo he intentado pero no me deja, no sé qué más hacer o qué opciones hay.

Gracias

Hi @lily.RPA ,

Could you please provide the link you are trying? I’ll try from my side. Just provide the link and explain what you are looking for.

Regards,
Vinit Mhatre

Buenas,

Estoy en esta web (https://www.rendiciondecuentas.es/VisualizadorPortalCiudadano/VisualizadorEstadosPortal.jsp) intentando hacer click en Liquidación de presupuesto y luego en una de esas opciones

Gracias.

I am unable to access this website since it can only be accessed through your network.

Just take an example, if this is my site " DropDown Menu - GlobalSQA" and here i want to select “India” from drop down menu…

Then use “Select Item” activity instead of click activity

image

Enter the data in string (for here i have added “India” ) for the option you wish to choose from the drop-down menu.

Regards,
Vinit Mhatre