Can we define objects descriptively through code without using object repository in Katalon Studio?

Can we define objects descriptively through code without using object repository in Katalon Studio? We have this concept in UFT, so just wanted to know.

Thanks

I think we have the ability to do that from the Custom Keyword section (https://docs.katalon.com/display/KD/Define+custom+keywords) where we could define Selenium.By and find element by the Selenium directly. However, if we decide to go with this approach, our tests will all go with custom keywords and some how we have to create everything from scratch again. I would suggest that we use the default setting from Katalon Studio to inherite all the strengths the Team has built for us.

Hey Trong,

Yes I totally understand what you are saying. I just wanted to know whether there was a possibility, and yes from the solution I understand the question arised from the lack of knowledge of selenium that I had.

Thanks