Hello,
I’m using these packages for a project: UiPath: 25.4.131.23154-preview, UiPath.System.Activities: 23.10.4, and UiPath.UiAutomation.Activities 25.10.0-preview.
Now I have a problem in a web application where I can’t correctly read the options offered in dropdown fields to select a specific one.
The application is developed in Java and uses DOM.
This is what the “Leistungsart” (Service Type) dropdown field looks like:
When I use the developer tools to view the page structure, I find this:
I can find this dropdown field in the process and now I want to use “findChildren” to read the options and save them in a variable of type ienumerable.
Unfortunately, the <ul class=‘bm-dropdown’ …> visible in the screenshot is not found.
What should I try to ensure the list reads correctly?
Can anyone help?
Kind regards