From ea892d4d641908d826741487ff00f1256f7cd7ac Mon Sep 17 00:00:00 2001 From: anon-cypher <63919093+anon-cypher@users.noreply.github.com> Date: Thu, 7 May 2020 13:58:23 +0530 Subject: [PATCH] Update InstaBot_Beta.py --- InstaBot_Beta.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/InstaBot_Beta.py b/InstaBot_Beta.py index 3b68280..1ca4b3f 100644 --- a/InstaBot_Beta.py +++ b/InstaBot_Beta.py @@ -14,6 +14,7 @@ class Bot: def __init__(self): self.driver= webdriver.Chrome('chromedriver.exe') + #for linux and mac ,use-> self.driver= webdriver.Chrome('chromedriver') self.base_url = 'https://www.instagram.com/' self.driver.execute_script("alert('Please check your Application console window')") @@ -411,4 +412,4 @@ def close_browser(self): if choice=='0': print("Thank You! | Exiting Now") obj.close_browser() - break \ No newline at end of file + break