Hi.
I'm trying to perform an automation in excel with an "Analysis for excel" extension, so I can't directly use the irpa API for this, I'm trying to simulate it like a human would, but I'm getting an error when I try to get the dynamic items on the same page.
I'm doing two captures for the same page, capturing different elements in each one:
- First page the element: btOtherBooks
- Second page the element: btAnalysis


when I send the first click to the element of the first capture it works fine, but when I validate that there is the "btAnalysis" element that is in the second capture it no longer recognizes it and therefore I can't send a click, I know that the criteria are not bad in the elements because if I start the application from the second capture if it manages to click, why does this happen ?, or what am I doing wrong?


Thanks.