You could check the code of QWebEngineView to see how it intercepts the mouse events.
Maybe it uses an event filter and you could install your own "on top" of that.

Cheers,
_