[java] Handle system proxy setting for arguments passed to selenium manager - #17402
Conversation
… selenium manager
Review Summary by QodoHandle system proxy setting for Selenium Manager arguments
WalkthroughsDescription• Exclude SYSTEM proxy type from Selenium Manager arguments • Add unit tests for SYSTEM, AUTODETECT, and DIRECT proxy types • Prevent system proxy settings from being passed to manager File Changes1. java/src/org/openqa/selenium/remote/service/DriverFinder.java
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
18 rules 1. Mockito mocks in DriverFinderTest
|
|
Persistent review updated to latest commit b05d10a |
|
Code review by qodo was updated up to the latest commit 837e941 |
|
Code review by qodo was updated up to the latest commit 30f8e00 |
|
Code review by qodo was updated up to the latest commit cd9c553 |
|
Code review by qodo was updated up to the latest commit 5abb041 |
|
Code review by qodo was updated up to the latest commit cf8b797 |
|
@bhecquet can you please format the code with |
|
Code review by qodo was updated up to the latest commit e38b35b |
|
Hello @diemol formatting done |
|
Code review by qodo was updated up to the latest commit d2fd544 |
This PR handles System proxy setting when using selenium manager
🔗 Related Issues
Fixes #17358
💥 What does this PR do?
The PR adds "system" proxy in the exclusion when building argument list of selenium manager
I've also added some units tests on this part, and also checked in a real test environment
🤖 AI assistance
💡 Additional Considerations
N/A
🔄 Types of changes