I have a flow that was written by an external contractor and Im now supposed to support! The basics of the flow is it should log into a website, select a filter on a page to show specific transactions. Then it should click each transaction to take you to the details of that transaction, then click the delete button, then move back and do the same in a loop until all have been deleted. This was working until the website updated.... Now the problem is that it gets to the stage where there are x number of transactions on screen, it does click the button/link on the first transaciton which brings up the detail page but when I'm stepping through the workflow, it never moves past the 'Press button on web page' step, its like it does not realise it has pressed the button and been taken to the detail page. tried re-selecting the UI element but its still the same, never goes on to the next step after the press button step.
WAIT!! It just did it! Its like it takes about 5 minutes to realise that the webpage has changed for some reason! The next step is to click the delete button, which then pops up a message saying, are you sure, but its now paused on that button, same issue, I cant click the run next action as it is still on the press button on web page step.