-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add the http client configuration example for ruby #1704
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
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Description updated to latest commit (bf092aa)
- Copy walkthrough table to "Files Changed" Tab
PR Review
2, because the changes are straightforward and limited to adding examples and updating documentation. The code added is simple and well-contained within existing structures.
Yes
No
No
✨ Review tool usage guide:
Overview:
The review tool scans the PR code changes, and generates a PR review which includes several types of feedbacks, such as possible PR issues, security threats and relevant test in the PR. More feedbacks can be added by configuring the tool.
The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
- When commenting, to edit configurations related to the review tool (
pr_reviewersection), use the following template:
/review --pr_reviewer.some_config1=... --pr_reviewer.some_config2=...
- With a configuration file, use the following template:
[pr_reviewer]
some_config1=...
some_config2=...
See the review usage page for a comprehensive guide on using this tool.
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
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.
Thank you, @aguspe!
Add the http client configuration example Co-authored-by: aguspe <agustin.pe94@gmail.com> [deploy site] a852596
Thank
Thank you for the quick merge!
Uh oh!
There was an error while loading. Please reload this page.
Description
This PR adds tests to exemplify the configuration of the HTTP client that is possible to use with Selenium webdriver from a ruby perspective
Screenshot 2024年05月02日 at 19 51 49Motivation and Context
It's important to keep examples of all the features for everyone using Selenium to be able to understand the full capabilities
Types of changes
Checklist