[java]: Example create RemoteWebDriver with embedded authentication in URL#2131
[java]: Example create RemoteWebDriver with embedded authentication in URL#2131
Conversation
…n URL Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
CI Failure Feedback 🧐(Checks updated until commit 29e67b7)
|
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
Tests, Enhancement
Description
Added a new test for RemoteWebDriver with embedded authentication in URL.
Introduced a helper method to embed authentication credentials into a URL.
Enhanced SSL context creation with CA certificate for secure connections.
Improved test coverage for RemoteWebDriver configurations.
Changes walkthrough 📝
HttpClientTest.java
Add test for RemoteWebDriver with embedded authenticationexamples/java/src/test/java/dev/selenium/drivers/HttpClientTest.java
remoteWebDriverWithEmbedAuthUrl.embedAuthToUrlhelper method for URL authentication.