File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- // <copyright file="IHasSessionId .cs" company="WebDriver Committers">
1
+ // <copyright file="IHasDownloads .cs" company="WebDriver Committers">
2
2
// Licensed to the Software Freedom Conservancy (SFC) under one
3
3
// or more contributor license agreements. See the NOTICE file
4
4
// distributed with this work for additional information
16
16
// limitations under the License.
17
17
// </copyright>
18
18
19
+ using System . Collections . Generic ;
20
+
19
21
namespace OpenQA . Selenium
20
22
{
21
- using System . Collections . Generic ;
22
-
23
- using System . Collections . Generic ;
24
-
25
23
/// <summary>
26
24
/// Interface indicating the driver can handle downloading remote files.
27
25
/// </summary>
@@ -44,4 +42,5 @@ public interface IHasDownloads
44
42
/// Deletes the downloadable files.
45
43
/// </summary>
46
44
void DeleteDownloadableFiles ( ) ;
47
- } }
45
+ }
46
+ }
You can’t perform that action at this time.
0 commit comments