A href object can be located in Chrome,but in IE11, it can't be located

a href object can be located in Chrome browser



But In Katalon, run the case(inlcuding the step of click this object) with IE browser, katalon report this object can not found

In IE11, f12 window is like following

Any body knowh the reason why in IE11, this object can’t be found.

You’ll notice that the href attribute is set to “#” in Katalon (in your first screenshot) but in IE it renders with a local http: URL. Since the element can be found using only the onclick xpath, I would try removing the href setting.

so do you have any temperory method before you fix this issue?