diff --git a/20 Loginwithsavedcookies.py b/20 Loginwithsavedcookies.py index db36db3..a0d06dc 100644 --- a/20 Loginwithsavedcookies.py +++ b/20 Loginwithsavedcookies.py @@ -21,7 +21,7 @@ with sync_playwright() as p: else: print("❌ Cookie file not found. Run the manual login script first.") exit() - +x page = context.new_page() page.goto(LOGIN_URL)