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
@@ -59,7 +61,7 @@ public interface IDevToolsSession : IDisposable
59
61
/// <param name="millisecondsTimeout">The execution timeout of the command in milliseconds.</param>
60
62
/// <param name="throwExceptionIfResponseNotReceived"><see langword="true"/> to throw an exception if a response is not received; otherwise, <see langword="false"/>.</param>
61
63
/// <returns>The command response object implementing the <see cref="ICommandResponse{T}"/> interface.</returns>
/// <param name="millisecondsTimeout">The execution timeout of the command in milliseconds.</param>
73
75
/// <param name="throwExceptionIfResponseNotReceived"><see langword="true"/> to throw an exception if a response is not received; otherwise, <see langword="false"/>.</param>
74
76
/// <returns>The command response object implementing the <see cref="ICommandResponse{T}"/> interface.</returns>
0 commit comments