Skip to content

Commit 58386d7

Browse files
committed
Support NewPageAsync
1 parent 0016317 commit 58386d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PuppeteerSharp/Bidi/BidiBrowser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public override async Task CloseAsync()
123123
}
124124

125125
/// <inheritdoc />
126-
public override Task<IPage> NewPageAsync() => throw new NotImplementedException();
126+
public override Task<IPage> NewPageAsync() => DefaultContext.NewPageAsync();
127127

128128
/// <inheritdoc />
129129
public override ITarget[] Targets()

0 commit comments

Comments
 (0)