Skip to content

Commit 85fcf07

Browse files
committed
Client window as part of browsing context info
1 parent 097fcc8 commit 85fcf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/BrowsingContextInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
2626

2727
// TODO: Split it to separate class with just info and event args
28-
public record BrowsingContextInfo(BiDi BiDi, IReadOnlyList<BrowsingContextInfo> Children, BrowsingContext Context, BrowsingContext OriginalOpener, string Url, Browser.UserContext UserContext)
28+
public record BrowsingContextInfo(BiDi BiDi, IReadOnlyList<BrowsingContextInfo> Children, Browser.ClientWindow ClientWindow, BrowsingContext Context, BrowsingContext OriginalOpener, string Url, Browser.UserContext UserContext)
2929
: BrowsingContextEventArgs(BiDi, Context)
3030
{
3131
[JsonInclude]

0 commit comments

Comments
 (0)