amaitland
NuGet publisher profile
Packages (22)
cef.redist.x64
CEF - the Chromium Embedded Framework. NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
cef.redist.x86
CEF - the Chromium Embedded Framework. NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
CefSharp.Common
The CefSharp Chromium-based browser component ('Core' and common 'Element' components, needed by both WPF and WinForms).
chromiumembeddedframework.runtime.win-x64
Chromium Embedded Framework (CEF) Release Distribution NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
CefSharp.Wpf
The CefSharp Chromium-based browser component (WPF control).
CefSharp.WinForms
The CefSharp Chromium-based browser component (WinForms control).
chromiumembeddedframework.runtime.win-x86
Chromium Embedded Framework (CEF) Release Distribution NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
CefSharp.Common.NETCore
The CefSharp Chromium-based browser component ('Core' and common 'Element' components, needed by both WPF, WinForms and OffScreen implementations).
chromiumembeddedframework.runtime
Chromium Embedded Framework (CEF) Release Distribution NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
CefSharp.OffScreen
The CefSharp Chromium-based browser component (OffScreen control).
CefSharp.Wpf.NETCore
The CefSharp Chromium-based browser component (WPF control).
CefSharp.OffScreen.NETCore
The CefSharp Chromium-based browser component (OffScreen control).
chromiumembeddedframework.runtime.win-arm64
Chromium Embedded Framework (CEF) Release Distribution NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
cef.sdk
CEF - Chromium Embedded Framework. NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
CefSharp.WinForms.NETCore
The CefSharp Chromium-based browser component (WinForms control).
CefSharp.Wpf.HwndHost
The CefSharp Chromium-based browser component. The CefSharp.Wpf.HwndHost.ChromiumWebBrowser control is a drop in replacement for the CefSharp.Wpf.ChromiumWebBrowser that's rougly equivilent to hosting the WinForms version in WPF.
PuppeteerSharp.Dom
PuppeteerSharp.Dom - Extension to PuppeteerSharp providing strongly typed DOM access. ✔️ PuppeteerSharp.Dom is a library with extension methods for strongly typed DOM access when using Puppeteer Sharp. ✔️ It provides a convenient way to write readable/robust/refactorable DOM access code. https://github.com/ChromiumDotNet/PuppeteerSharp.Dom
WebView2.DevTools.Dom
WebView2.DevTools.Dom - Extension WebView2 providing strongly typed DOM access/modification. ✔️ WebView2.DevTools.Dom is a library for strongly typed DOM access when using WebView2. ✔️ It provides a convenient way to write readable/robust/refactorable DOM access code. ✔️ Chrome DevTools Protocol based API ✔️ Talks directly to the WebView2 browser (no remote debugging port required). ✔️ Extensive Unit Tests ✔️ Free for everyone to use // Add using WebView2.DevTools.Dom; to get access to the CreateDevToolsContextAsync extension method var devToolsContext = await coreWebView2.CreateDevToolsContextAsync(); // Get element by Id // https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector var htmlDivElement = await devToolsContext.QuerySelectorAsync<HtmlDivElement>("#myDivElementId"); //Set innerText property for the element await htmlDivElement.SetInnerTextAsync("Welcome!"); // Manually dispose of context (only DisposeAsync is supported as the whole API is async) // alternativly use await using var devToolsContext = await coreWebView2.CreateDevToolsContextAsync(); // if your .Net version supports it. await devToolsContext.DisposeAsync(); Website: https://github.com/ChromiumDotNet/WebView2.DevTools.Dom
CefSharp.Dom
CefSharp.Dom - A strongly typed DOM API for use with with CefSharp, based on PuppeteerSharp.
CefSharp.Puppeteer
CefSharp Puppeteer - A cutdown version of PuppeteerSharp for use with CefSharp
Chromium.AspNetCore.Bridge
Chromium based browsers (CefSharp, CefGlue, WebView2 etc) can directly integrate AspNetCore into the browser without having to make network requests.
CefSharp.Extensions
CefSharp Extensions (Advanced Features). Targeting .Net Standard 2.0 for access to advanced features.