There is a scenario that has to be tackled and it deals in handling multiple requests on an application. The brief is explained below
Submit a request of a report
A pop up appears whether we want to submit another request (Pop up contains the request ID of present submitted report). If Yes is clicked, then another report request is raised and again a pop up appears. It should move to next flow after the pop is clicked with no
For each of the request IDs, there needs to checked whether the Status of the request is completed or running
If the status of the request is completed, download the report, else click refresh button
Once the report is completed an output button is clicked which takes us to another browser. Download the output and come back again and check for other requests status.
How can this be tackled? This is a lengthy process and would take time, at least point wise explanation could be good. I have just started using UIPath
So the requests are for different reports. We need to select Yes and place another request, so when we select Yes do we need to store anything over here? Which Can be useful in our further situations?
I am pretty new to this concept, can you help me with the resources or when I need to learn about this selectors and logging, other things that have been mentioned?