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 1d9b28e commit d0f8811Copy full SHA for d0f8811
dotnet/src/webdriver/Remote/RemoteWebDriver.cs
@@ -501,7 +501,8 @@ public IReadOnlyList<string> GetDownloadableFiles()
501
/// <summary>
502
/// Downloads a file with the specified file name.
503
/// </summary>
504
- /// <param name="fileName">the name of the file to be downloaded</param>
+ /// <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>
506
public void DownloadFile(string fileName, string targetDirectory)
507
{
508
var enableDownloads = this.Capabilities.GetCapability(CapabilityType.EnableDownloads);
0 commit comments