Skip to content

Commit

Permalink
Updating .NET remote tests to use LocalFileDetector for uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Apr 11, 2019
1 parent b3d299e commit 54213f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotnet/test/remote/TestInternetExplorerRemoteWebDriver.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using OpenQA.Selenium.IE;

namespace OpenQA.Selenium.Remote
Expand All @@ -10,6 +10,7 @@ public class TestInternetExplorerRemoteWebDriver : RemoteWebDriver
public TestInternetExplorerRemoteWebDriver()
: base(new Uri("http://127.0.0.1:6000/wd/hub/"), new InternetExplorerOptions())
{
this.FileDetector = new LocalFileDetector();
}
}
}

0 comments on commit 54213f1

Please sign in to comment.