JavaDoc Error

@Subbrao Bulbule said:
I have deleted all Objects from Object Repo and I am passing x-paths of objects through an excel sheet and I am able to automate scenarios.

I have used below code for this:

TestObject dynamicObject = new TestObject(‘dynamicObject’).addProperty(‘xpath’, ConditionType.EQUALS, xpath)

WebUI.setText(dynamicObject, inputValue)

I am wondering if you could use a fluent wait time. I was earlier facing similar situation where the control of the element and execution of the code was not in sync.It was happening in katalon as well similar to eclipse. I belive its as simple as using appropriate fluent wait in your code.