[webkit-help] Newbie Help: getting parsed html (javascript aware) using webkit

Carl Lobo carllobo at gmail.com
Thu Dec 23 22:38:43 PST 2010


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 <xuan.zhang1911 at gmail.com> 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
> webkit-help at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>


More information about the webkit-help mailing list