Skip to content

Commit

Permalink
Removing .NET Selenium RC language binding implementation
Browse files Browse the repository at this point in the history
As announced previously, this commit entirely removes the .NET
implementation of the Selenium RC technology stack. The RC API still
exists as part of WebDriverBackedSelenium, but is still marked as
deprecated.
  • Loading branch information
jimevans committed Feb 16, 2017
1 parent 86a5d70 commit 85389a9
Show file tree
Hide file tree
Showing 29 changed files with 1,779 additions and 4,734 deletions.
18 changes: 1 addition & 17 deletions dotnet/WebDriver.NET.sln
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Selenium.Core", "src\core\Selenium.Core.csproj", "{69F4FF0E-13DE-4AF6-B8AF-572A36239083}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDriver", "src\webdriver\WebDriver.csproj", "{83C13931-B27C-425C-AAF0-5F96EEA4F173}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDriver.Support", "src\support\WebDriver.Support.csproj", "{A9779443-E254-47E9-B733-8AC6D3662CA6}"
Expand All @@ -15,8 +13,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDriver.Chrome.Tests", "t
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDriver.Common.Tests", "test\common\WebDriver.Common.Tests.csproj", "{1580564D-B6B8-4BD8-A120-001E3E8E5BE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Selenium.Core.Tests", "test\core\Selenium.Core.Tests.csproj", "{42D1B587-9544-452F-8B76-4F2A65BC9BE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDriver.Firefox.Tests", "test\firefox\WebDriver.Firefox.Tests.csproj", "{630FC167-169E-4CFD-83ED-9BA4AA8A0FB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDriver.Opera.Tests", "test\opera\WebDriver.Opera.Tests.csproj", "{52FA53EC-6F39-4893-9E73-9F6A2D09E2A6}"
Expand All @@ -43,12 +39,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69F4FF0E-13DE-4AF6-B8AF-572A36239083}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69F4FF0E-13DE-4AF6-B8AF-572A36239083}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69F4FF0E-13DE-4AF6-B8AF-572A36239083}.Debug|x86.ActiveCfg = Debug|Any CPU
{69F4FF0E-13DE-4AF6-B8AF-572A36239083}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69F4FF0E-13DE-4AF6-B8AF-572A36239083}.Release|Any CPU.Build.0 = Release|Any CPU
{69F4FF0E-13DE-4AF6-B8AF-572A36239083}.Release|x86.ActiveCfg = Release|Any CPU
{83C13931-B27C-425C-AAF0-5F96EEA4F173}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83C13931-B27C-425C-AAF0-5F96EEA4F173}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83C13931-B27C-425C-AAF0-5F96EEA4F173}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -81,12 +71,6 @@ Global
{1580564D-B6B8-4BD8-A120-001E3E8E5BE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1580564D-B6B8-4BD8-A120-001E3E8E5BE6}.Release|Any CPU.Build.0 = Release|Any CPU
{1580564D-B6B8-4BD8-A120-001E3E8E5BE6}.Release|x86.ActiveCfg = Release|Any CPU
{42D1B587-9544-452F-8B76-4F2A65BC9BE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42D1B587-9544-452F-8B76-4F2A65BC9BE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42D1B587-9544-452F-8B76-4F2A65BC9BE5}.Debug|x86.ActiveCfg = Debug|Any CPU
{42D1B587-9544-452F-8B76-4F2A65BC9BE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42D1B587-9544-452F-8B76-4F2A65BC9BE5}.Release|Any CPU.Build.0 = Release|Any CPU
{42D1B587-9544-452F-8B76-4F2A65BC9BE5}.Release|x86.ActiveCfg = Release|Any CPU
{630FC167-169E-4CFD-83ED-9BA4AA8A0FB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{630FC167-169E-4CFD-83ED-9BA4AA8A0FB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{630FC167-169E-4CFD-83ED-9BA4AA8A0FB4}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand Down
3 changes: 0 additions & 3 deletions dotnet/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ dotnet_release(name = "release_strongnamed",
deps = [
"//dotnet/src/webdriver:strongnamed",
"//dotnet/src/support:strongnamed",
"//dotnet/src/core:strongnamed",
"//dotnet/src/webdriverbackedselenium:strongnamed",
"//dotnet/src/webdriver:strongnamed35",
"//dotnet/src/support:strongnamed35",
"//dotnet/src/core:strongnamed35",
"//dotnet/src/webdriverbackedselenium:strongnamed35"
],
desc = "Strong-named .NET assemblies for Selenium, including the RC and WebDriver APIs. Not recommended for most users.",
Expand All @@ -19,7 +17,6 @@ dotnet_release(name = "release",
deps = [
"//dotnet/src/webdriver:package",
"//dotnet/src/support:package",
"//dotnet/src/core:package",
"//dotnet/src/webdriverbackedselenium:package",
"//dotnet/docs:docs"
],
Expand Down
99 changes: 0 additions & 99 deletions dotnet/src/core/DefaultRemoteCommand.cs

This file was deleted.

Loading

0 comments on commit 85389a9

Please sign in to comment.