We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23494c8 commit 571532bCopy full SHA for 571532b
rb/lib/selenium/webdriver/common/proxy.rb
@@ -77,7 +77,7 @@ def ==(other)
77
alias eql? ==
78
79
def ftp=(value)
80
- warn "[DEPRECATED] FTP proxy support is deprecated and will be removed in the 4.37 version."
+ WebDriver.logger.deprecate('FTP proxy support', nil, id: :ftp_proxy)
81
self.type = :manual
82
@ftp = value
83
end
0 commit comments