Skip to content

Commit

Permalink
fix: Update common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Jan 7, 2024
1 parent 0ecd88a commit 05042d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uk_bin_collection/uk_bin_collection/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def create_webdriver(web_driver: str, headless: bool) -> webdriver.Chrome:
# Set up Selenium to run 'headless'
options = webdriver.ChromeOptions()
if headless is True:
options.add_argument("--headless=new")
options.add_argument("--headless")
options.add_argument("--no-sandbox")
options.add_argument("--disable-gpu")
options.add_argument("--start-maximized")
Expand Down

0 comments on commit 05042d3

Please sign in to comment.