I'm experimenting with setting UIDelegate, then responding to webView:mouseDidMoveOverElement:modifierFlags: My method gets called. Based on documentation: http://developer.apple.com/documentation/Cocoa/Reference/WebKit/Classes/WebV iew_Class/Reference/Reference.html#//apple_ref/doc/uid/20001903-BBCHHFBA it looks like "WebElementDOMNodeKey" is what I'd want to use as the key with elementInformation (none of the other keys listed are what I'm looking for). So it's really DOMNode that I'm after. Might be a good excuse for me to finally look at the source :-) - sam - Laurent Etiemble writes:
Hello, No indeed, it is currently not supported. Do you have a specific use-case ? Anyway, patches are welcomed ;-) Regards, Laurent Etiemble. 2008/9/13 osx <[EMAIL PROTECTED]>
Hello.
Based on API documentation, it looks like the equivalent of:
 [[webView mainFrame] DOMDocument]
is not supported?  Or am I mistaken?
Thanks!
- sam -

Reply via email to