Remove calls to WebStorage JS methods, fixes #2772#2773
Conversation
|
Issue: #2772 |
|
I might be wrong, but it seems that this is just deprecated to get an overview how to implement it more consistently SeleniumHQ/selenium#10397 (comment) and Motivation here SeleniumHQ/selenium#14276. So there will probably be a replacement before removal, so I don't feel like the functionality needs to be removed here. Removing the deprecation messages is possible with Selenium::WebDriver.logger.ignore(:logger_info, :clear_local_storage, :clear_session_storage)This is already required in selenium projects to get rid of the logger_info message |
|
From my understanding, Capybara already uses the replacement if the methods have been removed: -> thus, I see no need to wait for the actual removement of the methods, and think they can be removed already. |
|
Oh I see, I didn't fully read the capybara implementation 🤦 ... Thanks for explaining it! PR looks good to me 👍 |
|
👋 I am using this branch, and it's working great. Thanks for keeping my output readable! |
|
Are there any blockers getting this merged in? |
Removed calls to deprecated methods. See
https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES
4.24.0 (2024-08-23)
SeleniumHQ/selenium#14276
SeleniumHQ/selenium@fc6c070