Unknown error: Element is not clickable at point (566, 128)

I realise this thread is old, but I’ve had the same problems with Katalon Studio 5.8.0, and the default chrome driver 2.35. I installed the latest driver 2.42 and it made no difference. I should mention that I am running this on Windows 2012 R2.
I added a 5 second delay and it sorted the issue.

It worked for me when I added to delay statement.
WebUI.delay(5)

Hi Everyone,

I recently encountered this issue (Element is not clickable at point (x, y)): I discovered the element I was attempting to click had an overlay blocking the event, so I resolved the issue by chaining the click-element to exercise a parent node instead.

Thanks Hieu_Mai,

Scroll to element works for me.