Skip to content

Commit

Permalink
Require "uri" in Selenium::Webdriver container module (#9827)
Browse files Browse the repository at this point in the history
`URI` was gemified in Ruby 2.7 ruby/uri@a4a1d4c and therefore must be manually required to use.

Fixes #9825
  • Loading branch information
flanger001 authored Sep 22, 2021
1 parent 2b67ece commit 9b1a49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rb/lib/selenium/webdriver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
require 'date'
require 'json'
require 'set'
require 'uri'

require 'selenium/webdriver/atoms'
require 'selenium/webdriver/common'
Expand Down

0 comments on commit 9b1a49f

Please sign in to comment.