On this site, I have a local rpa process that adds new supplier data after reading the data from an excel sheet. After that is done, I have a click activity that clicks export csv but it keeps giving me the file from before the data was added. But, if i don’t close the site and just press export csv manually after the robot has inputted the data, it works. Why is this happening? How to resolve it?
I have tried using Simulate click with smooth mouse movement on the click activity and tried with delay of up to 5 minutes. Even tried two click activities one after the other. No luck
But I’m not sure how to set simulate and window messages to false.
I have this dropdown, did you mean I have to choose a different option? I tried Hardware and Chromium API, and Same as Browser… no luck.
I was able to fix it. The blob link embedded in the button was not updating. So found a way to make that work. Just had to move around on the page. I don’t know why it worked but it did. Thank you for your time!