A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/SeleniumHQ/selenium/commit/304466ebd22c937b04069f66a08c094dfc057ffa below:

[dotnet] [bidi] Pass the bidi options from main entry point · SeleniumHQ/selenium@304466e · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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