0

How to capture message of alert dialog using dotnetbrowser ? I have tried to capture message using CustomDialogHandler.customDialogueParams_OnAlert, but still not getting any message.

Gauri
  • 9
  • 1

1 Answers1

0

The following article demonstrates how to catch and customize the JavaScript Alert dialog by registering custom DialogHandler implementation: https://dotnetbrowser.support.teamdev.com/solution/articles/9000109867-winforms-customizing-javascript-dialogs

Vladyslav Tsvek
  • 244
  • 1
  • 10