0

I just wondered if there is an opportunity to open the DevTools (in IE,Chrome,FF) via JavaScript or similar?

I found a couple of Questions about Chrome here on SO but they al say ist not possible.

I thought maybe you there is a way to through a keypress Event for F12?

j_s_stack
  • 667
  • 1
  • 5
  • 18

1 Answers1

0

In IE it isn't possible to launch the F12 tools from the page. It is possible, but ugly and not useful, if you write an extension to IE.

If you find a way, let us know as it would be a bug :). We mainly limit the scenario as we don't want a malicious script or similar to expand the surface area for an attack programmatically.

Andy Sterland
  • 1,872
  • 1
  • 14
  • 19