Skip to content

Commit d460905

Browse files
committed
remove more
1 parent 46cea73 commit d460905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/WebDriver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ public INavigation Navigate()
459459
/// <param name="parameters">A <see cref="Dictionary{K, V}"/> containing the names and values of the parameters of the command.</param>
460460
/// <returns>A <see cref="Response"/> containing information about the success or failure of the command and any data returned by the command.</returns>
461461
/// <exception cref="WebDriverException">The command returned an exceptional value.</exception>
462-
public object? ExecuteCustomDriverCommand(string driverCommandToExecute, Dictionary<string, object?>? parameters)
462+
public object? ExecuteCustomDriverCommand(string driverCommandToExecute, Dictionary<string, object> parameters)
463463
{
464464
if (this.registeredCommands.Contains(driverCommandToExecute))
465465
{

0 commit comments

Comments
 (0)