QWebEngineProfileBuilder — PyQt Documentation v6.9.0 (original) (raw)
PyQt6.QtWebEngineCore.QWebEngineProfileBuilder
Description¶
The QWebEngineProfileBuilder class provides a way to construct QWebEngineProfile.
A QWebEngineProfileBuilder creates an instance of QWebEngineProfile class. Some profile’s properties have to be initialized in one call and should not be modified during profile lifetime. The web engine profile builder simply guards that.
Methods¶
@staticmethod
createOffTheRecordProfile(parent: QObject = None) → QWebEngineProfile
TODO
createProfile(Optional[str], parent: QObject = None) → QWebEngineProfile
TODO
setCachePath(Optional[str]) → QWebEngineProfileBuilder
TODO
setHttpCacheMaximumSize(int) → QWebEngineProfileBuilder
TODO
setHttpCacheType(HttpCacheType) → QWebEngineProfileBuilder
TODO
setPersistentCookiesPolicy(PersistentCookiesPolicy) → QWebEngineProfileBuilder
TODO
setPersistentPermissionsPolicy(PersistentPermissionsPolicy) → QWebEngineProfileBuilder
TODO
setPersistentStoragePath(Optional[str]) → QWebEngineProfileBuilder
TODO