I'm developing an application using PyQt5 and QWebEngineView.
In order to debug the javascript that I'm using, I would like to know how can I enable the javascript console, like we do in Google Chrome?
Since the engine is derived from Chrome, I suspect that it has a way of opening a console within the application. Is it possible?