I need help launching devtools automatically when opening certain links. For example if I hold ALT key and click on a link, the link should open with devtools logging all netwrok requests made.
until now after opening a link I press F12 to open devtools but some requests made will not be seen because of the delay in pressing F12 key.
I expect to trigger opening of devtools to open and log all requests in network tab and other errors, logs and warning in console tab.