-
-
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
[🐛 Bug]: AttributeError: 'AppiumConnection' object has no attribute '_ca_certs' #14694
Comments
@Trouler, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
First, can you try to pin selenium python to version 4.25.0? |
Hi @KazuCocoa, could you please review this can be resolved once this PR appium/python-client#1054 is implemented on top of 4.26.0? |
Yes sorry, I should probably have added that in the issue description. We are currently working around it by pinning, so 4.25.0 is working fine. |
Np, I'll release a new Python client with up to 4.25.0 anyway. 4.26.0+ will be a new version with planned modifications in appium/python-client#1054 This was not expected one as not it was in #14587 though. For me, maybe #14692 will bring more impact for Appium users who use Appium on slow spec CI machine. I'll update appium python client's README as well for 4.26+ selenium bindings update in our project. |
I added back those 2 attrs in class RemoteConnection. It will probably work in patch 4.26.1 |
Sure. I'll release a new Python client with up to 4.25 anyway since we need to prepare some documentation like request timeout thing with a new version update based on 4.26. |
What happened?
We are automating actions on both an Android phone on Windows, and on a Iphone on macOS. The macOS automation stopped working in the latest update, with this error:
AttributeError: 'AppiumConnection' object has no attribute '_ca_certs'
It's happening when attempting to initiate a Remote WebDriver
How can we reproduce the issue?
Relevant log output
Operating System
macOS
Selenium version
4.26.0
What are the browser(s) and version(s) where you see this issue?
Chrome
What are the browser driver(s) and version(s) where you see this issue?
Not sure
Are you using Selenium Grid?
No response
The text was updated successfully, but these errors were encountered: