How can I capture all of the console content such as error/log/warn, etc.
so, if I give a beef explain what is needed. then it will be like this.
For example
we have a button that I added by my extension content script. so, when someone click on that button then I have to grab/get all of console and push one by one console into the array. after that we can do anything with the console array.
So, mainly we need to capture/get/fetch/read console????