Skip to content

Commit

Permalink
[rb] removing :timeout accessor from HTTP Client
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Mar 1, 2021
1 parent 6e18624 commit 2965e4e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rb/lib/selenium/webdriver/remote/http/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@ class Common
'User-Agent' => "selenium/#{WebDriver::VERSION} (ruby #{Platform.os})"
}.freeze

attr_accessor :timeout
attr_writer :server_url

def initialize
@timeout = nil
end

def quit_errors
[IOError]
end
Expand Down

0 comments on commit 2965e4e

Please sign in to comment.