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 0016317 commit 58386d7Copy full SHA for 58386d7
lib/PuppeteerSharp/Bidi/BidiBrowser.cs
@@ -123,7 +123,7 @@ public override async Task CloseAsync()
123
}
124
125
/// <inheritdoc />
126
- public override Task<IPage> NewPageAsync() => throw new NotImplementedException();
+ public override Task<IPage> NewPageAsync() => DefaultContext.NewPageAsync();
127
128
129
public override ITarget[] Targets()
0 commit comments