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 8e8ef06 commit 00f3d98Copy full SHA for 00f3d98
dotnet/src/webdriver/WebDriver.cs
@@ -385,7 +385,6 @@ public PrintDocument Print(PrintOptions printOptions)
385
{
386
if (printOptions is null)
387
388
- // TODO the interface names this parameter 'options', but we will be throwing for 'printOptions'. Confusion for users?
389
throw new ArgumentNullException(nameof(printOptions));
390
}
391
0 commit comments