You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotnet/src/webdriver/WebDriver.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -459,7 +459,7 @@ public INavigation Navigate()
459
459
/// <param name="parameters">A <see cref="Dictionary{K, V}"/> containing the names and values of the parameters of the command.</param>
460
460
/// <returns>A <see cref="Response"/> containing information about the success or failure of the command and any data returned by the command.</returns>
461
461
/// <exception cref="WebDriverException">The command returned an exceptional value.</exception>
0 commit comments