How to conclude an element is interactable using DOM?
I couldn't find onclick event on some elements in DOM, but they are clickable.
sites build with different framework act differently.
I have tried to loop through all elements under a class or id and if the element have a non-null onclick value a border will be drawn for the element.