Re: WebKit, programmatic form input, form submits

2008-07-21 Thread Diop Mercer
Thanks guys, I'll take a look. -m On Sun, Jul 20, 2008 at 6:54 PM, Jens Alfke <[EMAIL PROTECTED]> wrote: > > On 20 Jul '08, at 9:39 AM, Diop Mercer wrote: > >> Hi, I've been playing with WebKit, and I've written a Cocoa app that >> brings up a site in a WebView. That was easy, but now I'd like to

Re: WebKit, programmatic form input, form submits

2008-07-20 Thread Jens Alfke
On 20 Jul '08, at 9:39 AM, Diop Mercer wrote: Hi, I've been playing with WebKit, and I've written a Cocoa app that brings up a site in a WebView. That was easy, but now I'd like to go to a site with a form and have the Cocoa app fill in the form fields and submit the form. Can anyone point me

Re: WebKit, programmatic form input, form submits

2008-07-20 Thread Mike Abdullah
You'll need to use the DOM API. Either from the ObjC API, or another language such as javascript. On 20 Jul 2008, at 17:39, Diop Mercer wrote: Hi, I've been playing with WebKit, and I've written a Cocoa app that brings up a site in a WebView. That was easy, but now I'd like to go to a site wi

WebKit, programmatic form input, form submits

2008-07-20 Thread Diop Mercer
Hi, I've been playing with WebKit, and I've written a Cocoa app that brings up a site in a WebView. That was easy, but now I'd like to go to a site with a form and have the Cocoa app fill in the form fields and submit the form. Can anyone point me to documentation on how to programmatically fill i