Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
John Lyu committed Oct 8, 2024
1 parent 512c784 commit 77cbc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataframe_image/converter/browser/selenium_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def screenshot(self, html: str) -> Image:
from selenium.webdriver.firefox.service import Service

options = selenium.webdriver.FirefoxOptions()
options.add_argument("--headless=old")
options.add_argument("--headless")

profile = selenium.webdriver.FirefoxProfile(temp_dir)
profile.set_preference(
Expand Down

0 comments on commit 77cbc07

Please sign in to comment.