How can I pop up Webkit's Web Inspector from my WebView object programmatically?
问题 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 now I can pop it up by clicking "Inspect Element" on context menu. And I want to do this with my push button. But I couldn't find a proper way to do this. My DOM knowledge is 10 years old, very newbie on HTML DOM of nowadays. Is there any way to do this? I found a class document: InspectorController. I think this is a kind of key.