Skip to content

[java] allow Edge to set driver log level as well#11404

Closed
titusfortner wants to merge 1 commit intoSeleniumHQ:trunkfrom
titusfortner:chromium_opts
Closed

[java] allow Edge to set driver log level as well#11404
titusfortner wants to merge 1 commit intoSeleniumHQ:trunkfrom
titusfortner:chromium_opts

Conversation

@titusfortner
Copy link
Copy Markdown
Member

Chrome allows setting log level in Options class, and consumes it in the Service class.

I want to provide the same functionality to Edge. This PR just deals with moving the things to the super class so that Edge has access to them.

This PR does not wire in the functionality in the Edge Service class. Trying to do this in smaller, easier to parse chunks. Is this the right way to do this?

Marking it as Draft since it can't be used as-is. I have other changes in mind for Service classes if this is ok.

@titusfortner titusfortner added the C-java Java Bindings label Dec 10, 2022
@titusfortner titusfortner requested a review from diemol December 10, 2022 04:38
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Dec 10, 2022

Codecov Report

Base: 53.66% // Head: 53.66% // No change to project coverage 👍

Coverage data is based on head (6869304) compared to base (7804921).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##            trunk   #11404   +/-   ##
=======================================
  Coverage   53.66%   53.66%           
=======================================
  Files          85       85           
  Lines        5650     5650           
  Branches      200      200           
=======================================
  Hits         3032     3032           
  Misses       2418     2418           
  Partials      200      200           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sonarqubecloud
Copy link
Copy Markdown

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Copy link
Copy Markdown
Member

@diemol diemol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So far the changes look good. I can check again when it is ready for review.

@titusfortner
Copy link
Copy Markdown
Member Author

Well, actually, I probably should back up and see if we even want this since it means things behave differently between local and remote.

@titusfortner
Copy link
Copy Markdown
Member Author

We decided in TLC meeting we do not want to do this, we want to do the opposite of this.

@titusfortner titusfortner deleted the chromium_opts branch January 15, 2023 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-java Java Bindings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants