Skip to content
Commit 268aea17 authored by Eduardo Navarro's avatar Eduardo Navarro
Browse files

Get rid of Selenium deprecation

When tests are run, this message is shown in the console:

[DEPRECATION] Selenium::WebDriver::Chrome#driver_path= is deprecated.
Use Selenium::WebDriver::Chrome::Service#driver_path= instead.

This commit stops using a deprecated method, and therefore prevents this
message to be shown.
parent 29b74e9b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment