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

Edge 119.0.2151.44 disable DevTools logging #124

Open
aeiplatform opened this issue Nov 6, 2023 · 2 comments
Open

Edge 119.0.2151.44 disable DevTools logging #124

aeiplatform opened this issue Nov 6, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@aeiplatform
Copy link

aeiplatform commented Nov 6, 2023

After updating Edge to version 119.0.2151.44 over the weekend, selenium started logging my browser junk again.

I am unable to disable DevTools logging:

options.add_experimental_option("excludeSwitches", ["enable-logging"])

Tried even some of the old ways:

options.add_argument('--disable-dev-shm-usage')
options.add_argument('--disable-logging')
options.add_argument("--log-level=3")
options.add_argument("--silent")

image

@aeiplatform aeiplatform added the bug Something isn't working label Nov 6, 2023
@bwalderman
Copy link
Member

Hi @aeiplatform , excluding the "enable-logging" switch should be all you need. Can you verify if the unwanted log output is still appearing on Edge 120?

@aeiplatform
Copy link
Author

I upgraded to the latest version of Edge and the problem persists.

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

2 participants