WebPluginInfo (object)
February 4, 2017 ยท View on GitHub
WebPluginInfo (object)
See also RequestHandler._OnBeforePluginLoad().
Web Plugin API available in upstream CEF, but not yet exposed in CEF Python (see src/include/cef_web_plugin.h):
- CefRegisterCdmCallback
- CefRegisterWidevineCdm
- CefIsWebPluginUnstable
- CefRegisterWebPluginCrash
- CefUnregisterInternalWebPlugin
- CefRefreshWebPlugins
- CefVisitWebPluginInfo
Table of contents:
Methods
GetName
| Return | string |
Returns the plugin name (i.e. Flash).
GetPath
| Return | string |
Returns the plugin file path (DLL/bundle/library).
GetVersion
| Return | string |
Returns the version of the plugin (may be OS-specific).
GetDescription
| Return | string |
Returns a description of the plugin from the version information.