Skip to content

Commit 571532b

Browse files
committed
[proxy] Replace deprecation warning for FTP proxy support with logger method
1 parent 23494c8 commit 571532b

File tree

1 file changed

+1
-1
lines changed
  • rb/lib/selenium/webdriver/common

1 file changed

+1
-1
lines changed

rb/lib/selenium/webdriver/common/proxy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def ==(other)
7777
alias eql? ==
7878

7979
def ftp=(value)
80-
warn "[DEPRECATED] FTP proxy support is deprecated and will be removed in the 4.37 version."
80+
WebDriver.logger.deprecate('FTP proxy support', nil, id: :ftp_proxy)
8181
self.type = :manual
8282
@ftp = value
8383
end

0 commit comments

Comments
 (0)