Re: Simulating webpage clicks

2009-10-16 Thread Jens Alfke
On Oct 16, 2009, at 7:20 PM, Charles Burnstagger wrote: I need to parse the content of the default page, find specific links I am looking for, then simulate clicks on those links in the page just as if the user was clicking it normally - and I need to do all this in Objective-C without any

Simulating webpage clicks

2009-10-16 Thread Charles Burnstagger
I have a Cocoa app with a WebKit browser. My app navigates to a default URL on startup. I need to parse the content of the default page, find specific links I am looking for, then simulate clicks on those links in the page just as if the user was clicking it normally - and I need to do all this