Details
Description
%python3 >>> from PySide2.QtWebEngineWidgets import * >>> help(QWebEnginePage.history) Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: type object 'PySide2.QtWebEngineWidgets.QWebEnginePage' has no attribute 'history'
Perhaps because QWebEngineHistory is not implemented yet? The history method in QWebEngineView should also work. QWebEngineHistory is referenced in https://doc.qt.io/qtforpython/PySide2/QtWebEngineWidgets/QWebEngineHistoryItem.html.