Hover things permanently
in Developer Tools in Browser
Right-click an element in the developer console Inspector and do
"Use in console" (Firefox) or "Store as global variable" (Chrome).
This creates connected object temp0, available in in console
Then you can type in console, like:
temp0.dispatchEvent(new MouseEvent('mouseover', {bubbles: true}))