Skip to content

Commit e6dda92

Browse files
Update WindowsTest.cs
1 parent 18e6c3b commit e6dda92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dotnet/SeleniumDocs/Interactions/WindowsTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using Microsoft.VisualStudio.TestTools.UnitTesting;
33
using OpenQA.Selenium;
44
using OpenQA.Selenium.Chrome;
5-
5+
using System.Collections.Generic;
66
namespace SeleniumDocs.Interactions
77
{
88
[TestClass]
@@ -46,4 +46,4 @@ public void TestWindowCommands()
4646
driver.Quit(); //close all windows
4747
}
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)