Hello,
I would like to be able to detect if the mouse is still over the element in the following scenario:
- If mouseover then sleep for a few seconds.
- Once done sleeping check of the mouse is still over the same element.
- If true then do something.
How can I achieve #2?
Thank you.