While automating our e2e tests I've encountered a couple of elements that are clickable manually in IE11, but I cannot click them through Selenium, or through their click() method in JS (which they do have).
This made me wonder - how do you make such an element in the first place? Is it possible? Or am I missing something.