You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: