docs: Fix dotnet IsMobile
Signed-off-by: Michael Render <render.michael@gmail.com>
This commit is contained in:
parent
0164dca302
commit
c1398246c7
|
|
@ -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