

It is also possible to use DotNetBrowser to create VSTO add-ins. These controls can be used to display web pages as integral parts of the. UIĭotNetBrowser provides UI controls for WPF and Windows Forms applications. User input simulationĭotNetBrowser provides means to simulate mouse and keyboard input and interact with the web page programmatically - exactly as regular users do. You can then take a screenshot of the loaded web page. The web page can be loaded and rendered completely in memory without displaying any visible windows. Headless modeĭotNetBrowser can be used in Windows services and server apps. The current release of DotNetBrowser uses Chromium build 1.134. You don't need to pre-install Chromium, Google Chrome, or a Chromium-based runtime to work with DotNetBrowser. Easy deploymentĪll required Chromium binaries are deployed as DotNetBrowser DLLs and can be extracted automatically during execution. See the examples to understand what can be implemented with DotNetBrowser.

NET object into the web page and then use it in your JavaScript code. JS-.NET bridge: you can execute JavaScript on the web page and process the results.DOM API: you can access Document Object Model of the loaded web page, find elements and interact with them, handle and dispatch DOM events for the particular nodes.A free 30-day evaluation license can be requested by filling a form at Deep Chromium integrationĭotNetBrowser provides API that can be used to interact with a huge set of various Chromium features directly from the code: To be able to use DotNetBrowser, you should obtain a license. NET application to load and process modern web pages built with HTML5, CSS3, JavaScript etc. Integrate a Chromium-based browser into your.
