agouti
agouti copied to clipboard
Not able to fetch browser logs for Firefox
I am trying to write a utility that enables me to fetch the browser logs from console (all the logs not just Javascript console errors) in an automated fashion. I am using Agouti to do the same. I am able to do this task pretty smoothly in Chrome, it gives me all the logs exactly as I see under the console tab (which is what I want), However, this does not work for Firefox (I have tried using selenium standalone server and geckodriver with Agouti). Can someone please suggest how to go about this issue as this is really critical for my testing?