Unable to click on object 'Object Repository/.../ABC'

I had the same problem in testing a long dropdown list and I got the solutions using
FOCUS before the click.
It just gives the focus to the specified elements, so that you avoid other clicking areas.

Have a try.

Carlo.