Questions tagged [open-webkit-sharp]

OpenWebKitSharp is a .NET wrapper for the Webkit browser engine.

OpenWebKitSharp is a .NET wrapper for the Webkit browser engine. It is open source, and licensed under the GNU Lesser GPL.

Links

16 questions
0
votes
2 answers

How to display alert box(Javascript) using OpenWebkitSharp(C#)?

As per title, any method to allow alert message from HTML to be displayed in OpenWebkitSharp (C#)? Scenario Browsing HTML using OpenWebkitSharp webbrowser program(C#). Clicking a button in HTML. button onclick: alert('show message');. P.S: I'm…
Roy Lee
  • 10,572
  • 13
  • 60
  • 84
1
2