Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support fetching console.log output for Firefox #97

Open
naslundx opened this issue Dec 8, 2020 · 0 comments
Open

Support fetching console.log output for Firefox #97

naslundx opened this issue Dec 8, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@naslundx
Copy link
Collaborator

naslundx commented Dec 8, 2020

Apparently this is not something that's part of the webdriver standard, and mozilla decided not to implement it for geckodriver. So currently running with firefox always fails to obtain JS logs. See: mozilla/geckodriver#284

Relevant:
https://stackoverflow.com/questions/23231931/getting-console-log-output-from-firefox-with-selenium

Geckodriver produces a log file somewhere that should have JS output, we might be able to read and parse that.
Or do this hackish thing: mozilla/geckodriver#284 (comment)

@naslundx naslundx added the bug Something isn't working label Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant