How to put a wildcard between 2 variables to find text

Is this an Excel file?

My problem is that the selector selects a table by it’s not able to select each line of this table, in classic or modern

Have you tried changing the selection mode to Active Accessibility? (in modern there’s a pulldown in the upper right of the indicate window)

The element you targeted doesn’t contain these strings, at least it’s not visible in properties panel. If you select highlight it doesn’t target specific row, right?
Do what @postwick recommended and try different UI Frameworks by pressing F4 when targetting and see if you are eventually able to target a single cell or a row.
If it’s not possible then unfortunately a lot of “good” options are not available. Is it possible to export this table to some file? Do you need to edit it in that view, or do you need to just read something out of that table?

No, it’s a desktop application.

I’ve tried to change the selection mode, but it does the same.

I’m trying something else : get visible text in this table, extract the text i want with a regex. Until there it works, and after i try to click on the part of the text extracted. And here it doesn’t work

Exactly, i can’t target specific row, it would be too easy !

I don’t need to edit the view, i only need to click on a specific row

It’s not a great option because OCR is often unreliable, but you could try the Click OCR Text activity.

I’ve finaly used another method to do what i wanted to do.
Thank you very much for your help !

You should describe your solution so it may help someone else in the future.

Unfortunately, i don’t think.

I’ve made a request in the database of the application to get an ID which is written in an element i can reach in the interface of the application.

1 Like