List icon Contents

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.

Address

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;

Card

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.

Sending...
EmailBox Please check your inbox.

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.

Get free 30-day trial
Go Top