I am currently working on an automation that mimics steps done by an individual within an application.
After the users enter the appropriate information a table with results is generated within the application. Now I need to Copy the results of the data into a data table or CVS or anything structured for that matter and then do some additional processing.
The problem is for me to be able to save that table that is generated, I need to click a button that brings up a popup that allows me to SaveAs to a particular location. The issue is that the minute the popup comes up the robot hangs, no error, no issues, just sits there and does nothing until I stop it. The curious thing is if I test the activity on its own it works, I can type into the popup, I can save it…etc
Things that I have tried:
- Tried attaching the popup
- Tried manipulating the TypeInto activity between Simulating Clicks or Sending Window Messages
- Tried different WaitForRready Statuses
-Tried activating the popup window
basically, the minute the popup windows comes up from this application, the robot just freezes and nothing else can be done. I am not sure if anyone has encountered this before but any help is appreciated.
Thank you,