File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
rb/lib/selenium/webdriver/common Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ js_library(
165165
166166 http_archive (
167167 name = "linux_edgedriver" ,
168- url = "https://msedgedriver.azureedge.net/137.0.3296.83 /edgedriver_linux64.zip" ,
169- sha256 = "141cd4cd42b7642dec1f215e0b1a0c1dae05f573218cb8ef18b876efa14f152a " ,
168+ url = "https://msedgedriver.azureedge.net/137.0.3296.93 /edgedriver_linux64.zip" ,
169+ sha256 = "417bdfafbe8358e2b040b86b0e255344e0d200bd7087a9d85171abc9fc0c29c3 " ,
170170 build_file_content = """
171171load("@aspect_rules_js//js:defs.bzl", "js_library")
172172package(default_visibility = ["//visibility:public"])
@@ -182,8 +182,8 @@ js_library(
182182
183183 http_archive (
184184 name = "mac_edgedriver" ,
185- url = "https://msedgedriver.azureedge.net/137.0.3296.83 /edgedriver_mac64.zip" ,
186- sha256 = "e361cfea041e649944a60a41ec40076be35fda8608e9011fad638ec0491a1f79 " ,
185+ url = "https://msedgedriver.azureedge.net/137.0.3296.93 /edgedriver_mac64.zip" ,
186+ sha256 = "d55e0f377ba45c1d754625b88f16493bded924b41bd624210241493b77e4fdb9 " ,
187187 build_file_content = """
188188load("@aspect_rules_js//js:defs.bzl", "js_library")
189189package(default_visibility = ["//visibility:public"])
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments