Web recording problem

To run a report, I’ve used web recording and it all works perfectly until the end when I have to save it! For some reason it works the first time but after that it gets stuck at the same point and says it can’t find the button :frowning: I don’t know why this is happening,because the first half works absolutely fine! Is this because I’m saving something? Should I use Desktop recorder at this point? Can this be fixed?

I think its something related to selector issue
kindly check with the selector which attribute has dynamic value and replace it with a wildcard symbol like *
that would work for sure
you were almost done
Cheers @Olivia_Winter

image
This is all that is happening on the selector front! I assumed it was a selector issue, but as I’m not that advanced so I don’t know what to do with this :frowning:

As you can see , the Validate Button is RED meaning the selector is not valid.

Solution 1 : Click on the Repair Button and see if the Validate button updates to GREEN. Save and Re Run.

Solution 2 : Open the UIExplorer and indicate the button on Browser and Copy the selector from UiExplorer to this activity keeping dynamic selector in mind.

This helped a lot thank you so much <3