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/DevTools/DevToolsSession.cs
+8-8
Original file line number
Diff line number
Diff line change
@@ -239,9 +239,15 @@ public T GetVersionSpecificDomains<T>() where T : DevToolsSessionDomains
239
239
/// <param name="throwExceptionIfResponseNotReceived"><see langword="true"/> to throw an exception if a response is not received; otherwise, <see langword="false"/>.</param>
240
240
/// <returns>The command response object implementing the <see cref="ICommandResponse{T}"/> interface.</returns>
0 commit comments