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 8405247 commit 6369b4aCopy full SHA for 6369b4a
dotnet/src/webdriver/Response.cs
@@ -221,7 +221,7 @@ public string ToJson()
221
/// </summary>
222
/// <exception cref="WebDriverException">If <see cref="Value"/> is <see langword="null"/>.</exception>
223
[MemberNotNull(nameof(Value))]
224
- internal void ThrowIfValueNull()
+ internal void EnsureHasValue()
225
{
226
if (Value is null)
227
0 commit comments