howitzer icon indicating copy to clipboard operation
howitzer copied to clipboard

Selenium deprecation messages

Open alexey-voronenko opened this issue 5 years ago • 0 comments

Selenium deprecated a lof of errors to comply with W3C specification starting from version 3.141.592

Current test runs on selenium-webdriver 3.141.592 and up, produce a lof of deprecation warnings from selenium: 2019-04-22 08:40:17 WARN Selenium [DEPRECATION] Selenium::WebDriver::Error::UnhandledError is deprecated. Use Selenium::WebDriver::Error::UnknownError (ensure the driver supports W3C WebDriver specification) instead.

#276 should fix it

alexey-voronenko avatar Apr 24 '19 09:04 alexey-voronenko