Skip to content

Commit

Permalink
Removing unused using clauses in .NET bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Feb 9, 2016
1 parent 6eedf89 commit fa067c7
Show file tree
Hide file tree
Showing 454 changed files with 52 additions and 1,270 deletions.
9 changes: 4 additions & 5 deletions dotnet/src/core/HttpCommandProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@
using System.Threading;
using System.Collections;
using System.Text;
using Selenium;

namespace Selenium
{
/// <summary>
/// Sends commands and retrieves results via HTTP.
/// </summary>
public class HttpCommandProcessor : ICommandProcessor
/// <summary>
/// Sends commands and retrieves results via HTTP.
/// </summary>
public class HttpCommandProcessor : ICommandProcessor
{
private readonly string url;
private string sessionId;
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/support/Events/EventFiringWebDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Drawing;
using System.Text;
using OpenQA.Selenium.Internal;

namespace OpenQA.Selenium.Support.Events
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/support/Events/FindElementEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
// </copyright>

using System;
using System.Collections.Generic;
using System.Text;

namespace OpenQA.Selenium.Support.Events
{
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/support/Events/WebDriverExceptionEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
// </copyright>

using System;
using System.Collections.Generic;
using System.Text;

namespace OpenQA.Selenium.Support.Events
{
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/support/Events/WebDriverNavigationEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
// </copyright>

using System;
using System.Collections.Generic;
using System.Text;

namespace OpenQA.Selenium.Support.Events
{
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/support/Events/WebDriverScriptEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
// </copyright>

using System;
using System.Collections.Generic;
using System.Text;

namespace OpenQA.Selenium.Support.Events
{
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/support/Events/WebElementEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
// </copyright>

using System;
using System.Collections.Generic;
using System.Text;

namespace OpenQA.Selenium.Support.Events
{
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/support/PageObjects/ByChained.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// limitations under the License.
// </copyright>

using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/support/PageObjects/ByIdOrName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalization;
using System.Text;

namespace OpenQA.Selenium.Support.PageObjects
{
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/support/PageObjects/DefaultElementLocator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;

namespace OpenQA.Selenium.Support.PageObjects
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Text;
using OpenQA.Selenium.Internal;

namespace OpenQA.Selenium.Support.PageObjects
Expand Down
3 changes: 0 additions & 3 deletions dotnet/src/support/PageObjects/FindsByAllAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
// </copyright>

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace OpenQA.Selenium.Support.PageObjects
{
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/support/PageObjects/FindsByAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
// </copyright>

using System;
using System.Collections.Generic;
using System.ComponentModel;

namespace OpenQA.Selenium.Support.PageObjects
Expand Down
3 changes: 0 additions & 3 deletions dotnet/src/support/PageObjects/FindsBySequenceAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
// </copyright>

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace OpenQA.Selenium.Support.PageObjects
{
Expand Down
3 changes: 0 additions & 3 deletions dotnet/src/support/PageObjects/IElementLocator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@
// limitations under the License.
// </copyright>

using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;

namespace OpenQA.Selenium.Support.PageObjects
{
Expand Down
4 changes: 0 additions & 4 deletions dotnet/src/support/PageObjects/IPageObjectMemberDecorator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
// limitations under the License.
// </copyright>

using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;

namespace OpenQA.Selenium.Support.PageObjects
{
Expand Down
5 changes: 0 additions & 5 deletions dotnet/src/support/PageObjects/PageFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@
// </copyright>

using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Reflection;
using System.Reflection.Emit;
using OpenQA.Selenium.Interactions.Internal;
using OpenQA.Selenium.Internal;

namespace OpenQA.Selenium.Support.PageObjects
{
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/support/PageObjects/RetryingElementLocator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading;

namespace OpenQA.Selenium.Support.PageObjects
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/support/PageObjects/WebDriverObjectProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@

using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.Remoting.Messaging;
using System.Runtime.Remoting.Proxies;
using System.Text;

namespace OpenQA.Selenium.Support.PageObjects
{
Expand Down
3 changes: 0 additions & 3 deletions dotnet/src/support/PageObjects/WebElementListProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Runtime.Remoting.Messaging;
using System.Text;

namespace OpenQA.Selenium.Support.PageObjects
{
Expand Down
4 changes: 0 additions & 4 deletions dotnet/src/support/PageObjects/WebElementProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@

using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Runtime.Remoting.Messaging;
using System.Text;
using OpenQA.Selenium.Internal;

namespace OpenQA.Selenium.Support.PageObjects
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/support/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/support/UI/DefaultWait{T}.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;

namespace OpenQA.Selenium.Support.UI
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/support/UI/ExpectedConditions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

using System;
using System.Collections.ObjectModel;
using System.Globalization;
using System.Linq;
using System.Text.RegularExpressions;

Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/support/UI/ILoadableComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
// limitations under the License.
// </copyright>

using System;

namespace OpenQA.Selenium.Support.UI
{
/// <summary>
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/support/UI/LoadableComponentException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
// </copyright>

using System;
using System.Linq;
using System.Runtime.Serialization;

namespace OpenQA.Selenium.Support.UI
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/support/UI/LoadableComponent{T}.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
// limitations under the License.
// </copyright>

using System;

namespace OpenQA.Selenium.Support.UI
{
/// <summary>
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/support/UI/PopupWindowFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace OpenQA.Selenium.Support.UI
{
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/support/UI/SlowLoadableComponent{T}.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

using System;
using System.Globalization;
using System.Linq;
using System.Threading;

namespace OpenQA.Selenium.Support.UI
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/support/UI/WebDriverWait.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
// </copyright>

using System;
using System.Globalization;
using System.Threading;

namespace OpenQA.Selenium.Support.UI
{
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/webdriver/By.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

using System;
using System.Collections.ObjectModel;
using System.Text.RegularExpressions;
using OpenQA.Selenium.Internal;

namespace OpenQA.Selenium
Expand Down
3 changes: 0 additions & 3 deletions dotnet/src/webdriver/Chrome/ChromeDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
// </copyright>

using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using OpenQA.Selenium.Internal;
using OpenQA.Selenium.Remote;

namespace OpenQA.Selenium.Chrome
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/webdriver/Chrome/ChromeDriverService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
// </copyright>

using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Text;
using OpenQA.Selenium.Internal;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
// limitations under the License.
// </copyright>

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace OpenQA.Selenium.Chrome
{
/// <summary>
Expand Down
1 change: 0 additions & 1 deletion dotnet/src/webdriver/Chrome/ChromeOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
using System.Collections.ObjectModel;
using System.Globalization;
using System.IO;
using System.Text;
using OpenQA.Selenium.Remote;

namespace OpenQA.Selenium.Chrome
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace OpenQA.Selenium.Chrome
{
Expand Down
6 changes: 0 additions & 6 deletions dotnet/src/webdriver/Chrome/ChromeWebElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
// limitations under the License.
// </copyright>

using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Drawing;
using System.Globalization;
using OpenQA.Selenium.Internal;
using OpenQA.Selenium.Remote;

namespace OpenQA.Selenium.Chrome
Expand Down
4 changes: 0 additions & 4 deletions dotnet/src/webdriver/DefaultFileDetector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
// limitations under the License.
// </copyright>

using System;
using System.Collections.Generic;
using System.Text;

namespace OpenQA.Selenium
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/webdriver/DriverOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace OpenQA.Selenium
{
Expand Down
2 changes: 0 additions & 2 deletions dotnet/src/webdriver/DriverServiceNotFoundException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
// </copyright>

using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
using System.Text;

namespace OpenQA.Selenium
{
Expand Down
Loading

0 comments on commit fa067c7

Please sign in to comment.