Skip to content

Commit d0f8811

Browse files
committed
[dotnet] Fix compilation warning for inline docs of DownloadFile method
1 parent 1d9b28e commit d0f8811

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dotnet/src/webdriver/Remote/RemoteWebDriver.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,8 @@ public IReadOnlyList<string> GetDownloadableFiles()
501501
/// <summary>
502502
/// Downloads a file with the specified file name.
503503
/// </summary>
504-
/// <param name="fileName">the name of the file to be downloaded</param>
504+
/// <param name="fileName">The name of the file to be downloaded.</param>
505+
/// <param name="targetDirectory">The target directory where the file should be downloaded to.</param>
505506
public void DownloadFile(string fileName, string targetDirectory)
506507
{
507508
var enableDownloads = this.Capabilities.GetCapability(CapabilityType.EnableDownloads);

0 commit comments

Comments
 (0)