Hi, I suppose you can get the JSGlobalContextRef of the IWebFrame::globalContext() and then evaluate javascript using the JSEvaluateScript function defined in JSBase.h. Regards, Carl
On Fri, Dec 24, 2010 at 11:43 AM, Xuan Zhang <[email protected]> wrote: > Hi all, > > I am a newbie in webkit. I am working on a project which basically want to > get the parsed html (javascript) from webkit programmatically. > > Basically, I am trying to get the result of webinspector in a programatical > way. I search a lot on google but it seems this topic is not so popular. > I think it will be a api somewhere but I am not so familiar with webkit and > still in the parse of searching > > Best, > Xuan > _______________________________________________ > webkit-help mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > > _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
