Description:
The click action of Katalon is not working when the automated test executes in IE. It returns ‘Passed’ as a result to the click action but it was not reflected/performed in IE. Also, the click action works fine with Chrome and Firefox.
Solutions Tried:
I have tried to configure my setup through this documentation provided by Katalon - Internet Explorer Configurations. This involves:
Tweaking the ‘Enable Protected Mode’ on all available zones.
Injected JavaScript as an alternative for Katalon’s click action.
The latter solution - JavaScript, is perfectly working with Chrome and Firefox, again. But is not reflected/performed with IE. Neither of the solutions and threads online actually worked.
Hi there Helena! I always have WaitForElementVisible before manipulating any objects in my automated tests. As expected, in my case it returned ‘Passed’ as it’s truly visible and clickable. Same applies with WaitForElementClickable. Problem is the Click action was executed and it returns ‘Passed’ status and I can verify that it really clicked the desired object since it was performed/reflected in both Google Chrome & Mozilla Firefox but is not reflected/performed in Internet Explorer. The same behavior with the JavaScript that I injected as an alternative for the Click action of Katalon. The Click action was executed, reflected and performed in Chrome & Mozilla but was not performed in IE though it returns ‘Passed’.
Hi @Nilau, I could just do that too but I can’t disregard the fact that most of our users are using Internet Explorer. Hopefully any Katalon Moderator/Dev could address this issue as I’m pretty certain it’s not just the two of us that encountered this.