-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[🐛 Bug]: [py] get_log() doesn't work with Firefox #15588
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
Comments
@cgoldberg, thank you for creating this issue. We will troubleshoot it as soon as we can. Selenium Triage Team: remember to follow the Triage Guide |
Yeah, Selenium no longer has its own logging API; I think it's been removed in all the other bindings (e.g., 8747489) The action here is to deprecate and/or remove the method and use the Chrome specific logging mechanism for dealing with Chrome logs |
This issue is looking for contributors. Please comment below or reach out to us through our IRC/Slack/Matrix channels if you are interested. |
I can work on this. So do we want to remove all the commands that access the |
And do I need to deprecate everything for future removal, or can I just remove it? I don't think it makes sense to deprecate it if it doesn't even currently work. |
This removes it: #15641 |
I don't know whether this was intended, but this change breaks accesses to the log of remote chromium browsers (see also the references on you PR after this change was released) @cgoldberg . |
I'll take a look... Thanks. |
Uh oh!
There was an error while loading. Please reload this page.
Description
Calling the
driver.get_log()
method when using Firefox doesn't work and returns an error.Reproducible Code
Debugging Logs
The text was updated successfully, but these errors were encountered: