Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I simulate mouse hover with imacros? [closed]

Is there any way to simulate mouse hover with the free edition imacros?

There are some element I want to click that only appear with mouse hovered over.

like image 274
RIchard Avatar asked Dec 26 '22 07:12

RIchard


2 Answers

TAG POS=1 TYPE=IMG ATTR=HREF:http://*.jpg CONTENT=EVENT:MOUSEOVER
like image 103
Bestmacros Avatar answered Dec 28 '22 22:12

Bestmacros


If you're using the Chrome browser, you can force a hover state on an element by right-clicking the HTML of the element in Chrome's inspector.

like image 41
Fred Avatar answered Dec 28 '22 21:12

Fred