Test create with Katalon Automation Recorder doesn't work with Katalon Studio

Hi,
I created some tests with Katalon Automation Recorder and when I execute this tests with Katalon Studio it doesn’t work

It’s the test with a sub menu
xpath=(//a[contains(text(),‘Rechercher’)])[13]

Thanks

SubMenu.png

So what is the message you got when executed the test in Katalon Studio?

Katalon Studio don’t find the locator xpath=(//a[contains(text(),‘Rechercher’)])[13]

I did not see the text ‘Rechercher’ in the sub-menu. Could you double check on the language of logged-in user?

Search.png

So the UI is different due to logged user, pls double check to ensure that the logged user in your automation script the same when recording.

Another thing we could try is removing [13] from the xpath. if you need to click on the link then the remain xpath is good enough.