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
I am trying to retrieve the browser console logs from Firefox. I'm able to do this with the Chrome container but have been unsuccessful using the Firefox container.
Firefox offers a couple preferences to redirect console logs to stdout devtools.console.stdout.content and devtools.console.stdout.chrome. However, I don't believe the Firefox container is capturing the stdout from Firefox.
Is there a way to capture stdout coming from the Firefox browser? Maybe there's a way to redirect the output to a file? The only output coming from the docker run ... cmd seems to be the Selenium log.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to retrieve the browser console logs from Firefox. I'm able to do this with the Chrome container but have been unsuccessful using the Firefox container.
Firefox offers a couple preferences to redirect console logs to stdout
devtools.console.stdout.content
anddevtools.console.stdout.chrome
. However, I don't believe the Firefox container is capturing the stdout from Firefox.Is there a way to capture stdout coming from the Firefox browser? Maybe there's a way to redirect the output to a file? The only output coming from the
docker run ...
cmd seems to be the Selenium log.Beta Was this translation helpful? Give feedback.
All reactions