0
これがhtmlで単純に行うことができるかどうかは不思議です。もしそうなら、どうですか?<a>タグを作成してInspect Elementパネルを開くことはできますか?
<a href="inspectElement">Check out my code!</a>
これがhtmlで単純に行うことができるかどうかは不思議です。もしそうなら、どうですか?<a>タグを作成してInspect Elementパネルを開くことはできますか?
<a href="inspectElement">Check out my code!</a>
検査要素はブラウザの一部です。
[Safari/Google ChromeデベロッパーツールをJavaScriptからプログラムで開く](http://stackoverflow.com/questions/16660325/open-safari-google-chrome-developer-tools-programmatically-from-javascript)の可能な複製。興味深い:[それはブラウザのアドオンのために働くかもしれません。](http://stackoverflow.com/questions/32528437/how-do-i-programatically-open-the-developer-tools-console-in-a-firefox-addon ) – insertusernamehere