Skip to content

Commit

Permalink
Removing unused .NET test method for determining Marionette
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Dec 15, 2018
1 parent 6025bed commit 461c290
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dotnet/test/common/TestUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ public static bool IsFirefox(IWebDriver driver)
return GetUserAgent(driver).Contains("Firefox");
}

public static bool IsMarionette(IWebDriver driver)
{
Firefox.FirefoxDriver firefoxDriver = driver as Firefox.FirefoxDriver;

return firefoxDriver != null;
}

public static bool IsInternetExplorer(IWebDriver driver)
{
string userAgent = GetUserAgent(driver);
Expand Down

0 comments on commit 461c290

Please sign in to comment.