PyQt5 listen to javascript event inside QWebView to be used with python

273 Views Asked by At

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?

0

There are 0 best solutions below