EinavDanielDX opened a new issue, #19991: URL: https://github.com/apache/superset/issues/19991
At the moment, when sending an email report from Chrome, the webdriver installed on superset container/server MUST be consistent with the clients chrome version. This is not practical since different users of the same superset server might have different browser versions. furthermore - it requires the IT to keep prompting the webdriver on the server for any new Chrome version. I'd suggest using python `webdriver-manager` to support multiple driver versions - thus, multiple chrome versions. See reference [here](https://pypi.org/project/webdriver-manager/). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
