Skip to content

Commit

Permalink
Removal of legacy Firefox driver from .NET bindings
Browse files Browse the repository at this point in the history
In keeping with the Selenium support policy for versions of Firefox
(current version, immediately previous version, current extended
support release, and immediately previous extended support release),
none of the current supported versions are able to use the legacy,
browser extension-based driver. All supported versions of Firefox now
use geckodriver. To that end, this commit removes the support for use
of the legacy driver from the .NET bindings.
  • Loading branch information
jimevans committed Nov 20, 2018
1 parent 4698e43 commit 6722058
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 1,770 deletions.
5 changes: 1 addition & 4 deletions dotnet/src/webdriver/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,9 @@ genrule(
genrule(
name = 'webdriver_deps',
srcs = [
'//javascript/firefox-driver:webdriver',
'//javascript/firefox-driver:webdriver_prefs',
'//javascript/webdriver/atoms:get-attribute',
'//javascript/atoms/fragments:is-displayed',
'//cpp/prebuilt:noblur32',
'//cpp/prebuilt:noblur64'
'//javascript/atoms/fragments:is-displayed'
],
bash = 'echo "$SRCS" > $OUT',
cmd_exe = 'echo "%SRCS%" > %OUT%',
Expand Down
382 changes: 0 additions & 382 deletions dotnet/src/webdriver/Firefox/FirefoxBinary.cs

This file was deleted.

Loading

0 comments on commit 6722058

Please sign in to comment.