Hey, I'm trying to create a UITestfor my xamarin form project and I'm trying to access the list of items in a combobox, but I can see in REPL that the "popup window" does not have any name/ID I can access. I my specific instance I have more items in the dropdown window than can be shown, so I need to scroll it, however I'm unable to do so without a ID or similar I can access the list with.
Is there any other way I can select any index or item in the combo box?
Thanks in regard!