Skip to content

Commit 14ce3ac

Browse files
committed
[dotnet] [bidi] Propagate BiDiOptions in Connect method
1 parent e2bffeb commit 14ce3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/BiDi/BiDi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public WebExtension.WebExtensionModule WebExtension
169169
return SessionModule.StatusAsync();
170170
}
171171

172-
public static async Task<BiDi> ConnectAsync(string url)
172+
public static async Task<BiDi> ConnectAsync(string url, BiDiOptions? options = null)
173173
{
174174
var bidi = new BiDi(url);
175175

0 commit comments

Comments
 (0)