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/Response.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ public class Response
42
42
/// <summary>
43
43
/// Initializes a new instance of the <see cref="Response"/> class
44
44
/// </summary>
45
+
[Obsolete("Set all values using the Response(string, object, WebDriverResult) constructor instead. This constructor will be removed in Selenium 4.30")]
45
46
publicResponse()
46
47
{
47
48
}
@@ -50,6 +51,7 @@ public Response()
50
51
/// Initializes a new instance of the <see cref="Response"/> class
51
52
/// </summary>
52
53
/// <param name="sessionId">Session ID in use</param>
54
+
[Obsolete("Set all values using the Response(string, object, WebDriverResult) constructor instead. This constructor will be removed in Selenium 4.30")]
0 commit comments