I have a code here:
QWebEngineSettings.globalSettings().setAttribute(QWebEngineSettings.PluginsEnabled, True)
self.setUrl(QUrl("https://google.com"))
"self" is QWebEngineView(new class) and nope it does not work. Can you help? I searched a lot...
P.S. It has no errors.