Skip to content

Commit 23494c8

Browse files
committed
add deprecation warn for ftp proxy type
1 parent c331228 commit 23494c8

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +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."
8081
self.type = :manual
8182
@ftp = value
8283
end

0 commit comments

Comments
 (0)