Update docs/src/api/class-browsercontext.md
Co-authored-by: Max Schmitt <max@schmitt.mx> Signed-off-by: Yury Semikhatsky <yurys@chromium.org>
This commit is contained in:
parent
27ed3ac3ac
commit
185c348cc7
|
|
@ -91,7 +91,7 @@ background_page = context.wait_for_event("backgroundpage")
|
|||
```
|
||||
|
||||
```csharp
|
||||
context.BackgroundPage += (backgroundPage) =>
|
||||
context.BackgroundPage += (_, backgroundPage) =>
|
||||
{
|
||||
Console.WriteLine(backgroundPage.Url);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue