Hello All,
Appreciate it if you can take time off to help me look into this issue.
Basically, I’m trying to create dynamic selector to input details from a DataTable, but I realize that there are no uniquely identifier in the selector.
Thus, I tried to use F3 and then select clipping , on the selector for ID & Aria Label(which is constantly changing) , I replaced it as * but when I do that the click & type into activity didn’t happen. It will only happen if I include the fix ID but it won’t work when it’s processing the next page because the ID is always changing.
I was referring to this post but there are no solution yet https://forum.uipath.com/t/unable-to-automate-process-no-selectors-available-and-type-into-is-not-working-without-a-selector/54064
The below image are showing the text box where the details are being entered. There are 2 text box with the same column of Item no. ( Can’t uniquely identify them via selector on the same page). This is only 1 page and when I click on other invoice to process which has the same interface but then the ID and Aria label changes. (Can’t uniquely identify them via selector on different invoices)
Below image selector is from the same page.
Selector 1 Image → Charterer Item No. Selector
Selector 2 image → Owner Item No. Selector
So I was wondering since I could not uniquely identify a dynamic selector, is there any way that I could click it / input text base on cursor position itself without having the need of inputting the Selector?
Thank you