Skip to content

Commit

Permalink
fixed args to match the latest updates of selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpitfire committed Jun 11, 2023
1 parent de3c0ec commit 7908411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symai/backend/driver/webclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def connect_chrome(debug, proxy=None):
os.makedirs(driver_path)
#*-------------------------------------------------------------------------*#
chromedriver_autoinstaller.install()
driver = webdriver.Chrome(chrome_options=options)
driver = webdriver.Chrome(options=options)
if debug: print("Chrome Headless Browser Invoked")
return driver

Expand Down

0 comments on commit 7908411

Please sign in to comment.