We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639e8ca commit 1b5ec71Copy full SHA for 1b5ec71
dotnet/src/webdriver/ICookieJar.cs
@@ -43,8 +43,7 @@ public interface ICookieJar
43
/// Gets a cookie with the specified name.
44
/// </summary>
45
/// <param name="name">The name of the cookie to retrieve.</param>
46
- /// <returns>The <see cref="Cookie"/> containing the name. Returns <see langword="null"/>
47
- /// if no cookie with the specified name is found.</returns>
+ /// <returns>The <see cref="Cookie"/> containing the name.</returns>
48
/// <exception cref="ArgumentNullException">If <paramref name="name"/> is <see langword="null"/>.</exception>
49
/// <exception cref="NoSuchCookieException">If <paramref name="name"/> is not found.</exception>
50
Cookie GetCookieNamed(string name);
0 commit comments