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
LoggingPreferences not working as expected. #8402
Comments
|
So this is working as expected in the tree? |
|
I don't think i understand what you asked... can you make it clearer? what is the tree you are referring to? |
|
@tzah4748 What exact version of the Java bindings are you using? (Not asking for the Java version) |
|
@diemol My project language level is 8 and i am using open jdk 13 |
|
Java bindings version, not the Java version |
|
I am sorry @diemol, i don't know what is Java bindings version. |
|
Well, you are using Java, what dependency for Selenium do you use in your maven/Gradle configuration? |
|
@diemol |
|
Up. |
|
I am also experiencing issues with the Logging Preferences. I am using .NET Bindings 4.0 Alpha 5, when I use 3.141.59 I don't get any performance logs at all If you enable more than one log provider, e.g. When I hit the session/:sessionID/se/log/types I get the following (this so far looks correct) I then POST to performance response: browser response: even when there are console warnings/errors there are no browser logs provided When I only enable the browser logging my browser response looks like this |
|
@diemol Anything on this yet??? |
|
@tzah4748 please provide a code to reproduce this only using Selenium, no 3rd party dependencies. |
|
I read all this again, and I understand that it does not work on 3.141.59, but it works in the Alphas. Which is ok since that is what will be released soon. Therefore, I will close this. |

π Bug Report
JAVA
LoggingPreferences is not working on selenium-server 3.141.59 but works on 4.0.0-alpha-2.
To Reproduce
Expected behavior
Seeing the logs we added with the LOGGING_PREFS in the driver.manage().logs()
Actual behavior
Seeing only the SERVER and CLIENT logs.
Test script or set of commands reproducing this issue
Environment
OS: Windows 10
Browser: Chrome
Browser version: 83.0.4103.61
Browser Driver version: ChromeDriver 83.0.4103.39
Language Bindings version: Java 13
Selenium Grid version (if applicable): 3.141.59
The text was updated successfully, but these errors were encountered: