Katalon Code Failing in Jenkins but passing in Command Prompt

Hi all, I need a help,its urgent. The Katalon code in jenkis fails , but the same code works like a charm in Katalon Command Prompt.

Please find the error below

Please let me know if u need any details i am ready to share.

I have even tried “WebUI.setViewPortSize(1920, 1080)” but did not work. The check box is below when the page is loaded so i have given the scrolling but nothing worked.

Thanks in Advance!!

Maybe there is some additional overhead (slowing things down a little) while running from Jenkins?

Try ensuring the element is ready to receive input from the test by waiting until it is visible:

https://docs.katalon.com/katalon-studio/docs/webui-wait-for-element-visible.html