How can I pop up Webkit\'s Web Inspector from my WebView object programmatically?
I succeed to enable Webkit\'s Web Inspector on my WebView. It\'s working well, and
There is no public API for interacting with the WebInspector via the DOM or Cocoa. You should file an enhancement request at https://bugreport.apple.com/ asking for this API.
InspectorController is also an internal implementation detail of the WebInspector and its likely a bug that its on the documentation website.