Is there any way to provide locators directly instead of fetching from Object Repository

For eg:
Instead of WebUI.click(findTestObject(‘LoginPage/SignInBtn’));

Can we use
WebUI.click(findTestObject(‘//input[@type = ‘submit’ and @name = ‘btn_Enter’ and @id = ‘btn_Enter’]’));

Hi
Read this: http://forum.katalon.com/discussion/comment/13518#Comment_13518
I think you’ll find it useful.

https://docs.katalon.com/display/KD/Manage+Test+Object