WebKit.Net is an open source project that provides a WebKit-based browser control for WinForms applications.
Questions tagged [webkit.net]
53 questions
1
vote
1 answer
Get HTML input text value in webkit
What is the appropriate syntax for retrieving an HTML form's input text box "value" (ie, what the user has typed into the said field) ?
I've tried the .Document.GetElementById("email").GetAttribute("value").ToString()
but it…

Patrick Alexson
- 153
- 1
- 4
- 13
1
vote
0 answers
OpenWebKitSharp and WebKit.NET: Accessing inner iframes HTML content
I've been using both WebKit.NET and OpenWebKitSharp libraries for a while with decent results. However, it seems that there's a task I can't overcome: I need to access the HTML contents / DocumentText of the main HTML document's internal iframes.
I…

Darkseal
- 9,205
- 8
- 78
- 111
0
votes
2 answers
How to send string messages from a visual c# form application to a webpage
I have a c# windows form application with a webkit.net embedded. Now I was wondering if I can somehow send a string message to the webpage that the application opened.
My application is basically a simple browser, I'm hoping to have a button that…

shinji97
- 45
- 5
0
votes
0 answers
Using Browser Extensions inside c# - WebKit.NET or For Default Browser
Is it possible to use browser extensions inside c# webbrowser? I want to use an VPN extension inside c# browser.

nav
- 95
- 1
- 11
0
votes
2 answers
Webkit document and GetElementsByTagName
i'm working with the webkit open source engine browser in visual basic.
I'd like to obtain the html tags conteined in the loaded web page, but when i try to use the GetElementsByTagName comand, it returns always nothing.
Do you have any…

Massimo
- 33
- 1
- 5
0
votes
0 answers
How to disable webkit.net image loading in wpf?
Im trying using webkit.net browser in my wpf project. but loading the images of the page makes it much slower. i dont need em.
can you please tell me how to disable the images?
ps: i add the browser programmatically.

Saeed Asgari
- 357
- 2
- 14
0
votes
1 answer
How can I load an HTML string into Webkit.net so I can access its "DOM"
I'd like to use Webkit.net to load an (X)HTML string and then analyze the DOM in order to "compress" it (remove whitespace, newlines, convert and to (basically an XHTML to HTML conversion, doctype allowing).
Is…

David Murdoch
- 87,823
- 39
- 148
- 191
0
votes
0 answers
ERROR: A first chance exception of type 'System.InvalidCastException' occurred in WebKitBrowser.dll
I am trying to open multiple URLs in my application in sequential order after few seconds of wait. But I am getting below exception while running my project. I am putting my code also here, please let me know what I am doing wrong and what is the…

Kanhaiya
- 3
- 2
0
votes
1 answer
Put additional Frameworks like Webkit.Net into a subfolder
That Webkit.Net project is great and working fine for me.
https://sourceforge.net/projects/webkitdotnet/
So how could I manage to exclude the dll and other files to separate subfolders? I was thinking about just putting the librarys into subfolder.…

kwoxer
- 3,734
- 4
- 40
- 70
0
votes
1 answer
Webkit.net - cannot find localized strings
I've taken over a project that includes Webkit.net as it's internal browser. While it works fine for the most part, whenever there is an input element on a page, it displays it's text as "localized string not found".
There are localized string…

achillesminor
- 171
- 1
- 11
0
votes
1 answer
WebKit.NET - use IE cookies for all requests
I have a site that is logged into Internet Explorer already, so when I open it up I don't need to log into it again. I want that URL to be opened in WebKit Browser insdie my C# application that should show the same logged in page. How is it…

Shaheed ulHaq
- 498
- 5
- 20
0
votes
1 answer
How to get what's under cursor WebKit.Net
I'm working on a project in C# and I'm using WebKit Browser. My problem is that i have no idea how to get what's under the cursor.
E.g: mouse hovers over link -> get the link text Stuff like that.
I've read something about Java but i don't know…

WolfyD
- 865
- 3
- 14
- 29
0
votes
0 answers
Vb.net Webkit.net error "System.ComponentModel.Win32Exception"
In my application, I was going to use the webkit browser. Unfortunatly, as soon as I downloaded it and placed it in my code, I get this error.
I have it referneced , in toolbox, please help.

user2155059
- 151
- 3
- 14
0
votes
1 answer
Webkit.Net DocumentText not updating
I'm currently using a WebkitBrowser for .NET component in a Win form application in order to render HTML.
The application generate html code in a richtextbox and I want it to be display in the the webkit browser in real time.
Here is my code:…

LotuX
- 374
- 1
- 11
- 30
0
votes
1 answer
Is it possible to build WebKit under Visual Studio and in Silverlight platform envi?
Here, http://trac.webkit.org/wiki/BuildingOnWindows is said that I can use Visual Studio as building platform for WebKit (with cygwin). But I have poor english, so for a moment I didn't get yet all info that there was said. SO, my question for a…

in4man
- 23
- 8