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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo a bug fix that caused a worse bug. #11666

Merged
merged 1 commit into from
Feb 17, 2023
Merged

Commits on Feb 17, 2023

  1. Undo a bug fix that caused a worse bug.

    ### Undo a bug fix that caused a worse bug.
    
    Do to SeleniumHQ@3f6717d#diff-10fa59c3fd96a0c31762373ca8d7373c0ab669a437ae957b1a17ea1377b20608 a worse bug was allowed to appear that caused deprecation warnings for everyone using ``selenium`` ``4.8.1`` with unittest / pytest. ``DeprecationWarning: keep_alive has been deprecated, please pass in a Service object``, even if not setting ``keep_alive``.
    
    This temporary fix will allow the Selenium Team more time to deal with the proper fix for both bugs. (Caused by duplicate calls in Chrome / Chromium ``__init__()`` methods.
    mdmintz authored and diemol committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    99a452d View commit details
    Browse the repository at this point in the history