Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Apr 5, 2024
1 parent 1811b2e commit 3fdd71e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testing/selenium/acceptance.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import re


#service = Service(executable_path=r"/opt/homebrew/bin/chromedriver")
service = Service(executable_path=r"/snap/bin/chromium.chromedriver")

parser = argparse.ArgumentParser()
Expand All @@ -31,10 +30,9 @@

chrome_options = Options()
prefs = {"download.default_directory": "/home/runner"}
#prefs = {"download.default_directory": "/Users/notthebee/Downloads"}
chrome_options.add_experimental_option("prefs", prefs)
options = [
#"--headless",
"--headless",
"--disable-gpu",
"--window-size=1920,1200",
"--ignore-certificate-errors",
Expand Down

0 comments on commit 3fdd71e

Please sign in to comment.