We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d831b commit cb2062aCopy full SHA for cb2062a
rb/lib/selenium/webdriver/remote/http/persistent.rb
@@ -27,7 +27,7 @@ module Http
27
class Persistent < Default
28
def initialize(open_timeout: nil, read_timeout: nil)
29
WebDriver.logger.deprecate("Selenium::WebDriver::Remote::Http::Persistent",
30
- id: :http_persistent) {"The default HTTP client now uses persistence."}
+ id: :http_persistent) { "The default HTTP client now uses persistence." }
31
super
32
end
33
0 commit comments