I tried to debug it slower, but I didn’t succeed either.
I changed the titles by * and the same error remains.
It appears error in the next step of the process, apparently it performs the function of clicking next, but the system does not identify the click and does not proceed to the next step.
The strange thing is that the rest of the process works normally with the clicks, I’m thinking that the problem is in this advance button.
@pdcampagnini If you are using the modern designer, can you use App/web recorder and record the click action for that particular step.
If not possible, Inspect that element using UiExplorer and check whether any values are changing in the selector. If yes replace all those values with *
@pdcampagnini can you click on validate and check whether Rita a valid selector? If yes, can you click on the indicate in the Ui explorer and check whether it’s highlighting the button in the web page…
Also did you enable simulate click in the click activity ?if not try with that as well… Also add some delay before to this click activity
Replace those & encoded characters with * to wildcard them out then test. Also look at the other properties of the object and see if there are things that are more reliable than cls. In fact you can probably just remove cls - aaname should be unique.
It’s also possible the automation is just moving too quickly and the button isn’t ready to be clicked. In modern you can use the validation features of the click to make sure the expected result happens (that Novo Doc object appearing) and set it to retry until the expected result appears.
Good morning, I tried to make the suggested changes.
I removed the cls and the validation worked. But when you replace the & by *, it gave a validation error.
The strange thing is that it works in another process and in this flow it stopped working out of nowhere
I don’t think it will be a problem here. Can you delete the click activity and try to record it using App/Web recorder and give a proper anchor during recording.
It should work. I think the language is not english here for the buttons. That’s why some unwanted characters are coming in the selectors.
Forget the recorder. It doesn’t do anything any different. Just focus on getting your selector(s) correct. You’ll find a strategy that works for this app.