GitHub user dosubot[bot] added a comment to the discussion: Superset 4.1.3 and 
firefox image export

<!-- Answer -->
To install ChromeDriver for Superset image export, first make sure you have 
Google Chrome or Chromium installed. Then, download the ChromeDriver version 
that matches your browser version from the [official ChromeDriver 
site](https://sites.google.com/a/chromium.org/chromedriver/downloads). 

- On Linux, extract the downloaded chromedriver and move it to a directory in 
your PATH (like `/usr/bin`), and make it executable (`chmod +x 
/usr/bin/chromedriver`).  
- On Windows, unzip chromedriver.exe and place it somewhere in your PATH (for 
example, `C:\Windows\System32` or add its folder to the PATH environment 
variable).
- On macOS, unzip chromedriver and move it to `/usr/local/bin` or another 
directory in your PATH.

You can verify installation by running `chromedriver --version` in your 
terminal or command prompt.

After installing, update your `superset_config.py`:
```python
WEBDRIVER_TYPE = "chrome"
WEBDRIVER_OPTION_ARGS = [
    "--headless",
    "--disable-gpu",
    "--disable-dev-shm-usage",
    "--no-sandbox",
    "--disable-setuid-sandbox",
    "--disable-extensions",
]
```
Make sure the ChromeDriver version matches your Chrome/Chromium version, and 
that the binary is in your PATH. If you run Superset in Docker or Kubernetes, 
you may need to add installation steps to your Dockerfile or container startup 
script. More details and example configs are in the [Superset 
docs](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/docs/docs/configuration/alerts-reports.mdx)
 and 
[here](https://github.com/apache/superset/issues/32202#issuecomment-2650115105).


<!-- 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/661c4342-4638-4c87-89e6-f25d96269530?feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/661c4342-4638-4c87-89e6-f25d96269530?feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/661c4342-4638-4c87-89e6-f25d96269530?feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/661c4342-4638-4c87-89e6-f25d96269530?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/661c4342-4638-4c87-89e6-f25d96269530?feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/661c4342-4638-4c87-89e6-f25d96269530?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/661c4342-4638-4c87-89e6-f25d96269530?feedback_type=other)</sup>&nbsp;&nbsp;[![Chat
 with 
Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)&
 nbsp;[![Join 
Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share
 on 
X](https://img.shields.io/badge/X-share-black)](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-14256301

----
This is an automatically sent email for notifications@superset.apache.org.
To unsubscribe, please send an email to: 
notifications-unsubscr...@superset.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to