I have a little problem with a process, the scenario of the robot is to fill empty fields of an application from an Excel file and after displaying them in an array of this application.
the problem is that the columns of this table change places when we fill a precise field which is called “amount”, if not the table is correctly displayed.
Cool!
You need to use dynamic selectors so that you can fill the table even if the columns keep changing position.
Can you show me the table structure using UI Explorer ?
Indicate one of the fields that you want to enter the value and send a screenshot. Something like this :
I think i was wrong on my request, but ehat you gave me was necessary to know how selectors work.
my request is how to extract column names from a table of this application and put them in a text file and index them.
because when I try for example to fill a field in the image that I sent you (in yellow), the table changes and adds another columns: and the goal in all this is to find an algorithm that helps us to position oneself in the wish column without paying attention to the changing of the places of the columns.