+1
-1
lines changedFilter options
+1
-1
lines changed Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ public static async Task<BiDi> AsBiDiAsync(this IWebDriver webDriver, BiDiOption
37
37
38
38
if (webSocketUrl is null) throw new BiDiException("The driver is not compatible with bidirectional protocol or \"webSocketUrl\" not enabled in driver options.");
39
39
40
-
var bidi = await BiDi.ConnectAsync(webSocketUrl).ConfigureAwait(false);
40
+
var bidi = await BiDi.ConnectAsync(webSocketUrl, options).ConfigureAwait(false);
41
41
42
42
return bidi;
43
43
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4