Re: [webkit-help] How to use webkit without GUI

2013-05-28 Thread Benjamin Poulain
On Tue, May 28, 2013 at 11:15 PM, 聂琨琳 wrote: > I am a student form China.I am trying to use webkit to parse the > HTML with JavaScript.How could I start? > In short,I want develop a software.When I input a URL to the software it > can output a parsed HTML document(like use F12 in chrome).

[webkit-help] How to use webkit without GUI

2013-05-28 Thread 聂琨琳
Hi all: I am a student form China.I am trying to use webkit to parse the HTML with JavaScript.How could I start? In short,I want develop a software.When I input a URL to the software it can output a parsed HTML document(like use F12 in chrome). Now I use Webkit--QT to implement the functio

[webkit-help] How to use webkit!

2011-02-14 Thread zhoupen...@126.com
Hi guys!I need to implementation VIPS http://www.zjucadcg.cn/dengcai/VIPS/VIPS.html algorithm, which is segmentation a web page base on vision.So, I need a tool to rendering html page.Here is my requirement: 1)I want to know the color of any character in html page,can webkit satisfy this requir

Re: [webkit-help] How to use WebKit to programmatically access DOM and call Javascript

2010-04-29 Thread Julien Chaffraix
Hi, > I’ve been trying to use the WinLauncher as a starting point to manipulate > the DOM of a web page.  There are two tests I’m trying to accomplish without > much luck.  Both are based on the basic Google page for simplicity. > Programmatically access the “f” form, set the “q” query value, the

[webkit-help] How to use WebKit to programmatically access DOM and call Javascript

2010-04-22 Thread Marvin Bellamy
I've been trying to use the WinLauncher as a starting point to manipulate the DOM of a web page. There are two tests I'm trying to accomplish without much luck. Both are based on the basic Google page for simplicity. . Programmatically access the "f" form, set the "q" query value, the

[webkit-help] How to use webkit for form submission

2009-08-17 Thread n179911
Hi, I find example here to call WebKit functions to load an URL (HTTP GET): http://developer.apple.com/documentation/Cocoa/Conceptual/DisplayWebContent/Tasks/CarbonApps.html Can you please tell me how can I programmatically do a Form Submit (HTTP POST) via WebKit Thank you. _