How can I get an NSRect frame of a WebKit Element/Node?
Like how Coda and CSSEdit 2 allow you to click an element and then get a bounding box. I want to do virtually the same so I need the NSRect frame (not WebFrame) of an elementAtPoint:
(this is Cocoa - compatibility is Tiger+)
Thanks in advance
Like how Coda and CSSEdit 2 allow you to click an element and then get a bounding box. I want to do virtually the same so I need the NSRect frame (not WebFrame) of an elementAtPoint:
(this is Cocoa - compatibility is Tiger+)
Thanks in advance