Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan committed Nov 5, 2022
1 parent 837a145 commit f08193b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f08193b

Please sign in to comment.