Skip to content

Commit 4d99963

Browse files
iampopovichaguspe
andauthored
[rb] Feat 15905/deprecate ftp proxy (#15926)
* add deprecation warn for ftp proxy type * [proxy] Replace deprecation warning for FTP proxy support with logger method --------- Co-authored-by: Augustin Gottlieb <33221555+aguspe@users.noreply.github.com>
1 parent 6e61173 commit 4d99963

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+
WebDriver.logger.deprecate('FTP proxy support', nil, id: :ftp_proxy)
8081
self.type = :manual
8182
@ftp = value
8283
end

0 commit comments

Comments
 (0)