MaxLength for ID attribute for detecting a Test Object in Katalon

Hi all,
I want to know what is MaxLength for ID attribute for detecting a Test Object in Katalon Studio. I faced the issue, that Katalon can’t detect objects with long IDs. So, I want to know, what is MaxLength for ID attribute and if I can set this up and if I can change this MaxLength for IDs somewhere

Thanks in advance

Hi @jewelsmu

I’ve never heard of such an issue, can you give an example of a long ID ?

@jewelsmu

I suppose that the length is not issue, the ID value is dynamic: one or more characters in the value change every time you query the web page.

Number_Input__MyProjectProject_ExamplesExampleProject1_ExampleNumber_ExampleNumber Number__testing

In my case ID is static. Once I’ve changed ID to shorter length through browser’s console, and changed it correspondingly in my test, the object was found successfully.

I tested with a long random string and it seemed to work fine to me. Do you have a particular ID that I can test with ?