Update auth.md
Signed-off-by: Christopher Dunderdale <47271795+thatstatsguy@users.noreply.github.com>
This commit is contained in:
parent
9727e1c69f
commit
a3fcbf762e
|
|
@ -305,7 +305,7 @@ await context.StorageStateAsync(new()
|
||||||
// Create a new context with the saved storage state.
|
// Create a new context with the saved storage state.
|
||||||
var context = await browser.NewContextAsync(new()
|
var context = await browser.NewContextAsync(new()
|
||||||
{
|
{
|
||||||
StorageStatePath = "../../../state.json"
|
StorageStatePath = "../../../playwright/.auth/state.json"
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue