Error when create test case with Web Recorder

Hello,

I have problem with last version 5.5. When start the test case, he failed. In Logs i find this error . How i fix this problem?

07-25-2018 04:52:39 PM - [FAILED] - Unable to click on object ‘Page_JMS/input_backTwoHover fontThreeHo’ (Root cause: org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (846, 304). Other element would receive the click:

(Session info: chrome=68.0.3440.75)

(Driver info: chromedriver=2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)

Command duration or timeout: 0 milliseconds

Build info: version: ‘3.9.1’, revision: ‘63f7b50’, time: ‘2018-02-07T22:42:28.403Z’

System info: host: ‘HRIS’, ip: '192.168.1.125, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_102’

Driver info: com.kms.katalon.core.webui.driver.ExistingRemoteWebDriver

Capabilities {javascriptEnabled: true, platform: ANY, platformName: ANY}

Session ID: 56c840e8d1d96bb467d09882aa2abadf)

07-25-2018 04:52:39 PM - [END] - End action : click

07-25-2018 04:52:39 PM - [FAILED] - Verification FAILED because (of) Unable to click on object ‘Page_JMS/input_backTwoHover fontThreeHo’ (Root cause: org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (846, 304). Other element would receive the click:

(Session info: chrome=68.0.3440.75)

(Driver info: chromedriver=2.40.565498 (ea082db3280dd6843ebfb08a625e3eb905c4f5ab),platform=Windows NT 10.0.17134 x86_64) (WARNING: The server did not provide any stacktrace information)

Command duration or timeout: 0 milliseconds

Build info: version: ‘3.9.1’, revision: ‘63f7b50’, time: ‘2018-02-07T22:42:28.403Z’

System info: host: ‘HRIS’, ip: ‘192.168.1.125’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_102’

Driver info: com.kms.katalon.core.webui.driver.ExistingRemoteWebDriver

Capabilities {javascriptEnabled: true, platform: ANY, platformName: ANY}

Session ID: 56c840e8d1d96bb467d09882aa2abadf)

07-25-2018 04:52:39 PM - [END] - End Test Case : Verification

before click action insert waitForElementClickable() function … from what i red on console there is something in-front of your object some kind of loader…

Thanks for the fast answer!