2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
发布日期 2019年08月20日
DotNetBrowser 1.21
The new version of DotNetBrowser introduces a number of requested features, and fixes making the library work even smoother:
Certificate chain
The CertificateVerifyParams.IntermediateCertificates
property allows getting the intermediate certificate list retrieved from the server that can be used to reconstruct and verify the complete certificate chain.
Disable form autofill functionality
The BrowserContext.AutoFillEnabled
property allows enabling or disabling auto-fill functionality.
JavaScript requests focus
The Browser.FocusRequested
event allows getting notifications when JavaScript requests setting focus to a Browser
instance.
Hide scrollbars
The --hide-scrollbars
switcher allows hiding scroll bars on the web pages. It might come handy when taking an image of a webpage.
Improvement:
The Chromium binaries verification process now respects the modification date.
Fixed issues:
- The pop-up window does not respect the passed size and location.
- The NullReferenceException in
SpellCheckerService
andZoomService
for the second and subsequentBrowserContext
instances during application runtime. - The issue with finding the full path to the DotNetBrowser.ChromiumX.dll files.
- The
WinFormsBrowserView
component in the heavyweight rendering mode is disposed even if it is removed from the child list of the form and the form is closed. - The usage of the back and forward mouse buttons in
WPFBrowserView
(heavyweight rendering mode) leads to the System.InvalidCastException exception. - The offline JavaScript service workers are not initialized properly.
关注 @DotNetBrowser ,获取库的更新动态。
订阅我们的 RSS feed ,获取最新版本动态。