-
Notifications
You must be signed in to change notification settings - Fork 118
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
DeprecationWarnings on selenium 4 #283
Comments
Working on it. |
Hey. Between the 15th and 22nd of December, I'm taking vacation with the explicit purpose of working on this plugin (and the other plugins I maintain). Would you be interested in helping me during that time? Mainly with reviewing PRs and maybe triaging issues? If you are please shoot me an email at jimbrannlund at fastmail dot com. Maybe @ssbarnea and @gnikonorov are able to help out as well? 🙇 |
will continue after #282 is merged |
Merged @dosas 😊 |
v4.0.0 was just released. Any updates here? |
I have been trying to work on it but could not get it done on time. The desired capabilities are an essential part of this plugin for the cloud based drivers. I pushed some of the work to this fork |
Seeing this with Python Selenium 4.5 and pytest-selenium 4.0.0
|
Would you mind creating a small repro repo? It really speeds up my ability to solve the issue. 🙏 🙇 |
Maybe hold off on that, as I think the repo created for me in this issue: #284 actually covers this issue as well. |
Hello, since yesterday (release 4.10.0 of Selenium, https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.10.0), this warning is no more a warning but is causing the code to fail:
Versions: Regards |
Any progress on this? The issue does now exist for 1.5 years, and pytest-selenium becomes increasingly unusable these days. |
I tried to fix this in a local fork but I failed even to find a combination of the dependencies so the tests can run successfully. So I had to give up. 😢 Here is what I did:
|
@icemac Thanks for the effort, it's greatly appreciated. But given all the changes to Selenium (and now pytest-html) coupled with the lack of love this plugin has received - I think a rewrite is required. I don't know when I'll have the time to do that. Especially since pytest-html is still taking up a lot of time. |
When running a customer project's tests I get the following deprecation warnings:
Using
pytest-selenium = 2.0.1
onselenium = 4.1.0
.The text was updated successfully, but these errors were encountered: