GitHub user dosubot[bot] added a comment to the discussion: Superset 4.1.3 and firefox image export
<!-- Answer --> The option `ENABLE_DASHBOARD_DOWNLOAD_WEBDRIVER_SCREENSHOT` enables dashboard image export via Selenium WebDriver, but just setting it to `True` is not enough for Firefox to work reliably. Common issues include a mismatch between Firefox and geckodriver versions (for Firefox 128.*, you need geckodriver 0.36.0), and misconfigured WebDriver settings. Make sure your `WEBDRIVER_TYPE` is set to `"firefox"` and that your `WEBDRIVER_CONFIGURATION` uses the correct keys (for example, use `log_path` instead of `log_output` if you see attribute errors) and that your `WEBDRIVER_BASEURL` exactly matches how you access Superset (domain, port, protocol) to avoid Selenium cookie errors. Most working setups and troubleshooting guides recommend using Chrome/Chromium for image export, as Firefox WebDriver is less reliable and less documented in Superset. If you want to stick with Firefox, double-check your driver versions and configuration, and consider increasing screenshot timeouts if you see timeouts or blank images. For more details, see [this discussion on geckodriver versioning](https://github.com/apache/superset/issues/34576) and [this thread on WebDriver config keys](https://github.com/apache/superset/discussions/34062). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/05ef3c3d-84fb-40e4-a369-2c54c8e987c7?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/05ef3c3d-84fb-40e4-a369-2c54c8e987c7?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/05ef3c3d-84fb-40e4-a369-2c54c8e987c7?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/05ef3c3d-84fb-40e4-a369-2c54c8e987c7?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/05ef3c3d-84fb-40e4-a369-2c54c8e987c7?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/05ef3c3d-84fb-40e4-a369-2c54c8e987c7?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/05ef3c3d-84fb-40e4-a369-2c54c8e987c7?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/34903) GitHub link: https://github.com/apache/superset/discussions/34903#discussioncomment-14256026 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
