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.
Response
1 parent 63c2478 commit 86ec568Copy full SHA for 86ec568
dotnet/src/webdriver/Response.cs
@@ -56,13 +56,6 @@ public Response(SessionId sessionId)
56
}
57
58
59
- internal Response(SessionId sessionId, WebDriverResult status, object value)
60
- {
61
- this.SessionId = sessionId?.ToString();
62
- this.Status = status;
63
- this.Value = value;
64
- }
65
-
66
private Response(Dictionary<string, object> rawResponse)
67
{
68
if (rawResponse.ContainsKey("sessionId"))
0 commit comments