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 e4f0c0a commit cc34fccCopy full SHA for cc34fcc
dotnet/src/webdriver/NetworkManager.cs
@@ -181,11 +181,6 @@ public void AddResponseHandler(NetworkResponseHandler handler)
181
throw new ArgumentException("Matcher for response cannot be null", nameof(handler));
182
}
183
184
- if (handler.ResponseTransformer == null)
185
- {
186
- throw new ArgumentException("Transformer for response cannot be null", nameof(handler));
187
- }
188
-
189
this.responseHandlers.Add(handler);
190
191
0 commit comments