I'm attempting to automate work on an external webpage.
One particular element refuses to respond unless the mouse cursor is above it, which means the automation fails.
I have tried firing events such as onmouseover, onmousedown etc.. but nothing appears to work unless the system mouse cursor is above the DOM element.
Are there any ways to fool the element that a cursor it there?