Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃殌 Feature]: HTTP Client Configurations #12268

Closed
titusfortner opened this issue Jun 27, 2023 · 3 comments
Closed

[馃殌 Feature]: HTTP Client Configurations #12268

titusfortner opened this issue Jun 27, 2023 · 3 comments

Comments

@titusfortner
Copy link
Member

titusfortner commented Jun 27, 2023

Dependencies

Feature and motivation

There are a number of things that users may want to adjust (Proxies, Read Timeouts, Connection Timeouts, Redirect attempts, etc). Right now not all languages allow doing this. This issue is to identify the requirements for a client config and its implementation.

Right now I think only Java (and kind of Ruby) has this concept, and supports a limited number of things. Implementing this in C# would improve the constructors considerably.

Things that can go in here:

  • Base uri
  • connection / open timeout
  • read timeout
  • proxy / credentials
  • Keep alive
  • Max Redirects
  • Certificates
  • Filters (Java has this and I'm not sure what it is)

Usage example

proxy = "http://http_proxy.com:8080"
config = ClientConfig(keep_alive=False, proxy=proxy)
driver = webdriver.ChromeDriver(client_config=config)
@github-actions
Copy link

@titusfortner, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

@titusfortner
Copy link
Member Author

This is essentially a duplicate of #12368 which has more info, so I'm closing this one.

@titusfortner titusfortner closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2023
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant