WebPluginInfo (object)

February 4, 2017 ยท View on GitHub

API categories | API index

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

Returnstring

Returns the plugin name (i.e. Flash).

GetPath

Returnstring

Returns the plugin file path (DLL/bundle/library).

GetVersion

Returnstring

Returns the version of the plugin (may be OS-specific).

GetDescription

Returnstring

Returns a description of the plugin from the version information.