[webkit-dev] Webkit capture web page content API

Darin Adler darin at apple.com
Wed May 13 09:01:39 PDT 2009


On May 13, 2009, at 8:59 AM, Lucius Fox wrote:

> But if Webkit is not involved. That means it can not capture the web  
> content which is not within the visible area (e.g. a page is long  
> and it has scroll bar)?

To capture more than what’s currently visible you can use these NSView  
methods with the [[[webView mainFrame] frameView] documentView] view  
rather than the web view itself.

     -- Darin



More information about the webkit-dev mailing list