Click or drag to resize

DevToolsClientExtensions Property

Version 130.1.90
Defines commands and events for browser extensions. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.

Namespace: CefSharp.DevTools
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public ExtensionsClient Extensions { get; }

Property Value

ExtensionsClient
See Also