We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e6c3b commit e6dda92Copy full SHA for e6dda92
examples/dotnet/SeleniumDocs/Interactions/WindowsTest.cs
@@ -2,7 +2,7 @@
2
using Microsoft.VisualStudio.TestTools.UnitTesting;
3
using OpenQA.Selenium;
4
using OpenQA.Selenium.Chrome;
5
-
+using System.Collections.Generic;
6
namespace SeleniumDocs.Interactions
7
{
8
[TestClass]
@@ -46,4 +46,4 @@ public void TestWindowCommands()
46
driver.Quit(); //close all windows
47
}
48
49
-}
+}
0 commit comments