I would like to automatically open devTools on browser start.
I have already found this answer and it works, but by default devTools are opened on "Elements".
I need it to somehow open on "Console" tab. either by setting default tab or removing other tabs.
It is for cypress tests that are launched inside of docker container using "cypress/browsers" image with "cypress@6.8.0" installed inside.
Why I need this?
I have some specific issue that is showing only when testing with cypress that is running inside docker container (couldn't reproduce it on other environments)
Tried to find something on this site but nothing seems to do what I need.