Error while saving an object

I am sorry it’s a little late, here is the file you were asking for, Thanks again for your help

div_2 - Yearly-Maintenance.rs (4.6 KB)

Thank you for sharing the rs file.

I found an interesting thing at Line#55 Column#49:

The arrow points to garbled characters (non UTF-8). Certainly this must be the reason why you got a SAXParseException.

I believe that Katalon developer is responsible for this bug.

For the time being, users should be warned that “Smart Locator” has a bug.

@Elly_Tran

Please pass this info to your development team.

The garbled character in the rs file seems to be generated from the \1e character sequence in the Smart Locator literal.

What is \1e ?

Is it a “Record Separator” in ASCII?

Why the RS character is here in the SmartLocator literal?

I believe @riteshshikne did not intentionally typed the \1e character sequence.

I guess, Katalon Studio somehow generated the \1e, and it must be a bug.