Skip to content

Commit 031f968

Browse files
committed
Improve message
1 parent 857e238 commit 031f968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Response.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ internal Response EnsureValueIsNotNull()
225225
{
226226
if (Value is null)
227227
{
228-
throw new WebDriverException("Remote end doesn't have $.Value property");
228+
throw new WebDriverException("Response from remote end doesn't have $.Value property");
229229
}
230230

231231
return this;

0 commit comments

Comments
 (0)