If you update Selenium regularly, you'll run into deprecation warnings similar to:
WARN Selenium [:clear_local_storage] [DEPRECATION] clear_local_storage is deprecated and will be removed in a future release
You can ignore this deprecation warning and clean your logs with logfilters Show archive.org snapshot :
Selenium::WebDriver.logger.ignore(:clear_local_storage)
Just specify the tag (:clear_local_storage
) you want to ignore.
Posted by Niklas Hä. to makandra dev (2024-12-12 13:57)