-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[java] Revert workaround for old netty http client (addendum to #12843) #14134
Conversation
…iumHQ#12843) Workaround was made as part of the fix (3f7f57c) the bug SeleniumHQ#11750 which was specific for netty client only. Since SeleniumHQ#12843 the netty client was removed.
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense, thank you!
…iumHQ#12843) (SeleniumHQ#14134) * [java] Revert workaround for old netty http client (addendum to SeleniumHQ#12843) Workaround was made as part of the fix (3f7f57c) the bug SeleniumHQ#11750 which was specific for netty client only. Since SeleniumHQ#12843 the netty client was removed. * Running format script --------- Co-authored-by: Diego Molina <[email protected]> Co-authored-by: Diego Molina <[email protected]>
User description
Workaround was made as part of the fix (3f7f57c) the bug #11750 which was specific for netty client only. Since #12843 the netty client was removed.
PR Type
enhancement
Description
--remote-allow-origins
argument inChromiumOptions.java
.addArguments
method.Changes walkthrough 📝
ChromiumOptions.java
Remove deprecated workaround and fix Javadoc typo
java/src/org/openqa/selenium/chromium/ChromiumOptions.java
--remote-allow-origins
argument.