Hi everyone, i have a problem with my desktop automation, i work on a windows application, in 9 or 10 executions the automation work without problem, but next of this, the execution stops in this window:
The automation should be select the button 1 and and continue with the others, but the execution stops, doesn’t select the button 1 of the Windows file explorer. Can you help me plis?
Yes, I used Xpath but it doesn’t work and Katalon shows an error “No such element”, if I use the Name parameter, Katalon doesn’t show any error, only in the log I can see what happened
I am just guessing here: but when you open the file explorer, it sometimes opens on the last accessed place, from where you last opened a file.
In this case it is ‘Bibliotecas’.
Maybe the button has a different xpath when it is already clicked (when it is in the state with the “frame” over it that shows the button is selected)
And it worked before because it was not already selected then.
or what is weird to me is that in the log, the name is “Bibliotecas\r\n”
the \r\n is weird to me, maybe it is correct but only you can check that.