From f08193bb7563a07e95368d4a1de9908cab3f1c29 Mon Sep 17 00:00:00 2001 From: hariharan Date: Sat, 5 Nov 2022 20:59:52 +0530 Subject: [PATCH] v0.1.2 --- main.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main.py b/main.py index 8905dcc..45f62e6 100644 --- a/main.py +++ b/main.py @@ -90,12 +90,9 @@ def service(self): raise Exception("PLEASE SELECT YOUR CHROME DRIVER :) ") - options = webdriver.ChromeOptions() - options.add_argument('--user-data-dir=./User_Data') - driver_path = self.file_path_driver.name - self.web = webdriver.Chrome(executable_path=driver_path , options=options) + self.web = webdriver.Chrome(executable_path=driver_path) print(" FILE : " , self.file_path , self.file_path.name)