Remove delay before exit
This commit is contained in:
@@ -64,7 +64,6 @@ print("\nExtracted Cookie JSON:")
|
|||||||
print(json_data)
|
print(json_data)
|
||||||
|
|
||||||
print("\nClosing the browser window 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.
|
# Close the browser window.
|
||||||
driver.quit()
|
driver.quit()
|
||||||
|
|||||||
Reference in New Issue
Block a user