From dcac166063ed746b66c552eed1d57f71e97c010e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 21 Oct 2020 18:36:48 -0300 Subject: [PATCH] close browser --- Whatsapp Automation/automate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Whatsapp Automation/automate.py b/Whatsapp Automation/automate.py index 284687f..9da2ea9 100644 --- a/Whatsapp Automation/automate.py +++ b/Whatsapp Automation/automate.py @@ -18,3 +18,4 @@ input_box.send_keys(string + Keys.ENTER) print("Messages Sent!!") print("Done") +driver.close(2000)