Hi All, I am facing an issue where my dynamic selector for click is not working. For current process flow, currently I have configured it where it can get the last 5 digits from System Item description in Oracle EBS. I would like to know how can I configure the robot to click the last 5 digits detected from the System Item window as the position could be dynamic. The variable i used is {last_description}. Need assistance on how to resolve this issue, and help is appreciated. Thank you.
Could you please capture the selectors for few values in the description column and share them here? Just to see how the attributes and it’s values differs between each row.
If you variableize the attribute that holds the value in the selector and remove any attributes that typically denote the cell index (such as idx, row, or column), it should help in identifying the cell within the table, regardless of its position.
As you see from my screenshot, I cannot click on the row to select the individual records as it captures the whole data. After I captured and view using UiExplorer, it captures the information as below:
As for the Click activity target, I tried to add in the attributes for dynamic selector it is also not working. The information is as below:
Fyi, I have tried innertext, name and value were not working.