I have a web app inside a QWebView in a python code, this html/javascript code have a button with a click event, I would like to get that event once is triggered so it can be used for an aplicacion outside the QWebView.
tl;dr: is there a way to capture a javascript's click event to be used in the python code?