Rank: Newbie Groups: Member
Joined: 4/26/2022 Posts: 1
|
Hi, I am evaluating webbrowser winforms C# and I can see that you can launch a built in dev tools or connect remotely and they both work fine. I was wondering/hoping that it would be possible to check for console messages and network events as seen on the dev tools but from with the C# code. For example, checking for certain network events or console messages.
Does anyone know if that is possible and if so, how?
Thanks
Chris
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, You will be able to check console messages with C# code, however you will not be able to capture network events with C#. To check console message, you can handle this event: https://www.essentialobjects.com/doc/eo.webbrowser.webview.consolemessageHope this helps. Please feel free to let us know if you have any more question. Thanks!
|