-
-
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
[rb] Deprecation warnings for Ruby 2.7.1 (webdriver chrome) #8315
Labels
Comments
ghost
added
the
needs-triaging
label
May 16, 2020
Thanks for the report! I will address it as soon as possible. Pull requests are also welcome! |
Sorry to post on an old issue but is Ruby 2.7.x supported? The docs say otherwise. I've tried to summarize what versions I've found in #8395. It's a bit of a mess. |
I am using 2.7.1, everything seems to be working for me at least @seanpoulter |
Thanks Navid. I'll update the issue. 👍 |
titusfortner
pushed a commit
to titusfortner/selenium
that referenced
this issue
Aug 13, 2020
Passing Hash to the method accepting **kwargs is deprecated in Ruby 2.7. https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0 Fixes SeleniumHQ#8315.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐛 Bug Report
There are deprecation warnings left for Selenium in Ruby 2.7.1 on OSX Mac OS.
They're all from this change to position arguments/kwargs.
Some has been fixed in the past in the following issue : Ruby 2.7 deprecations #7870
Expected behavior
I had expect no deprecation warnings.
Test script or set of commands reproducing this issue
Detailed steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: