docs(dotnet): fix isMobile in snippet (#30699)
This commit is contained in:
parent
0164dca302
commit
81e907f4c1
|
|
@ -283,7 +283,7 @@ context = browser.new_context(
|
|||
```csharp
|
||||
await using var context = await browser.NewContextAsync(new()
|
||||
{
|
||||
IsMobile = new IsMoble() { false }
|
||||
IsMobile = false
|
||||
});
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue