Click() method is passed in th elog but the action on the browser is not seen

Hi all,

We have been using katalon studio in our project and the click() method when executed is passed in the log. But the actual action is not seen on the browser. Please help if there is a fix for this in the tool. It was working earlier but later after the update to 5.8.6 it is broken. I do not want to replace the Java script executor in every scenario. Please help

Thanks,

Anudeep

This is happening in IE browser only

I am having the same problem.

I have tried:
a doubleClick instead of a single click.

a single click folllowed by setting focus to the webelement and then subsequent click on it

to no avail.
I am trying to click an li item from an unordered list in a Sharepoint site.

Does anyone know if there’s a workaround?

I guess the workaround is to use java script executor to click on the element - please have a read of this
https://docs.katalon.com/katalon-studio/docs/webui-execute-javascript.html#description-