Skip to content

Commit

Permalink
Adding start position to .NET WindowTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jul 10, 2019
1 parent 5304b39 commit f1f20a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/test/common/WindowTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public class WindowTest : DriverTestFixture
[SetUp]
public void GetBrowserWindowSize()
{
driver.Manage().Window.Position = new Point(50, 50);
this.originalWindowSize = driver.Manage().Window.Size;

}

[TearDown]
Expand Down

0 comments on commit f1f20a0

Please sign in to comment.