GitHub user dosubot[bot] added a comment to the discussion: Superset 6 RC2: 
selenium.common.exceptions.WebDriverException: Message: Process unexpectedly 
closed with status 255

<!-- Answer -->
Yes, your understanding is correct. To migrate Superset Alerts and Reports to 
Playwright, you just need to:

1. Install Playwright and Chromium in your worker container:  
   `pip install playwright && playwright install chromium`
2. Enable Playwright in your config:  
   `SUPERSET_FEATURE_PLAYWRIGHT_REPORTS_AND_THUMBNAILS = True`
3. Set up your SMTP config for email delivery.

No other changes are needed in your Python config script unless you want 
advanced customization. The UI for Alerts and Reports will work as usual once 
these steps are complete and the backend is properly configured. If you use 
Docker, double-check that Chromium is available in your worker image and 
consider installing Pillow if you want tiled screenshots. For reference, see 
[this issue](https://github.com/apache/superset/issues/34913) and [the config 
docs](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/docs/docs/configuration/alerts-reports.mdx).

Let me know if you need a checklist or run into any edge cases!


<!-- 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/86528e81-690e-47ec-833b-51ab3f719ef5?feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/86528e81-690e-47ec-833b-51ab3f719ef5?feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/86528e81-690e-47ec-833b-51ab3f719ef5?feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/86528e81-690e-47ec-833b-51ab3f719ef5?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/86528e81-690e-47ec-833b-51ab3f719ef5?feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/86528e81-690e-47ec-833b-51ab3f719ef5?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/86528e81-690e-47ec-833b-51ab3f719ef5?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/35327)

GitHub link: 
https://github.com/apache/superset/discussions/35327#discussioncomment-14550232

----
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