We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512c784 commit 77cbc07Copy full SHA for 77cbc07
dataframe_image/converter/browser/selenium_converter.py
@@ -20,7 +20,7 @@ def screenshot(self, html: str) -> Image:
20
from selenium.webdriver.firefox.service import Service
21
22
options = selenium.webdriver.FirefoxOptions()
23
- options.add_argument("--headless=old")
+ options.add_argument("--headless")
24
25
profile = selenium.webdriver.FirefoxProfile(temp_dir)
26
profile.set_preference(
0 commit comments