mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
docs: fix C# and python snippets (#30232)
This commit is contained in:
parent
996b1ce390
commit
7ad255301f
@ -91,9 +91,9 @@ background_page = context.wait_for_event("backgroundpage")
|
||||
```
|
||||
|
||||
```csharp
|
||||
context.BackgroundPage += (backgroundPage) =>
|
||||
context.BackgroundPage += (_, backgroundPage) =>
|
||||
{
|
||||
Console.WriteLine(backgroundPage.Url());
|
||||
Console.WriteLine(backgroundPage.Url);
|
||||
};
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user