Skip to content

Commit 0226224

Browse files
committed
revert final change about Execute
1 parent d460905 commit 0226224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/WebDriver.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public void PerformActions(IList<ActionSequence> actionSequenceList)
395395
objectList.Add(sequence.ToDictionary());
396396
}
397397

398-
Dictionary<string, object?> parameters = new Dictionary<string, object?>();
398+
Dictionary<string, object> parameters = new Dictionary<string, object>();
399399
parameters["actions"] = objectList;
400400

401401
this.Execute(DriverCommand.Actions, parameters);

0 commit comments

Comments
 (0)