sclevine / agouti

A WebDriver client and acceptance testing library for Go
MIT License
822 stars 105 forks source link

Not able to fetch browser logs for Firefox #202

Open parth7695 opened 4 years ago

parth7695 commented 4 years ago

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?