diff --git a/selenium_cookie_extractor_json.py b/selenium_cookie_extractor_json.py index b3e394a..760f626 100644 --- a/selenium_cookie_extractor_json.py +++ b/selenium_cookie_extractor_json.py @@ -59,7 +59,7 @@ json_data = json.dumps(extracted, indent=2) print("\nExtracted Cookie JSON:") print(json_data) -print("\nPlease close the browser window soon to avoid invalidating the cookies (Google uses refresh tokens).") +print("\nClosing the browser window to avoid invalidating the cookies (Google uses refresh tokens).") time.sleep(5) # wait a few seconds to allow the user to read the output # Close the browser window.