Hi all In this app, I have to choose eight fields, some of which are invisible. Please assist
i used this solution but is not selecting the fields
Hi all In this app, I have to choose eight fields, some of which are invisible. Please assist
You can try this approach of loop through your FieldsToSelect list then use Find Element or Find Text Position to check if it’s currently visible and if found then Click and if not found send a scroll key [pgdn] or [down], then retry until it appears.
Cheers
Hi @pabaleloh
You can use a logic of Find element and pass the name which you want to select into its selector.
Apply a condition IF find element is exist click on it or else click on down button or use hotkey for pgdn.
Then it will again check for find element and repeat the process until a field is click.
Thanks!
You can try using Check Box activity from UiPath Modern Experience with strict selectors on the field names, combined with For Each UI Element to iterate through the list, and use Click If Exists to handle invisible fields by auto-scrolling until the element is brought into view, ensuring consistent selection.
This looks like a desktop app
First thing try to get selectors of elements which are cisible and not and check in ui explorer if they validate evn when not visible
If so use send window messages activity which is the best way without scrolls and all
If this is not the case then also you need to first refine the selector to make it click properly
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.