[webkit-gtk] How to access frames in webkit 2

Niranjan Rao nhrdls at gmail.com
Thu Jan 2 16:46:24 PST 2014


Happy new year.

In Webkit 1 may signals returned WebKitWebFrame which allowed me to keep 
track of frames created. These frames could be iframe or frameset based. 
Is there any equivalent piece in WebKit2?

My main interest is accessing DOM document of frame. However I could not 
figure out a way to find a frame based on name of the frame. Older 
version has webkit_web_frame_find_frame method. I am looking for 
equivalent method which will allow me to access DOM of given frame.

Also what is relationship between WebKitWebPage and frames from 
document? Is there a web page for every frame created by document?


Regards,

Niranjan


More information about the webkit-gtk mailing list