From a3fcbf762e35265f887b3c0be3c575ab4b9ccdee Mon Sep 17 00:00:00 2001 From: Christopher Dunderdale <47271795+thatstatsguy@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:06:03 +0200 Subject: [PATCH] Update auth.md Signed-off-by: Christopher Dunderdale <47271795+thatstatsguy@users.noreply.github.com> --- docs/src/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/auth.md b/docs/src/auth.md index 809837081f..6c26e6b1a3 100644 --- a/docs/src/auth.md +++ b/docs/src/auth.md @@ -305,7 +305,7 @@ await context.StorageStateAsync(new() // Create a new context with the saved storage state. var context = await browser.NewContextAsync(new() { - StorageStatePath = "../../../state.json" + StorageStatePath = "../../../playwright/.auth/state.json" }); ```