Skip to content

Commit

Permalink
set the path. Thanks to supercoolspy for the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Jan 28, 2025
1 parent b46df8b commit 42ec94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnshop/templates/base/selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

options = FirefoxOptions()
options.add_argument("--headless")
service = FirefoxService(log_path="/dev/null")
service = FirefoxService(log_path="/dev/null", executable_path=shutils.which("geckodriver"))
browser = webdriver.Firefox(service=service, options=options)
atexit.register(browser.quit)

Expand Down

0 comments on commit 42ec94a

Please sign in to comment.