objective c - Launch WebKit Inspector from Cocoa IBAction? -
i know it's possible include webkit dev tools web inspector in os x application uses webview. i'm using:
[[nsuserdefaults standarduserdefaults] setbool:true forkey:@"webkitdeveloperextras"]; [[nsuserdefaults standarduserdefaults] synchronize];
this allows me activate inspector right-click in webview.
is there way launch web inspector button or menu item well? can't find documentation on this.
thanks, charlie
this not possible. filed bug apple api, , showed duplicate bug. have been aware of since 2007. assume if interested in api well, file duplicate bug report.
Comments
Post a Comment