Select an item in a "<li></li>" list

Hi Allan.

I need to select an entry in an dropdown made by “<li></li>” entries.
What I did was select an item in the list (GetElement), create a script that decides the index of the entrie to be selected, changed the xpath dinamically with item.Xpath and made a click in the element. But nothing happens. Is that the correct way to do it?

Thanks in advance.

It’s almost impossible to answer without access to the site with the select.
But try using a physical click to see if that makes a difference ? ( on click element set virtual to false )
This change will require the element is visible on the screen