2025
2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
Posted on April 29, 2022
DotNetBrowser 2.14
What’s new
Chromium
Chromium has been upgraded to version 100.0.4896.127.
This Chromium version includes 2 important security fixes.
Caret browsing
Now you can use the text cursor to navigate web pages, select text, and click links with your keyboard instead of your mouse:
Browser.Profile.Preferences.CaretBrowsingEnabled = true;
Webform autofill
User data profile
Autofill web forms with user data profile that includes address, city, phone, first name, etc.
To access and manage the saved user data profile, use IUserDataProfileStore:
IReadOnlyList<UserDataProfile> allUserDataProfiles =
Engine.Profiles.Default.UserDataProfileStore.All;
Credit cards
Remember the credit card, autofill its details, manage the saved information using the brand new API:
IReadOnlyList<CreditCard> allCreditCards = Engine.Profiles.Default.CreditCardStore.All;
Fixes and enhancements:
- Widevine CDM initialized with a significant delay.
- The in-process DevTools window was not draggable in Windows 7 environment.
Download DotNetBrowser 2.14
Please share your email with us, and we'll send you download instructions.
We were unable to send the email. Please try again.
If you are a registered customer you don't need to do anything to use this update.
If you would like to evaluate the product, you need an evaluation license.
Follow @DotNetBrowser to get notified of the library updates.
Subscribe to our RSS feed to get instant updates on new releases.
Subscribe to get notifications about the latest releases.