Skip to content

Commit 93e0e92

Browse files
committed
add XML doc about exception in ICustomDriverCommandExecutor.ExecuteCustomDriverCommand
1 parent 2e3b981 commit 93e0e92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/webdriver/ICustomDriverCommandExecutor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public interface ICustomDriverCommandExecutor
3535
/// <param name="driverCommandToExecute">The name of the command to execute. The command name must be registered with the command executor, and must not be a command name known to this driver type.</param>
3636
/// <param name="parameters">A <see cref="Dictionary{K, V}"/> containing the names and values of the parameters of the command.</param>
3737
/// <returns>An object that contains the value returned by the command, if any.</returns>
38+
/// <exception cref="WebDriverException">The command returned an exceptional value.</exception>
3839
object? ExecuteCustomDriverCommand(string driverCommandToExecute, Dictionary<string, object> parameters);
3940

4041
/// <summary>

0 commit comments

Comments
 (0)